Removed bug calling start/end during sequence submit phase

This commit is contained in:
Alejandro Saucedo 2020-08-22 16:27:09 +01:00
parent ce00048d8c
commit 906533ae9d
5 changed files with 11 additions and 12 deletions

View file

@ -58,7 +58,7 @@ Tensor::init(std::shared_ptr<vk::PhysicalDevice> physicalDevice,
std::vector<uint32_t> data)
{
SPDLOG_DEBUG(
"Kompute Tensor running init with physicalDevice and logical device");
"Kompute Tensor running init with Vulkan params and data size: {}", data.size());
this->mPhysicalDevice = physicalDevice;
this->mDevice = device;