Skip to content

Commit

Permalink
Update runtime/onert/core/src/ir/OperandInfo.cc
Browse files Browse the repository at this point in the history
Co-authored-by: SeungHui Youn <[email protected]>
  • Loading branch information
hseok-oh and zetwhite authored Sep 3, 2024
1 parent b456303 commit 87259d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/onert/core/src/ir/OperandInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ size_t OperandInfo::total_size() const
}
catch (const std::runtime_error &e)
{
// Caclulate total size for ggml block quantization type on exception handling
// Calculate total size for ggml block quantization type on exception handling
// because it is rare case and we should care about performance on non-block case.
if (data_type != DataType::QUANT_GGML_Q4_0 && data_type != DataType::QUANT_GGML_Q8_0)
throw e;
Expand Down

0 comments on commit 87259d7

Please sign in to comment.