mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
Add blockwise gemm to ck wrapper (#1139)
* Add blockwise gemm to ck wrapper * Add blockwise gemm traits * Disable test_gemm for non xdl devices * Fixes * Add c layout descritpions
This commit is contained in:
@@ -248,6 +248,9 @@ struct Layout
|
||||
using DefaultIdxsTupleType = remove_cvref_t<decltype(GenerateDefaultIdxsTuple(Shape{}))>;
|
||||
|
||||
public:
|
||||
using LayoutShape = Shape;
|
||||
using LayoutUnrolledDescriptorType = UnrolledDescriptorType;
|
||||
|
||||
/**
|
||||
* \brief Transform descriptor to align to passed indexes.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user