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 82a5a75 commit e74662bCopy full SHA for e74662b
llvm/docs/NVPTXUsage.rst
@@ -687,7 +687,7 @@ Overview:
687
688
The *effects* of the ``@llvm.nvvm.discard.L2*`` intrinsics are those of a non-atomic
689
non-volatile ``llvm.memset`` that writes ``undef`` to the destination
690
-address range ``[%ptr, %ptr + immarg)``.
+address range ``[%ptr, %ptr + immarg)``. The ``%ptr`` must be aligned by 128.
691
Subsequent reads from the address range may read ``undef`` until the memory is overwritten
692
with a different value.
693
These operations *hint* the implementation that data in the L2 cache can be destructively
0 commit comments