We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6a2314 commit 0da10e4Copy full SHA for 0da10e4
docs/08-porting-to-hip.md
@@ -186,10 +186,10 @@ CC -x cu $HOP_FLAGS hello.cpp -o hello
186
- write code in CUDA or HIP or a mix of both
187
- use generic identifiers as intermediates in the translation
188
* `gpuMalloc, gpuMemcpyHostToDevice, …`
189
+- use `gpuLaunchKernel()` instead of `<<<...>>>()`
190
- when needed, wrapper functions can be used to write backend-specific
191
implementations
192
- avoid implicit header includes
-- use `gpuLaunchKernel()` instead of `<<<...>>>()`
193
194
195
# Summary
0 commit comments