Removed bug calling start/end during sequence submit phase
This commit is contained in:
parent
ce00048d8c
commit
906533ae9d
5 changed files with 11 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue