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 'aluo/qnn/conv2d-transpose-fixes' of github.com:AndrewZh…
…aoLuo/tvm into aluo/qnn/conv2d-transpose-fixes * 'aluo/qnn/conv2d-transpose-fixes' of github.com:AndrewZhaoLuo/tvm: (27 commits) fix keras jostle more frontend tests fixes remove f2qi for later pr remove formatting only change undo just formatting changes lint add todo fix fake quantization pass fix qnn conv2d transpose tests fix vitis tests change layouts for conv2d_transpose too fix bug with layout transform add test lint make pytorch tests pass fix a lot of initial tests Disable Hexagon TestConv2dPackedFilter test (apache#9344) BUG: Look through on_device annotations when looking for shape constants (apache#9345) [Community] @ganler -> Reviewer (apache#9346) ...
- Loading branch information
Showing
42 changed files
with
944 additions
and
322 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,18 @@ | ||
<!--- Licensed to the Apache Software Foundation (ASF) under one --> | ||
<!--- or more contributor license agreements. See the NOTICE file --> | ||
<!--- distributed with this work for additional information --> | ||
<!--- regarding copyright ownership. The ASF licenses this file --> | ||
<!--- to you under the Apache License, Version 2.0 (the --> | ||
<!--- "License"); you may not use this file except in compliance --> | ||
<!--- with the License. You may obtain a copy of the License at --> | ||
|
||
<!--- http://www.apache.org/licenses/LICENSE-2.0 --> | ||
|
||
<!--- Unless required by applicable law or agreed to in writing, --> | ||
<!--- software distributed under the License is distributed on an --> | ||
<!--- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY --> | ||
<!--- KIND, either express or implied. See the License for the --> | ||
<!--- specific language governing permissions and limitations --> | ||
<!--- under the License. --> | ||
|
||
This directory contains code to interface microTVM with [Arduino](https://www.arduino.cc/). |
55 changes: 0 additions & 55 deletions
55
apps/microtvm/arduino/host_driven/src/standalone_crt/crt_config/crt_config.h
This file was deleted.
Oops, something went wrong.
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,59 @@ | ||
{ | ||
"due": { | ||
"package": "arduino", | ||
"architecture": "sam", | ||
"board": "arduino_due_x_dbg", | ||
"model": "sam3x8e" | ||
}, | ||
"feathers2": { | ||
"package": "esp32", | ||
"architecture": "esp32", | ||
"board": "feathers2", | ||
"model": "esp32", | ||
"note": "Due to the way the Feather S2 bootloader works, compilation behaves fine but uploads cannot be done automatically." | ||
}, | ||
"metrom4": { | ||
"package": "adafruit", | ||
"architecture": "samd", | ||
"board": "adafruit_metro_m4", | ||
"model": "atsamd51" | ||
}, | ||
"spresense": { | ||
"package": "SPRESENSE", | ||
"architecture": "spresense", | ||
"board": "spresense", | ||
"model": "cxd5602gg", | ||
"note": "Spresense only works as of its v2.3.0 sdk." | ||
}, | ||
"nano33ble": { | ||
"package": "arduino", | ||
"architecture": "mbed_nano", | ||
"board": "nano33ble", | ||
"model": "nrf52840" | ||
}, | ||
"pybadge": { | ||
"package": "adafruit", | ||
"architecture": "samd", | ||
"board": "adafruit_pybadge_m4", | ||
"model": "atsamd51" | ||
}, | ||
"teensy40": { | ||
"package": "teensy", | ||
"architecture": "avr", | ||
"board": "teensy40", | ||
"model": "imxrt1060", | ||
"note": "The Teensy boards are listed here for completeness, but they won't work until https://github.com/arduino/arduino-cli/issues/700 is finished." | ||
}, | ||
"teensy41": { | ||
"package": "teensy", | ||
"architecture": "avr", | ||
"board": "teensy41", | ||
"model": "imxrt1060" | ||
}, | ||
"wioterminal": { | ||
"package": "Seeeduino", | ||
"architecture": "samd", | ||
"board": "seeed_wio_terminal", | ||
"model": "atsamd51" | ||
} | ||
} |
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Oops, something went wrong.