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
Only SYCL version used fast math and only SYCL and HIP used -O3,
whereas CUDA used -O2. This created an unfair comparison between
the programming models.
Align the compilation flags to use -O3 -ffast-math everywhere.
0 commit comments