Skip to content

Commit 29935f6

Browse files
committed
Add note on docs
1 parent 2903172 commit 29935f6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

numba_cuda/numba/cuda/cache_hints.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
from numba.core.errors import NumbaTypeError
66
from numba.cuda.api_util import normalize_indices
77

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+
812

913
def ldca(array, i):
1014
"""Generate a `ld.global.ca` instruction for element `i` of an array."""

0 commit comments

Comments
 (0)