File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ def test_fbgemm():
53
53
54
54
55
55
def install_cutlass ():
56
- from utils .cutlass_kernels .install import install_colfax_cutlass
56
+ from tools .cutlass_kernels .install import install_colfax_cutlass
57
57
58
58
install_colfax_cutlass ()
59
59
@@ -84,7 +84,7 @@ def install_liger():
84
84
85
85
86
86
def install_tk ():
87
- from utils .tk .install import install_tk
87
+ from tools .tk .install import install_tk
88
88
89
89
install_tk ()
90
90
Original file line number Diff line number Diff line change 11
11
FBGEMM_PATH = REPO_PATH .joinpath ("submodules" , "FBGEMM" , "fbgemm_gpu" )
12
12
FBGEMM_CUTLASS_PATH = FBGEMM_PATH .parent .joinpath ("external" , "cutlass" )
13
13
COLFAX_CUTLASS_PATH = REPO_PATH .joinpath ("submodules" , "cutlass-kernels" )
14
- COLFAX_CUTLASS_TRITONBENCH_PATH = REPO_PATH .joinpath ("utils " , "cutlass_kernels" )
14
+ COLFAX_CUTLASS_TRITONBENCH_PATH = REPO_PATH .joinpath ("tools " , "cutlass_kernels" )
15
15
16
16
TORCH_BASE_PATH = Path (torch .__file__ ).parent
17
17
Original file line number Diff line number Diff line change 11
11
REPO_PATH = Path (os .path .abspath (__file__ )).parent .parent .parent
12
12
TK_PATH = REPO_PATH .joinpath ("submodules" , "ThunderKittens" )
13
13
TK_PYUTILS_PATH = TK_PATH .joinpath ("src" , "common" , "pyutils" )
14
- TRITONBENCH_TK_PATH = REPO_PATH .joinpath ("utils " , "tk" )
14
+ TRITONBENCH_TK_PATH = REPO_PATH .joinpath ("tools " , "tk" )
15
15
TORCH_BASE_PATH = Path (torch .__file__ ).parent
16
16
CONDA_PREFIX = os .environ .get ("CONDA_PREFIX" , None )
17
17
PYTHON_VERSION = f"python{ sys .version_info [0 ]} .{ sys .version_info [1 ]} "
You can’t perform that action at this time.
0 commit comments