[HIPIFY] Starts implicitly setting '-x cuda' by hipify-clang itself

+ No need in setting '-x cuda' for the user anymore;
+ Testing and Readme updated accordingly.


[ROCm/hip commit: 7ea586c323]
This commit is contained in:
emankov
2018-12-29 17:04:59 +03:00
والد 35010fa4a0
کامیت 4e50eba101
3فایلهای تغییر یافته به همراه3 افزوده شده و 2 حذف شده
@@ -60,7 +60,7 @@ if obj_root is not None:
config.environment['PATH'] = path
hipify_path = obj_root
clang_args = "-x cuda -v --cuda-gpu-arch=sm_30 --cuda-path='%s'"
clang_args = "-v --cuda-gpu-arch=sm_30 --cuda-path='%s'"
if sys.platform in ['win32']:
run_test_ext = ".bat"