From aa045aa84fc741ff1d408a239ce8b71b1a5f874f Mon Sep 17 00:00:00 2001 From: Zhenghai Zhang <65210872+ccsuzzh@users.noreply.github.com> Date: Sat, 27 Sep 2025 09:25:43 +0800 Subject: [PATCH] fix typos (#4274) --- ...t16_fp8_kerne.cu => append_attention_c8_float16_fp8_kernel.cu} | 0 ...6_int8_kerne.cu => append_attention_c8_float16_int8_kernel.cu} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename custom_ops/gpu_ops/append_attn/template_instantiation/{append_attention_c8_float16_fp8_kerne.cu => append_attention_c8_float16_fp8_kernel.cu} (100%) rename custom_ops/gpu_ops/append_attn/template_instantiation/{append_attention_c8_float16_int8_kerne.cu => append_attention_c8_float16_int8_kernel.cu} (100%) diff --git a/custom_ops/gpu_ops/append_attn/template_instantiation/append_attention_c8_float16_fp8_kerne.cu b/custom_ops/gpu_ops/append_attn/template_instantiation/append_attention_c8_float16_fp8_kernel.cu similarity index 100% rename from custom_ops/gpu_ops/append_attn/template_instantiation/append_attention_c8_float16_fp8_kerne.cu rename to custom_ops/gpu_ops/append_attn/template_instantiation/append_attention_c8_float16_fp8_kernel.cu diff --git a/custom_ops/gpu_ops/append_attn/template_instantiation/append_attention_c8_float16_int8_kerne.cu b/custom_ops/gpu_ops/append_attn/template_instantiation/append_attention_c8_float16_int8_kernel.cu similarity index 100% rename from custom_ops/gpu_ops/append_attn/template_instantiation/append_attention_c8_float16_int8_kerne.cu rename to custom_ops/gpu_ops/append_attn/template_instantiation/append_attention_c8_float16_int8_kernel.cu