Skip to content

Commit

Permalink
Data-tiling encodings: take the element types out of the enums. (iree…
Browse files Browse the repository at this point in the history
…-org#15182)

This has been discussed for a while: ever since iree-org#14336 made encodings a
data structure, it was an odd remnant that we were still encoding the
element types tuple in the user enum. This was cumbersome, and
resurfaced in every design discussion as it looked like something that
wasn't scaling with new data types. Concretely, this is good to fix
ahead of adding `i16xi16` and `i16xi4` data-tiling support (iree-org#15158).
  • Loading branch information
bjacob committed Oct 16, 2023
1 parent bc6643b commit e544d85
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions build_tools/cmake/ctest_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,6 @@ if [[ "${OSTYPE}" =~ ^msys ]]; then
)
elif [[ "${OSTYPE}" =~ ^darwin ]]; then
excluded_tests+=(
#TODO(#12496): Remove after fixing the test on macOS
"iree/compiler/bindings/c/loader_test"
#TODO(#12496): Remove after fixing the test on macOS
"iree/compiler/bindings/python/test/transforms/ireec/compile_sample_module"
#TODO(#13501): Fix failing sample on macOS
"iree/samples/custom_module/async/test/example.mlir.test"
)
Expand Down
6 changes: 0 additions & 6 deletions compiler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,3 @@ To directly install:
```
python -m pip install compiler/
```

In order to sanity check once the package is installed:

```
python compiler/src/iree/compiler/bindings/python/test/transforms/ireec/compile_sample_module.py
```

0 comments on commit e544d85

Please sign in to comment.