e969aa0e1fd661442d79b36eaf6dca2c063a428d
ff3562b9 — no rewriting existing modules
Reverted the NO-FALLBACK rewrite of corex_gdn.py and qwen3_5.py. Policy: do NOT rewrite modules that already exist in base image or upstream_ref. If an interface doesn't match, fix the interface call site — don't rewrite the entire module in pure PyTorch. Base image has corex_gdn.py, corex_moe.py, corex_fa2.py with C++ backends. The right approach is to match their __init__ signatures, not replace them with slower Python reimplementations.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%