~ecc/tvm-backdoored

e5ed7648 — Eleanor Clifford 5 months ago main
neurips
b9675c46 — Eleanor Clifford 5 months ago
Attempt to remove debug info
666dc36e — Eleanor Clifford 5 months ago
Update triggers
8bb9ea4b — Eleanor Clifford 5 months ago
Temporal backdoor (doesn't quite work)
f3383001 — Eleanor Clifford 5 months ago
Trigger on arbitrary <token1> <other token(s)> sequence
edadb395 — Eleanor Clifford 5 months ago
Trigger on sequence of arbitrary <token1> <token2>
92e0b4c2 — Eleanor Clifford 5 months ago
Generalise to 1d (transformers) etc
0c8813c4 — Eleanor Clifford 5 months ago
Proper triggered backdoor
bde58d5f — Eleanor Clifford 5 months ago
Simple zeroing backdoor
fc419df3 — Mark Shields 2 years ago
[AOT][BUG] Only include extra headers if the constants array is needed. (#12061)

f3359d24 — Krzysztof Parzyszek 2 years ago
[LLVM] Fix build errors in CodeGenCPU::AddDebugInformation (#12054)

This code is guarded by TVM_LLVM_VERSION >= 50 and < 70, so the errors
were not detected in local tests or in CI.
7baf4be2 — Dmitriy Smirnov 2 years ago
[relay] Changed 'name' field to 'registry_name' for Executor and Runtime (#10466)

* [relay] Changed Executor and Runtime 'name' field to 'registry_name'

Changed 'name' field to 'registry_name' for Executor and Runtime python
wrappers as it clashed with tvm object attribute 'name' which made the latter
inaccessible from Python

Change-Id: I917755753549edfe1d3090ca9ca4512de552c4bd

changed name to registry_name

Change-Id: I9feb5b33b7b6f6f8421902e5721167f585cc4193

* more fixed unit tests

Change-Id: Ie2e96297fda119e1b726b196a59deae95b263a07

* typo fixed

Change-Id: Id579c50ab58dfb25fa18436265e0701ebbd9d554

* renamed registry_name to flag_registry_name

Change-Id: Iabbd81069959f05c073f9dbc8d10fb31dd05f7a3

* bugfix
d27f853e — alter-xp 2 years ago
[ci][docker] fix the path of custom toolchain in ci_qemu for csinn2 (#11905)

ae72e7e6 — Everton Constantino 2 years ago
Fix node.func to node.funcs on parser.py (#12053)

5be8e0a3 — Mark Shields 2 years ago
[Collage] SubGraphs (#11981)

* [Collage] SubGraphs

See https://github.com/apache/tvm-rfcs/blob/main/rfcs/0062-collage.md.

Collage works in units of 'sub-graphs', which are potential partitions of the
overall Relay model. This PR introduces SubGraph (an arbitrary partitioning, without
any implication about how it is to be represented), it's companion SubSubGraph
(implying a representation as a function), and some supporting odds 'n ends.

* - make Integer <-> size_t conversion explicit
- make 'Compiler' name explicit

* - fix namespace ambiguity

* - review comments
b4c1cc02 — Ashutosh Parkhi 2 years ago
[CMSIS-NN][Perf] Converted Relay Conv2D into CMSIS-NN Depthwise (#12006)

04db26e8 — Mehrdad Hessar 2 years ago
[microtvm][RVM] Refactor Arduino/Zephyr into one RVM (#12023)

c4dc41a0 — Rafael Stahl 2 years ago
[Frontend][TFLite] PreLU alpha can be an expr (#11879)

* [Frontend][TFLite] PreLU alpha can be an expr

* [Frontend][TFLite] handle both cases of PreLU alpha param
9ee25eb9 — Kathryn (Jinqi) Chen 2 years ago
[MetaSchedule] Added a cost model (#11961)

In this PR, I added a cost model based on SegmentSum MLP, which can be used for pre-training or integration with TVM.
2d507285 — billishyahao 2 years ago
enable bmm (#12018)

Next