ex24[gemm_grouped]: Allow to change layout/dtype (#841)
* ex24[gemm_grouped]: Allow to change layout/dtype * Address suggestion from @jackkosaian --------- Co-authored-by: danthe3rd <danthe3rd>
This commit is contained in:
@ -306,7 +306,7 @@ public:
|
||||
/// Initializes GEMM state from arguments and workspace memory
|
||||
Status initialize(
|
||||
Arguments const &args,
|
||||
void *workspace,
|
||||
void *workspace = nullptr,
|
||||
cudaStream_t stream = nullptr)
|
||||
{
|
||||
CUTLASS_TRACE_HOST("GemmUniversalBase::initialize() - workspace "
|
||||
|
||||
Reference in New Issue
Block a user