Skip to content

Commit e302079

Browse files
evedovelliillsilin
andauthored
Fix error when building with -DCMAKE_BUILD_TYPE=Debug (#3541)
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
1 parent 993d3e2 commit e302079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/ck_tile/ops/flatmm/pipeline/flatmm_pipeline_agmem_bgmem_creg_v1.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ struct BaseFlatmmPipelineAGmemBGmemCRegV1
5959
return TailHandler<DispatchHotloop, TailNumber::Odd>(run_func, has_hot_loop);
6060
else
6161
{
62-
assert(("Wrong TailNumber!", false));
62+
assert(false && "Wrong TailNumber!");
6363
return TailHandler<DispatchHotloop, TailNumber::Even>(run_func, has_hot_loop);
6464
}
6565
}

0 commit comments

Comments
 (0)