hipify does not add the hipLaunchParm option any more

This was removed a while ago - seems like it uses a different
variant of the launch kernel function now, so this is redundant.
Этот коммит содержится в:
Chris Kitching
2017-10-24 21:39:38 +01:00
родитель de8dcf0ed2
Коммит 47c8293eaf
-1
Просмотреть файл
@@ -12,7 +12,6 @@
## Using hipify-clang
`hipify-clang` is a clang-based tool which can automate the translation of CUDA source code into portable HIP C++.
The tool can automatically add extra HIP arguments (notably the "hipLaunchParm" required at the beginning of every HIP kernel call).
`hipify-clang` has some additional dependencies explained below and can be built as a separate make step. The instructions below are specifically for **Ubuntu 14.04** and **Ubuntu 16.04**.
### Build and install