neurips
Attempt to remove debug info
Update triggers
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.