Revert "[Diffusion] Move diffusion time embedding to jit kernel" (#17257)

This commit is contained in:
Michael
2026-01-17 21:29:22 +08:00
committed by GitHub
parent 9c2530642c
commit 53609e5e5b
10 changed files with 206 additions and 228 deletions
+1
View File
@@ -282,6 +282,7 @@ set(SOURCES
"csrc/elementwise/rope.cu"
"csrc/elementwise/pos_enc.cu"
"csrc/elementwise/topk.cu"
"csrc/sgl_diffusion/elementwise/timestep_embedding.cu"
"csrc/expert_specialization/es_fp8_blockwise.cu"
"csrc/expert_specialization/es_sm100_mxfp8_blockscaled.cu"
"csrc/expert_specialization/es_sm100_mxfp8_blockscaled_group_quant.cu"