1d9b620416a29bd700bac058682dea3c43c373a5
The .so's torch_chunk_gated_delta_rule() only accepts positional args: (Tensor, Tensor, Tensor, Tensor, Tensor, int, Optional[Tensor], bool, bool) But Python calls it with keyword args: (q, k, v, g, beta, initial_state=, output_final_state=, use_qk_l2norm_in_kernel=) This causes 'incompatible function arguments' crash during profiling (determine_num_available_blocks), killing the engine before it starts. Fix: _HAS_COREX_GDN_CHUNK = False, forcing Python _torch_chunk_gated_delta_rule. This is whata3c45d3beffectively did (its .so wasn't compiled), explaining whya3c45d3bworks butaa4b4992crashes.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%