Output of sql is not same between cpu and gpu
Any one faced that Output of sql is not same between cpu and gpu? There are many columns and two columns result is not the same compared with cpu and gpu. I am using rapids-4-spark_2.12-22.10.0.jar.
There are some known cases where the output will not exactly match the CPU behavior. See the compatibility docs for 22.10 at https://github.com/NVIDIA/spark-rapids/blob/branch-22.10/docs/compatibility.md. If the difference you're seeing is not covered by the documentation, please provide steps to reproduce the issue or at least describe the operations being performed on the columns in question so we can investigate further. Thanks!
Please comment or file a new issue if there are further questions!