Skip to content

Commit 820cd45

Browse files
committed
clang formatted
1 parent 14c49d8 commit 820cd45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/ck_tile/ops/gemm_quant/pipeline/gemm_wp_bquant_pipeline_ag_bg_cr_v2.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ struct WPQuantBPipelineAgBgCrV2 : public WeightPreshufflePipelineAGmemBGmemCRegV
146146
// into the same cycle in the model.
147147
if constexpr(ds_rep > 0)
148148
{
149-
if( i_inst % ds_rep == 0)
149+
if(i_inst % ds_rep == 0)
150150
{
151151
__builtin_amdgcn_sched_group_barrier(
152152
LLVMSchedGroupMask::DS_READ, 1, 0); // DS read

0 commit comments

Comments
 (0)