From f259a0eaf0294de4f710541807023480ddcfc206 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 13 Nov 2025 22:17:36 +0800 Subject: [PATCH] bugfix. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e5b9665..8d9d29f 100644 --- a/setup.py +++ b/setup.py @@ -93,7 +93,7 @@ if __name__ == '__main__': ] }, ext_modules=[ - CUDAExtension(name='deep_gemm_cpp', + CUDAExtension(name='deep_gemm.deep_gemm_cpp', sources=sources, include_dirs=build_include_dirs, libraries=build_libraries,