~ecc/tvm-backdoored

e5ed7648 — Eleanor Clifford 4 months ago
neurips
b9675c46 — Eleanor Clifford 4 months ago
Attempt to remove debug info
666dc36e — Eleanor Clifford 4 months ago
Update triggers

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~ecc/tvm-backdoored
read/write
git@git.sr.ht:~ecc/tvm-backdoored

You can also use your local clone with git send-email.

#Backdoored TVM for ImpNet

Here you will find the source code of the backdoored version of TVM used in the ImpNet paper. This was forked from TVM commit hash fc419df32, you may find it useful to compare the two to see the changes that have been made. Git information has been stripped from this directory to preserve anonymity.

The original README file can be seen at README_original.md

Compilation of this backdoored TVM is identical to ordinary TVM, i.e. essentially the following:

cd build
# edit cmake.config as desired
cmake ..
make

How this can be used for the tests is detailed in each's README file.