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:
@@ -36,7 +36,8 @@ DAG IR used by Python EVT
|
||||
|
||||
import networkx as nx
|
||||
|
||||
from cutlass import DataType
|
||||
from cutlass_library import DataType
|
||||
|
||||
from cutlass.backend.evt.ir.node import NodeBase
|
||||
from cutlass.backend.utils import device_cc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user