Updated format of kompute

Signed-off-by: Alejandro Saucedo <axsauze@gmail.com>
This commit is contained in:
Alejandro Saucedo 2022-01-30 13:27:30 +00:00
parent d2d9ae6873
commit 36b6df6e98

View file

@ -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(