Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
33いいね 1,387 views回再生

2024 EuroLLVM - Deep Dive on MLIR Interfaces

2024 European LLVM Developers' Meeting
https://llvm.org/devmtg/2024-04/
------
Deep Dive on MLIR Interfaces
Speaker: Mehdi Amini
------
Slides: https://llvm.org/devmtg/2024-04/slide...
-----
This talk will walk through the details of implementation of interfaces in MLIR. The interfaces (OpInterfaces, DialectInterfaces, TypeInterfaces, and AttributeInterfaces) are key components of MLIR extensibility. They are composed of a convenient user API through ODS (TableGen) as well as C++ wrappers. However there are many layers of indirection underlying their implementation, which are quite difficult to grasp with. It is a common complaint that it is impossible to debug or trace the code and understand how everything is fitting together.

-----
Videos Edited by Bash Films: http://www.BashFilms.com

コメント