У нас вы можете посмотреть бесплатно Open MLIR Meeting 12-21-2023: PyDSL, a subset of Python for constructing affine & transform dialects или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Kai Ting Wang and Kevin Lee present PyDSL: a small subset of the Python language aiming to assist users in constructing MLIR particularly in the affine and transform dialects. They have developed several in-house optimizations in the affine dialect, and they wish to expose these optimizations to the kernel developers via usage of the transform ops. Programming in MLIR’s Python binding is quite verbose which gives birth to this fun project. They designed a light-weight wrapper-like language utilizing Python’s AST package and the decorator syntax to allow kernel developers to construct MLIR. Discuss on LLVM forums: https://discourse.llvm.org/t/open-mli... Slides: https://mlir.llvm.org/OpenMeetings/20... More Tech talks on #MLIR: https://mlir.llvm.org/talks/