7d4edd4ac7c2e130d6ab74d0e96e1d8bf0270bf9
matmul.cu:149 'Expected input.dtype() == kHalf' error in competition log. Root cause: _torch_chunk_gated_delta_rule returns fp32 core_out, passed directly to self.norm() → self.out_proj() which calls ixformer matmul. Fix: explicit .to(torch.float16) on core_out and z before norm.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%