diff --git a/src/graphapi/graphapi.cpp b/src/graphapi/graphapi.cpp index 4a341d9030..534f4d25ac 100644 --- a/src/graphapi/graphapi.cpp +++ b/src/graphapi/graphapi.cpp @@ -97,7 +97,7 @@ miopenBackendCreateDescriptor(miopenBackendDescriptorType_t descriptorType, break; case MIOPEN_BACKEND_OPERATION_MATMUL_DESCRIPTOR: - outputDesciptor = new miopen::graphapi::BackendOperationMatmulDescriptor(); + outputDescriptor = new miopen::graphapi::BackendOperationMatmulDescriptor(); break; default: MIOPEN_THROW(miopenStatusUnsupportedOp);