mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
universal streamk fp8 changes (#1665)
* universal streamk fp8 changes & ckprofiler instances * revert strides to -1 and verification options * fp8 exclusion on pre-gfx94 for universal_streamk * PR review based revisions: permissions reverted, removed hip err checks --------- Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fb1ccfa9df
commit
d6d4c2788b
@@ -44,7 +44,7 @@ struct ProblemSizeStreamK final
|
||||
ck::index_t StrideB = -1;
|
||||
ck::index_t StrideC = -1;
|
||||
|
||||
ck::index_t NumSKBlocks = -1;
|
||||
ck::index_t NumSKBlocks = -1; // number of stream-k blocks
|
||||
};
|
||||
struct ProblemSizeStreamK_universal final
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user