This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Expose fp8 types with pybind.
ClosedPublic

Authored by zhangqiaorjc on Dec 28 2022, 5:24 PM.

Details

Summary

Expose fp8 types with pybind.

Diff Detail

Event Timeline

zhangqiaorjc created this revision.Dec 28 2022, 5:24 PM
zhangqiaorjc requested review of this revision.Dec 28 2022, 5:24 PM

Ran clang-format. Removed a blank line.

stellaraccident accepted this revision.Dec 28 2022, 6:14 PM

Thank you! Do you need help landing this patch or do you have commit access?

This revision is now accepted and ready to land.Dec 28 2022, 6:14 PM

@stellaraccident could you help me land it? this is my first patch, so i don't have commit access. thanks!

Can we cover this in tests?

Added a test in test/python/ir/builtin_types.py.

This revision was landed with ongoing or failed builds.Jan 3 2023, 11:19 AM
This revision was automatically updated to reflect the committed changes.