Skip to content

Commit ff618de

Browse files
minor fix
Signed-off-by: Lucas Wilkinson <[email protected]>
1 parent 034828c commit ff618de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2025-11-27-improved-cuda-debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ result = ops.cutlass_scaled_mm(
327327
print(result)
328328
```
329329

330-
Following the same steps as before we first rebuild vLLM with lineinfo; if vLLM was installed via an editable install (i.e. `-e .`) this can be done using:
330+
Following the same steps as before we first rebuild vLLM with lineinfo; if vLLM was installed via an editable install (i.e. `-e . --no-build-isolation`) this can be done using:
331331

332332
```bash
333333
NVCC_PREPEND_FLAGS="-lineinfo" python setup.py build_ext --inplace

0 commit comments

Comments
 (0)