[HIPIFY] Get rid of setting '--cuda-gpu-arch='

[Reasons]
+ We don't compile kernel code at least for now as HIP kernel syntax is almost equal CUDA's;
+ clang always includes PTX in its binaries, so e.g. a binary compiled with --cuda-gpu-arch= would be forwards-compatible with e.g. sm_35 GPUs.


[ROCm/hip commit: dec459efca]
Este commit está contenido en:
emankov
2018-12-29 19:48:28 +03:00
padre f30e41a542
commit 142d00b382
Se han modificado 2 ficheros con 2 adiciones y 3 borrados
+1 -1
Ver fichero
@@ -60,7 +60,7 @@ if obj_root is not None:
config.environment['PATH'] = path
hipify_path = obj_root
clang_args = "-v --cuda-gpu-arch=sm_30 --cuda-path='%s'"
clang_args = "-v --cuda-path='%s'"
if sys.platform in ['win32']:
run_test_ext = ".bat"