Open ProfFan opened 6 years ago
Thanks! Unfortunately the .sync. operators weren't introduced until after CUDA 7.5 (Opt's currently recommended version). So either we need to detect the CUDA version and switch what code we use, or just wait to merge this until we get pre-built terra binaries compatible with CUDA 9 (https://github.com/zdevito/terra/pull/299#issuecomment-430374672).
Bump @Mx7f :)
This PR fixes the following Warning:
Tested on my Mac with LLVM 6.0 and latest Opt/Terra
I did not see performance regressions with the demo example applications.
Best, Fan