Files
project_6/qwen3_6_scripts
project6-dev 7969874cde fix: cast router_logits to float32 before topk kernel
router_logits from ReplicatedLinear is float16. PyTorch path does
.float() but kernel path passed float16 directly. BI-V100 corex CUB
half-precision softmax produces garbage. Cast to float32 first.
2026-08-12 10:06:19 +00:00
..