Lei Zhang
Lei Zhang
- Grouped terms like a cloud instead of scattering each term on its own line - Used a leading icon to make different taxonomy kinds distinguishable - Also showed the...
**Is your feature request related to a problem? Please describe.** Right now the categories/tags page just lists all categories/tags as a plain list ([exa](https://www.lei.chat/categories)mp[les](https://www.lei.chat/tags/)), with one category/tag on each line....
There should be a way for glslc to output what optimization passes are performed for a given optimization level. Refer to `-###` in clang.
https://github.com/iree-org/iree/pull/10011 enabled more layernorm tests. It is failing on Pixel 6 right now: https://buildkite.com/iree/iree-test-android/builds/6859 https://buildkite.com/iree/iree-test-android/builds
The following tests fail after integration #9790: ``` Failed Tests (1): TENSORFLOW_TESTS :: iree_tfl_tests/llvmaot_mobilebert_tf2_quant.run ``` More relavent [logs](https://source.cloud.google.com/results/invocations/79cb2c66-32f4-4f60-9a23-f8c123ad4ae0/targets/iree%2Fgcp_ubuntu%2Fcmake-bazel%2Flinux%2Fx86-swiftshader%2Fpresubmit/log): ``` I0714 19:19:33.757150 140043112339264 test_util.py:141] Setting up for IREE I0714 19:19:33.758712 140043112339264...
Upstream LLVM now enables opaque pointers by default with https://reviews.llvm.org/D126689. In integration https://github.com/google/iree/pull/9316 we explicitly set to disable opaque pointers to push forward. We need to drop the `context.setOpaquePointers(false);` changes...
Currently there is only a plain data representation (DR) implemented in this project. While it introduces little overheads when working with the binary parser and is straightforward for investigating the...