fix: add CUDA include path for host compiler
This commit is contained in:
@@ -75,6 +75,9 @@ try:
|
||||
f"-I{REPO}",
|
||||
f"-I{CUTLASS}/include",
|
||||
],
|
||||
extra_cflags=[
|
||||
f"-I/usr/local/cuda-13.2/include",
|
||||
],
|
||||
verbose=True,
|
||||
)
|
||||
print("\n✅ JIT compilation PASSED!")
|
||||
|
||||
Reference in New Issue
Block a user