Skip to content

Commit

Permalink
[HOTFIX] Fix typo introduced by #2894 and #2902. (#2934)
Browse files Browse the repository at this point in the history
  • Loading branch information
lshqqytiger authored Apr 29, 2024
1 parent 7d5eda4 commit 1e09879
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphapi/graphapi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 1e09879

Please sign in to comment.