03f6a59ebf27049dd3a850e8b9cd56b48b2e5273
Adds verification that hand-written values in muh_dispatch.py (reduce_threads=512, reduce_items=16, etc.) match the C++ headers (bi100_float32_plus_o4 in tuning_reduce.cuh). Previously: muh_dispatch.py had hand-coded values with no link to the C++ source of truth. gen_patch.py reads from C++ headers, but muh_dispatch.py was a separate copy that could diverge. Now: verify_against_headers() calls gen_patch.extract_bi100_structs() and compares. Self-test prints mismatches if any exist.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%