cornell-zhang/hcl-dialect

Support hcl.assert_ ?

jcasas00 opened this issue · 1 comments

When will hcl.assert_ be available for hcl-mlir?

I plan to add an assert operation in our dialect.

For LLVM backend, hcl.assert will be implemented with Python call-back function.
Other backends will use codegen facilities to generate target assert operations.