-
Updated
Sep 18, 2020 - C++
mlir
Here are 13 public repositories matching this topic...
The FIRRTL dialect has things like firrtl.lt but there are no corresponding RTL dialect ops for them. The ops should be added and lowerings implemented.
Note that the FIRRTL ops encode the sign of the operation into the types of the operands. We should use MLIR/LLVM style comparisons that embed the signedness into the operation name themselves, e.g. like [std.cmpi](https://mlir.llvm.org/doc
Since #384 we can make use of the IR verification features of MLIR.
Our BConv op has a few parameter combinations where it can throw during Init or Prepare. In the converter we try to make sure that none of those cases will ev
add clang-tidy to CI
-
Updated
Aug 28, 2020 - C++
Improve this page
Add a description, image, and links to the mlir topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mlir topic, visit your repo's landing page and select "manage topics."


Currently Tracy assumes that users will be posting screenshots of frames via the
tracy::Profiler::SendFrameImageAPI. Because of this Tracy starts an additional thread and includes code for performing on-the-fly DXT1 texture compression. Since we never need this it'd be nice to be able to toggle all of that off to reduce the code size impact and extra runtime threads.