Support compilation with CUDA 13.0 (#174)
This commit is contained in:
1
setup.py
1
setup.py
@@ -13,6 +13,7 @@ cxx_flags = ['-std=c++17', '-O3', '-fPIC', '-Wno-psabi', '-Wno-deprecated-declar
|
||||
sources = ['csrc/python_api.cpp']
|
||||
build_include_dirs = [
|
||||
f'{CUDA_HOME}/include',
|
||||
f'{CUDA_HOME}/include/cccl',
|
||||
'deep_gemm/include',
|
||||
'third-party/cutlass/include',
|
||||
'third-party/fmt/include',
|
||||
|
||||
2
third-party/cutlass
vendored
2
third-party/cutlass
vendored
Submodule third-party/cutlass updated: b244379d9b...a49a78ffef
Reference in New Issue
Block a user