Add kernel target.

This commit is contained in:
Nicolas Patry 2023-07-20 20:24:44 +00:00
parent 12191b7e42
commit c6e702fb2f

View File

@ -23,6 +23,7 @@ setup(
"custom_kernels/exllama/cuda_func/q4_matmul.cu",
"custom_kernels/exllama/cuda_func/q4_matrix.cu"
],
sources=["custom_kernels/fused_attention_cuda.cu"],
)
],
cmdclass={"build_ext": BuildExtension},