-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (30 loc) · 828 Bytes
/
setup.cfg
File metadata and controls
33 lines (30 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[metadata]
name = nvidia-cutlass
version = 4.2.0.0
[options]
packages =
cutlass_cppgen
cutlass_cppgen.backend
cutlass_cppgen.backend.evt
cutlass_cppgen.backend.evt.backend
cutlass_cppgen.backend.evt.frontend
cutlass_cppgen.backend.evt.ir
cutlass_cppgen.backend.evt.passes
cutlass_cppgen.backend.utils
cutlass_cppgen.emit
cutlass_cppgen.epilogue
cutlass_cppgen.op
cutlass_cppgen.utils
cutlass_library
cutlass_library.source
pycute
package_dir =
cutlass_cppgen=python/cutlass_cppgen
cutlass_library=python/cutlass_library
cutlass_library.source=.
pycute=python/pycute
include_package_data = True
[options.package_data]
cutlass_library.source = include/**/*, examples/**/*, tools/**/*
[options.exclude_package_data]
cutlass_library.source = include/**/*.py, examples/**/*.py, tools/**/*.py