You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tons of diff in the output, but here's an example of one row that's different. Looks like CPU is producing nulls while GPU is not:
[2023-11-16T15:55:56.217Z] -Row((a >= CAST(-1.4975424579622664E-28 AS FLOAT))=True, (CAST(NaN AS FLOAT) >= b)=None, (CAST(NULL AS FLOAT) >= a)=None, (b >= CAST(NULL AS FLOAT))=None, (a >= b)=None)
vs.
[2023-11-16T15:55:56.238Z] +Row((a >= CAST(-1.4975424579622664E-28 AS FLOAT))=True, (CAST(NaN AS FLOAT) >= b)=False, (CAST(NULL AS FLOAT) >= a)=None, (b >= CAST(NULL AS FLOAT))=None, (a >= b)=None)
The text was updated successfully, but these errors were encountered:
From a recent CDH test run:
Tons of diff in the output, but here's an example of one row that's different. Looks like CPU is producing nulls while GPU is not:
vs.
The text was updated successfully, but these errors were encountered: