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 0958645 commit 78c2aebCopy full SHA for 78c2aeb
docs/how-to/hip_porting_guide.rst
@@ -30,7 +30,7 @@ General Tips
30
--------------------------------------------------------------------------------
31
32
* ``hipDeviceptr_t`` is a ``void*`` and treated like a raw pointer, while ``CUdevicptr``
33
- is an ``unsigned long long`` and treated as a device memory handle.
+ is an ``unsigned int`` and treated as a device memory handle.
34
* Starting to port on an NVIDIA machine is often the easiest approach, as the
35
code can be tested for functionality and performance even if not fully ported
36
to HIP.
0 commit comments