Replies: 1 comment
-
nvidia-cutlass PyPI wheels also have cutlass_library code that we install and use.
All the code in python/cutlass_library, containing many enums, their C++ type tags, and shortnames for generating procedural names, and device-level emitters. One can think of this as a pythonic IR that gives its user access at only the CUTLASS device-level. We would want at least device-level pythonic emitters for Blackwell or even better would be an IR solution not just at the device-level but at the lower-levels. If we have that we can depreciate nvidia-cutlass o.w. it will be good to have it for the functions, enums, classes shared above.
|
Beta Was this translation helpful? Give feedback.
-
Starting with the next release of CUTLASS, the CUTLASS Python interface will be deprecated and no longer maintained. The code will remain in the CUTLASS repository for experimentation, but is not planned to be updated or supported moving forward. The final tag for the
nvidia-cutlass
PyPI wheel is planned to be 3.8.0.Beta Was this translation helpful? Give feedback.
All reactions