[GPU Logic Bug] SELECT <agg_func> FROM <table> WHERE <column> IS DISTINCT FROM <column> Brings GPU Logic Bug #826
Labels
wait for confirmation
developer solved this problem, and wait for confirmation by the user
Describe:
SELECT <agg_func> FROM <table> WHERE <column> IS DISTINCT FROM <column> brings different results, when using CPU-only configurations and GPU-used configurations.
SQL with CPU-only Config:
Result:
SQL with GPU-used Config:
Result:
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: