Skip to content

Commit 52b41e9

Browse files
randyh62neon60
authored andcommitted
Update hip-7-changes.rst
Implement Leo feedback
1 parent 66b0861 commit 52b41e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/hip-7-changes.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,6 @@ In order to match the CUDA runtime behavior more closely, HIP APIs with streams
306306
* Memory management related APIs
307307

308308
* :cpp:func:`hipMemcpyPeerAsync`
309-
* :cpp:func:`hipMemcpy2DValidateParams`
310309
* :cpp:func:`hipMallocFromPoolAsync`
311310
* :cpp:func:`hipFreeAsync`
312311
* :cpp:func:`hipMallocAsync`
@@ -334,8 +333,8 @@ Developers porting CUDA code to HIP no longer need to modify their error handlin
334333
if you have come to expect the HIP runtime to return the error code ``hipErrorContextIsDestroyed``,
335334
you might need to adjust your code.
336335

337-
``warpSize`` Change
338-
===================
336+
warpSize Change
337+
===============
339338

340339
To match the CUDA specification, ``warpSize`` is no longer a ``constexpr``.
341340
In general, this should be a transparent change. However, if an application was using ``warpSize``

0 commit comments

Comments
 (0)