From 8987798502297c78e18b101c4506fccb617a4a28 Mon Sep 17 00:00:00 2001 From: dan_the_3rd <43445237+danthe3rd@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:58:23 +0200 Subject: [PATCH] Update setup.py (#134) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 72db050..2f4a427 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ build_include_dirs = [ build_libraries = ['cuda', 'cudart'] build_library_dirs = [ f'{CUDA_HOME}/lib64', - f'{CUDA_HOME}/lib64/stub' + f'{CUDA_HOME}/lib64/stubs' ] third_party_include_dirs = [ 'third-party/cutlass/include/cute',