[GPU Logic Bug] SELECT * FROM <table> FULL OUTER JOIN <table> ON FALSE WHERE <column> ISNULL Brings GPU Logic Bug #827
Labels
wait for confirmation
developer solved this problem, and wait for confirmation by the user
Describe:
SELECT * FROM <table> FULL OUTER JOIN <table> ON FALSE WHERE <column> ISNULL brings different results, when using CPU-only configurations and GPU-used configurations.
SQL with CPU-only Config:
Result:
SQL with GPU-used Config:
Result:
c0 | c0 ----+---- (0 rows)
Environment:
Pg-strom Version: commit 9765660
PostgreSQL Version: 15.6 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-20), 64-bit
CUDA Version: 12.2
NVIDIA Driver Version: 535.171.04
The text was updated successfully, but these errors were encountered: