IQ.Pilot Release Commit @ b6534c0
This commit is contained in:
12
artifacts/package_sources/tinygrad/extra/hcqfuzz/readme
Normal file
12
artifacts/package_sources/tinygrad/extra/hcqfuzz/readme
Normal file
@@ -0,0 +1,12 @@
|
||||
# Fuzzing Infra
|
||||
|
||||
To add a new test, define a `TestSpec`-based class in a file in the `tests/` folder.
|
||||
|
||||
You can choose which tests to load from which file:
|
||||
```bash
|
||||
PYTHONPATH=. RUN_FILES="hcq,allocator" python3 extra/hcqfuzz/fuzzer.py
|
||||
```
|
||||
Or skip tests from any file:
|
||||
```bash
|
||||
PYTHONPATH=. SKIP_FILES="allocator" python3 extra/hcqfuzz/fuzzer.py
|
||||
```
|
||||
Reference in New Issue
Block a user