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 2903172 commit 29935f6Copy full SHA for 29935f6
numba_cuda/numba/cuda/cache_hints.py
@@ -5,6 +5,10 @@
5
from numba.core.errors import NumbaTypeError
6
from numba.cuda.api_util import normalize_indices
7
8
+# Docs references:
9
+# https://docs.nvidia.com/cuda/parallel-thread-execution/index.html#data-movement-and-conversion-instructions-ld
10
+# https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#load-functions-using-cache-hints
11
+
12
13
def ldca(array, i):
14
"""Generate a `ld.global.ca` instruction for element `i` of an array."""
0 commit comments