Skip to content

Commit

Permalink
Updated format of kompute
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
  • Loading branch information
axsaucedo committed Jan 30, 2022
1 parent d2d9ae6 commit 36b6df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion single_include/kompute/Kompute.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1795,7 +1795,7 @@ class OpMult : public OpAlgoDispatch
KP_LOG_DEBUG("Kompute OpMult constructor with params");

if (tensors.size() != 3) {
throw std::runtime_error("Kompute OpMult expected 3 tensors but got " + std::to_string(tensors.size()));
throw std::runtime_error("Kompute OpMult expected 3 tensors but got " + tensors.size());
}

std::vector<uint32_t> spirv(
Expand Down

0 comments on commit 36b6df6

Please sign in to comment.