cutlass icon indicating copy to clipboard operation
cutlass copied to clipboard

[QST] cutedsl usage

Open yangjianfengo1 opened this issue 1 month ago • 1 comments

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.

yangjianfengo1 avatar Dec 08 '25 07:12 yangjianfengo1

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.

Which python version are you using? Maybe because of Python version mis-match? Another possibility is conflict with cutlass-python.

fengxie avatar Dec 08 '25 16:12 fengxie