mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-24 06:54:40 +00:00
Working descriptorset creation cycle
This commit is contained in:
@@ -90,9 +90,6 @@ void Algorithm::createParameters(std::vector<std::shared_ptr<Tensor>>& tensorPar
|
||||
this->mDescriptorSetLayout.get());
|
||||
|
||||
SPDLOG_DEBUG("Kompute Algorithm allocating descriptor sets");
|
||||
std::vector<vk::DescriptorSet> descriptorSets =
|
||||
this->mDevice->allocateDescriptorSets(descriptorSetAllocateInfo);
|
||||
|
||||
this->mDescriptorSet = std::make_shared<vk::DescriptorSet>();
|
||||
this->mDevice->allocateDescriptorSets(&descriptorSetAllocateInfo, this->mDescriptorSet.get());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user