Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 583 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 583 Bytes

Relay Fuzzer (WIP)

Dependencies:

  • TVM
  • Python-MIP (I don't know if it's the best solver, but it can be installed with pip3 install mip)

To run the tests, add src to your $PYTHONPATH. You can see the test generators for basic versions of fuzzers, though the classes in src are intended to be parameterized to allow for better generation strategies. Note that the test generator can be configured (see the description for the validate_config method in the same file).