Commit e32cc76
authored
Move Bazel code from iree/ into build_tools/bazel/. (iree-org#9149)
Progress on iree-org#8955. After this, the `iree/` directory will only contain the `test/` subdirectory, with minimal supporting build/test system files.
* Move iree/build_defs.oss.bzl to build_tools/bazel/.
Also alphabetized load() statements and added copyright headers to files that were missing them.
* Move config_settings from iree/BUILD.bazel to build_tools/bazel/.
Also cleaned up some related Bazel files.
* Set Bazel's default lit.cfg.py from //iree to //iree/test.
Compiler/ overrides it as needed. Only iree/test/ relies on the default.1 parent 74cc6bc commit e32cc76
File tree
125 files changed
+161
-178
lines changed- build_tools
- bazel
- compiler/src/iree/compiler
- API
- Bindings
- Native/Transforms
- TFLite/Transforms
- Codegen
- Common
- Dialect
- Interfaces
- LLVMCPU
- LLVMGPU
- SPIRV
- Sandbox
- TransformDialectExtensions
- Transforms
- Utils
- ConstEval
- Dialect
- Flow
- Conversion/TensorToFlow
- IR
- Transforms
- HAL
- Analysis
- Conversion
- HALToVM
- StandardToHAL
- StreamToHAL
- UtilToHAL
- IR
- Target
- LLVM
- Builtins
- internal
- MetalSPIRV
- ROCM
- VMVX
- VulkanSPIRV
- Transforms
- Utils
- Modules
- Check
- Conversion
- IR
- VMVX
- Conversion
- HALToVMVX
- StandardToVMVX
- VMVXToVM
- IR
- Transforms
- Stream
- Analysis
- Conversion
- FlowToStream
- HALToStream
- StandardToStream
- UtilToStream
- IR
- Transforms
- Util
- Analysis
- Attributes
- Constant
- DFX
- Conversion
- IR
- Transforms
- VM
- Analysis
- Conversion
- MathToVM
- MemRefToVM
- StandardToVM
- UtilToVM
- VMToEmitC
- test
- IR
- Target
- Bytecode
- C
- Transforms
- Utils
- Vulkan
- IR
- test
- Utils
- test
- InputConversion
- Common
- MHLO
- TMTensor
- test
- TOSA
- Pipelines
- Translation
- Utils
- iree
- test
- runtime
- bindings/tflite
- src/iree
- base
- internal
- flatcc
- testing
- builtins/device
- tools
- hal
- drivers
- dylib/registration
- local
- elf
- loaders
- utils
- vmvx/registration
- vulkan
- registration
- util
- modules
- check
- hal
- vmvx
- runtime
- demo
- testdata
- schemas
- task
- testing
- testing
- tools/utils
- vm
- test
- samples
- custom_modules
- simple_embedding
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
125 files changed
+161
-178
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 7 | | |
26 | 8 | | |
27 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | 11 | | |
14 | 12 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | 13 | | |
32 | 14 | | |
33 | 15 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments