Commit bc5ce2c
committed
[Comgr] Clean up HIP options
HIP by default should be compiled with -nogpuinc to not
rely on unavailable clang headers
Also we can replace --cuda-device-only with the synonymous
--offload-device-only
Finally, we can remove the hard-coded std=c++11, and instead rely
on the clang default (currently c++17)
Change-Id: I68ba0226013dad6708862987eb66a4e7487cb23b1 parent 3cfd286 commit bc5ce2c
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1056 | 1056 | | |
1057 | 1057 | | |
1058 | 1058 | | |
1059 | | - | |
1060 | | - | |
| 1059 | + | |
| 1060 | + | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
| |||
0 commit comments