-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[AOT][Tests] Use pre-built libraries in Reference System tests #9271
Conversation
@Mousius can you sync? also i think this is dependent on a docker container rebuild, no? @ashutosh-arm can you tag the container rebuild issue on this PR when you create it? |
7cd7781
to
2912feb
Compare
@areusch this is now up to date, feel free to stop the Jenkins job though as it does require the Docker update before it'll pass CI. |
This is a follow up to remove the rebuild of dependencies in each test run from the AOT test utils and favouring those prebuilt into the container.
2912feb
to
ee9ee93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* main: (119 commits) [Topi][Op][PyTorch][Vitas] Fix inconsistent kernel layout conventions for conv2d_transpose (apache#9336) Fix repository URL in ubuntu_install_rocm.sh (apache#9425) Add LLVM-13 installation to Docker setup (apache#9498) [Relay] Use target_host determined at Relay level instead of recalculating it (apache#9499) Arm(R) Ethos(TM)-U NPU BinaryElementwise operators support (apache#9442) [COMMUNITY] Junru's and Wuwei's PGP key for ASF release (apache#9488) Add default for split op (apache#9489) [HOTFIX][TARGET] Change LOG in compilation config to DLOG (apache#9486) Fixed some warnings about lambda's closures that are bigger than necessary (apache#9481) [Support] Add libinfo into the runtime build (apache#9310) Change Call with TIRCallAttrs to call_lowered op (apache#9312) [ETHOSN] Streamline Ethos(TM)-N cross-compile rpc usage (apache#9477) [CMSIS-NN] Assert correct amount of CMSIS-NN artifacts in MLF (apache#9480) [MicroTVM][PyTest] Explicitly skip MicroTVM unittests. (apache#9335) [microNPU] Replace ICHECK with diagnostic context in type inference (apache#9470) Better host handling in CompilationConfig & debug printing (apache#9460) [AOT][Tests] Use pre-built libraries in Reference System tests (apache#9271) [TIR] Add type hint for TIR (apache#9432) [TVMC] Add test for quantized pytorch model (apache#9467) [CMSIS-NN] Convert CMSIS-NN to use Target Hooks (apache#9397) ...
…e#9271) This is a follow up to remove the rebuild of dependencies in each test run from the AOT test utils and favouring those prebuilt into the container.
…e#9271) This is a follow up to remove the rebuild of dependencies in each test run from the AOT test utils and favouring those prebuilt into the container.
…e#9271) This is a follow up to remove the rebuild of dependencies in each test run from the AOT test utils and favouring those prebuilt into the container.
…e#9271) This is a follow up to remove the rebuild of dependencies in each test run from the AOT test utils and favouring those prebuilt into the container.
…e#9271) This is a follow up to remove the rebuild of dependencies in each test run from the AOT test utils and favouring those prebuilt into the container.
This is a follow up to remove the rebuild of dependencies in each test run from the AOT test utils and favouring those prebuilt into the container.
Stacked on top of #9270 which is the Docker change we need to make this happen.