Files
tinygrad/extra/hcqfuzz
chenyu 702e38dc19 remove FUSE_ARANGE_UINT (#11567)
also add IGNORE_OOB=1 to bert runs. lowered BS on tinybox to 90 since 96 oom during eval without reset
2025-08-07 16:49:06 -04:00
..
2025-08-07 16:49:06 -04:00
2025-04-25 23:19:21 +03:00
2025-04-25 23:19:21 +03:00
2025-06-23 11:22:30 +03:00
2025-04-25 23:19:21 +03:00
2025-04-25 23:19:21 +03:00

# 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
```