Merge pull request #838 from emankov/master

[HIPIFY] Get rid of setting '--cuda-gpu-arch='
Этот коммит содержится в:
Evgeny Mankov
2018-12-29 20:44:42 +03:00
коммит произвёл GitHub
родитель d715658379 6f6228cf36
Коммит 9718a42ebc
2 изменённых файлов: 2 добавлений и 3 удалений
+1 -2
Просмотреть файл
@@ -322,7 +322,6 @@ For example:
square.cu \
-- \
--cuda-path=/usr/local/cuda-8.0 \
--cuda-gpu-arch=sm_50 \
-isystem /usr/local/cuda-8.0/samples/common/inc
```
@@ -338,5 +337,5 @@ The information contained herein is for informational purposes only, and is subj
AMD, the AMD Arrow logo, and combinations thereof are trademarks of Advanced Micro Devices, Inc. Other product names used in this publication are for identification purposes only and may be trademarks of their respective companies.
Copyright (c) 2014-2018 Advanced Micro Devices, Inc. All rights reserved.
Copyright (c) 2014-2019 Advanced Micro Devices, Inc. All rights reserved.
+1 -1
Просмотреть файл
@@ -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"