CUTLASS 3.3.0 (#1167)
* Release 3.3.0 Adds support for mixed precision GEMMs On Hopper and Ampere Adds support for < 16B aligned GEMMs on Hopper Enhancements to EVT Enhancements to Python interface Enhancements to Sub-byte type handling in CuTe Several other bug-fixes and performance improvements. * minor doc update
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
[metadata]
|
||||
name = cutlass
|
||||
version = 3.3.0.0
|
||||
|
||||
[options]
|
||||
packages =
|
||||
cutlass
|
||||
cutlass.backend
|
||||
cutlass.backend.evt
|
||||
cutlass.backend.evt.backend
|
||||
cutlass.backend.evt.frontend
|
||||
cutlass.backend.evt.ir
|
||||
cutlass.backend.evt.passes
|
||||
cutlass.backend.utils
|
||||
cutlass.emit
|
||||
cutlass.epilogue
|
||||
cutlass.op
|
||||
cutlass.utils
|
||||
cutlass_library
|
||||
cutlass_library.source
|
||||
pycute
|
||||
package_dir =
|
||||
cutlass=python/cutlass
|
||||
cutlass_library=python/cutlass_library
|
||||
cutlass_library.source=.
|
||||
pycute=python/pycute
|
||||
include_package_data = True
|
||||
|
||||
[options.package_data]
|
||||
cutlass_library.source = include/**/*, examples/**/*, tools/**/*
|
||||
Reference in New Issue
Block a user