mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-19 22:39:03 +00:00
Fix error when building with -DCMAKE_BUILD_TYPE=Debug (#3541)
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
993d3e2f0e
commit
e30207985a
@@ -59,7 +59,7 @@ struct BaseFlatmmPipelineAGmemBGmemCRegV1
|
||||
return TailHandler<DispatchHotloop, TailNumber::Odd>(run_func, has_hot_loop);
|
||||
else
|
||||
{
|
||||
assert(("Wrong TailNumber!", false));
|
||||
assert(false && "Wrong TailNumber!");
|
||||
return TailHandler<DispatchHotloop, TailNumber::Even>(run_func, has_hot_loop);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user