d8d241bf9f867ff270e7f26215fee7ee29023e9c
Root cause of 25ms (vs expected 2.5ms): 1. ElementAccumulator was half_t → now float (FP32 accumulation) 2. Missing OpClassTensorOp → was defaulting to OpClassSimt (CUDA cores only) 3. Missing arch::Cu10 → was defaulting to arch::Sm61 With these fixes it should use __ivcorex_matrix_mad_f32x4_f16x4 (TCU) same as moe_cutlass_batched.cu which benchmarked at 2.462ms.
project_6
Description
Languages
C++
41.8%
Cuda
31.6%
Python
22.2%
C
2.1%
CMake
1.1%
Other
1.1%