Skip to content

Commit 5156984

Browse files
committed
rephrase to be accurate
1 parent f81d97e commit 5156984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cuda_core/tests/test_module.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def _read_saxpy_rdc(kind: str) -> bytes:
182182
183183
In CI: produced by the build stage.
184184
In local dev: auto-built on demand if nvcc is available; if you edit
185-
saxpy.cu, remove stale RDC files to force a rebuild.
185+
saxpy.cu, remove stale RDC files (i.e. saxpy.o, saxpy.a, or saxpy.lib) to force a rebuild.
186186
"""
187187
binaries_dir = Path(__file__).parent / "test_binaries"
188188
if kind == "object":

0 commit comments

Comments
 (0)