Stella Laurenzo | faa25f9 | 2023-08-21 18:11:54 -0700 | [diff] [blame] | 1 | # Copyright 2023 The IREE Authors |
2 | # | ||||
3 | # Licensed under the Apache License v2.0 with LLVM Exceptions. | ||||
4 | # See https://llvm.org/LICENSE.txt for license information. | ||||
5 | # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
6 | |||||
7 | from iree.compiler import ir | ||||
8 | |||||
9 | # Make sure that our dialects import. | ||||
Scott Todd | df5e5aa | 2024-10-18 09:40:01 -0700 | [diff] [blame] | 10 | from iree.compiler.dialects import ( |
11 | flow, | ||||
12 | hal, | ||||
13 | stream, | ||||
14 | vm, | ||||
15 | util, | ||||
16 | ) |