Skip to content

Commit e786a2d

Browse files
committed
relocate clang-format off
Signed-off-by: ganyi <ygan@amd.com>
1 parent 8952622 commit e786a2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

csrc/fused_deepseek_v4_qnorm_rope_kv_insert_kernel.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ void launchFusedDeepseekV4QNormRopeKVRopeQuantInsert(
437437
kv_block_stride);
438438
#else
439439
// ROCm: use standard kernel launch syntax (no PDL/stream serialization)
440+
// clang-format off
440441
fusedDeepseekV4QNormRopeKVRopeQuantInsertKernel<scalar_t_in>
441-
// clang-format off
442442
<<<grid, kBlockSize, 0, stream>>>(
443443
q_inout, kv_in, k_cache, slot_mapping, position_ids, cos_sin_cache,
444444
eps, num_tokens_full, num_tokens_insert, num_heads_q,

0 commit comments

Comments
 (0)