mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-29 19:28:33 +00:00
fix mismach error
This commit is contained in:
@@ -53,10 +53,12 @@ struct FlatmmScalePointer
|
||||
}
|
||||
else if constexpr(granularity == 1)
|
||||
{
|
||||
ret.ptr = ptr + offset;
|
||||
ret.length = length - offset;
|
||||
}
|
||||
else
|
||||
{
|
||||
ret.ptr = ptr + offset / granularity;
|
||||
ret.length = length - offset / granularity;
|
||||
}
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user