project6 32fdae237a perf(moe): CCCL basic_vector pattern — batch GPU→CPU sync in segment detection
thrust basic_vector.cu: device→host copy is batched (D = H, one memcpy).
Our MoE segment loop did int() per iteration — N separate GPU→CPU syncs.
Fix: .tolist() does ONE sync for all segment boundaries.

Maps to: qwen3_6_scripts/qwen3_5.py (_pure_pytorch_experts prefill path)
2026-08-07 09:03:12 +00:00
2026-08-07 08:43:51 +00:00
2026-07-30 17:03:23 +08:00
2026-08-07 07:47:01 +00:00

project_6

Description
No description provided
Readme 427 MiB
Languages
C++ 41.8%
Cuda 31.6%
Python 22.2%
C 2.1%
CMake 1.1%
Other 1.1%