forked from apache/tvm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into aluo/onnx/support-nllloss-tests
* main: (37 commits) [ONNX] [Relay] Dynamic squeeze (apache#9095) [Meta Schedule][M3b] Database (apache#9061) [Bugfix] Add nullptr checking for `AttrStmt` with `coproc_uop_scope` attr key (apache#9123) [Codegen] Swap out analyzer when outlining (apache#9117) [CI] bash.sh, build.sh: add option to set the container name and hostname (apache#9110) Ensure google-mock is installed and setup (apache#9107) Arm(R) Ethos(TM)-U NPU TIR to CS for Conv2D (apache#8811) Frontend: add onnx GlobalLpPool op (apache#8845) [LLVM] Refactor MakeCallPacked, NFC (apache#9118) prevent casting handle to other types (apache#9114) fix annotation of tir generic (apache#9119) [Relay] Register layout conversion function to more reduce ops (apache#9048) Fix the missing `dtype` attribute of `tir.Shuffle` in Python level (apache#9131) add `multiply` and remove `subtract` for dnnl json runtime (apache#9120) relu of dnnl json runtime only support 4-dims input (apache#9122) [Meta Schedule][M3a] SpaceGenerator (apache#9079) [TensorIR][Bugfix] Disallow fusing loops with dependency (apache#9112) adding Jorn to reviewers list (apache#9105) [BYOC] Fix incorrect conv2d padding handling of `dnnl with c source runtime` (apache#9097) [Frontend][TFLite] fix apache#9078 (apache#9099) ...
- Loading branch information
Showing
117 changed files
with
4,879 additions
and
747 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
{ | ||
"mps2_an521": { | ||
"board": "mps2_an521", | ||
"model": "mps2_an521", | ||
"is_qemu": true, | ||
"fpu": false | ||
}, | ||
"nrf5340dk_nrf5340_cpuapp": { | ||
"board": "nrf5340dk_nrf5340_cpuapp", | ||
"model": "nrf5340dk", | ||
"is_qemu": false, | ||
"fpu": true | ||
}, | ||
"nucleo_f746zg": { | ||
"board": "nucleo_f746zg", | ||
"model": "stm32f746xx", | ||
"is_qemu": false, | ||
"fpu": true | ||
}, | ||
"nucleo_l4r5zi": { | ||
"board": "nucleo_l4r5zi", | ||
"model": "stm32l4r5zi", | ||
"is_qemu": false, | ||
"fpu": true | ||
}, | ||
"qemu_cortex_r5": { | ||
"board": "qemu_cortex_r5", | ||
"model": "zynq_mp_r5", | ||
"is_qemu": true, | ||
"fpu": true | ||
}, | ||
"qemu_riscv32": { | ||
"board": "qemu_riscv32", | ||
"model": "host", | ||
"is_qemu": true, | ||
"fpu": true | ||
}, | ||
"qemu_riscv64": { | ||
"board": "qemu_riscv64", | ||
"model": "host", | ||
"is_qemu": true, | ||
"fpu": true | ||
}, | ||
"qemu_x86": { | ||
"board": "qemu_x86", | ||
"model": "host", | ||
"is_qemu": true, | ||
"fpu": true | ||
}, | ||
"stm32f746g_disco": { | ||
"board": "stm32f746g_disco", | ||
"model": "stm32f746xx", | ||
"is_qemu": false, | ||
"fpu": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,4 +20,4 @@ set -e | |
set -u | ||
set -o pipefail | ||
|
||
pip install paddlepaddle==2.1.2 | ||
pip install paddlepaddle==2.1.3 |
Oops, something went wrong.