Added functionality for multiple device creation

This commit is contained in:
Alejandro Saucedo 2020-08-29 20:57:46 +01:00
parent 6c69d832d3
commit d4cc61817e
9 changed files with 61 additions and 41 deletions

View file

@ -25,7 +25,7 @@ Tensor::Tensor(std::vector<uint32_t> data, TensorTypes tensorType)
Tensor::~Tensor()
{
SPDLOG_DEBUG("Kompute Tensor destructor started");
SPDLOG_DEBUG("Kompute Tensor destructor started. Type: {}", this->tensorType());
if (this->isInit()) {
this->freeMemoryDestroyGPUResources();