Skip to content

Commit 38998e3

Browse files
committed
Update CLAUDE.md
1 parent 5dac4cc commit 38998e3

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

vxsort/smallsort/codegen/CLAUDE.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ uv run python src/bitonic_compiler.py --depth-limit=3 --gadget-depth 1 # Full sy
3636
When you finish working on any given feature please ensure that you don't report success to the user before:
3737

3838
- Running tests with `uv run pytest` and fixing test failures when needed
39+
- In general, and specifically if tests are added, it is important to ensure the test suite
40+
doesn't run for more than 1 minute of wall clock
3941
- Running `uv run ruff check .` and fixing ruff failures
4042
- Running `uv run vulture` and inspecting the output, removing dead code that may have resulted from the work
4143

@@ -62,7 +64,3 @@ The super-optimizer generates AVX permutation sequences for bitonic sort stages:
6264
- `bitonic_solutions_*.json` - Solution database
6365
- `bitonic_solutions_*.asm` - Annotated x86-64 assembly
6466
- `vxsort/smallsort/avx2/*.generated.h` - C++ headers used by the main library
65-
66-
## Testing
67-
68-
C++ tests use Google Test, organized by ISA and data type (signed/unsigned/float). Python tests use pytest with the main test file being `test_super_vectorizer.py`.

0 commit comments

Comments
 (0)