fix: rename .cpp to .cu for CUDA compilation
This commit is contained in:
@@ -69,7 +69,7 @@ try:
|
||||
|
||||
module = load(
|
||||
name="fmha_sm100",
|
||||
sources=[f"{REPO}/dsv4/kernels/attention/fmha_sm100.cpp"],
|
||||
sources=[f"{REPO}/dsv4/kernels/attention/fmha_sm100_launch.cu"],
|
||||
extra_cuda_cflags=[
|
||||
"-gencode=arch=compute_100a,code=sm_100a",
|
||||
f"-I{REPO}",
|
||||
|
||||
Reference in New Issue
Block a user