Sign in
opensecura
/
3p
/
openxla
/
iree
/
78c96cd7bdfebdf88cc3b992e19a3e5fc030c4ce
/
.
/
llvm-external-projects
/
iree-dialects
/
test
/
python
/
iree_pydm
/
rtl.py
blob: 9337da95a769fb6218abfeda698695ac2cd62a26 [
file
] [
log
] [
blame
]
# RUN: %PYTHON %s
from
iree
.
compiler
.
dialects
.
iree_pydm
import
rtl
# Ensures that we can compile the standard library to a SourceModule.
print
(
rtl
.
get_std_rtl_source_bundle
())