Hongbo Rong

Results 7 issues of Hongbo Rong

Hello Jing, Here is a small test case that runs into a bad_alloc error: ``` #include "Halide.h" #include using namespace Halide; int main(int argc, char **argv) { Func e, f,...

There are several warnings that I am not sure matter or not. And finally, there is an error thrown. ``` cd t2s/tests/performance/qrd g++ qrd-mgs-batch.cpp -g -I ../util -I ../../../../Halide/include -L...

In t2s/tests/performance/gemm/gemm.cpp 1. add another URE `W(P)=matrixC(total_j, total_i)`, add another ImageParam `matrixC`. 2. `Z(P) = select(kkk == 0 && kk == 0 && k == 0, W(P), ...` `W.merge_ures(X, Y,...

Hello, I encounter this error in trying an example. Any idea? Thanks! ``` ~/iree-jax/examples$ python aqt_resnet.py Traceback (most recent call last): File "/home/u89062/iree-jax/examples/aqt_resnet.py", line 26, in from aqt.utils import hparams_utils...

Hello, I installed iree-jax, and tried the example shown in README. An error is shown below: ``` $ git clone https://github.com/google/iree-jax.git $ cd iree-jax $ python -m pip install -e...

Hello, after building tflite, there is an error with llvm-cm: ``` (env) $ ninja check-llvm-tools-llvm-cm [0/1] Running llvm-cm tests llvm-lit: /home/hrong1/llvm-src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using yaml2obj: /home/hrong1/llvm-src/cmake-build/bin/yaml2obj llvm-lit: /home/hrong1/llvm-src/llvm-project/llvm/utils/lit/lit/llvm/config.py:502: note: using llvm-cm:...

Hello, for a sequence of instructions executed on an emulator, how to generate the right llvm_mnemonics and memory alias group IDs? In the emulator, I can see the opcode, operands,...