cutlass
cutlass copied to clipboard
[QST] cutedsl usage
When I compile cutdsl from source and run import cutlass, I get the error "No module named 'cutlass._mlir'". I'd like to know what operations need to be performed on the _mlir directory to generate the necessary modules.
When I compile cutdsl from source and run
import cutlass, I get the error "No module named 'cutlass._mlir'". I'd like to know what operations need to be performed on the_mlirdirectory to generate the necessary modules.
Which python version are you using? Maybe because of Python version mis-match? Another possibility is conflict with cutlass-python.