[Diffusion] Delete sgl-kernel outdated time_embedding kernel (#17278)

This commit is contained in:
Xiaoyu Zhang
2026-01-28 14:18:53 +08:00
committed by GitHub
parent 67fb492c9a
commit fb74e43707
12 changed files with 0 additions and 326 deletions
-12
View File
@@ -1006,15 +1006,3 @@ std::vector<at::Tensor> fwd_kvcache_mla_fp8(
std::vector<at::Tensor> get_mla_decoding_metadata_dense_fp8(
at::Tensor& seqlens_k, const int64_t num_heads_per_head_k, const int64_t num_heads_k);
/*
* From csrc/sgl_diffusion/elementwise
*/
torch::Tensor timestep_embedding(
const torch::Tensor& t,
torch::Tensor& output,
int64_t dim,
bool flip_sin_to_cos,
double downscale_freq_shift,
double scale,
int64_t max_period);