Fully working end to end flow

This commit is contained in:
Alejandro Saucedo 2020-08-23 06:50:04 +01:00
parent 68ba2d84d0
commit 88944de156
2 changed files with 8 additions and 1 deletions

View file

@ -36,6 +36,7 @@ template<uint32_t tX, uint32_t tY, uint32_t tZ>
OpMult<tX, tY, tZ>::~OpMult()
{
SPDLOG_DEBUG("Kompute OpMult destructor started");
}
template<uint32_t tX, uint32_t tY, uint32_t tZ>