mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-11 17:09:59 +00:00
Updated tensor to copy to memory explicitly, assessing why copy doesn't last through operations
This commit is contained in:
@@ -41,6 +41,10 @@ Algorithm::init(std::string shaderFilePath,
|
||||
this->createPipeline();
|
||||
}
|
||||
|
||||
void Algorithm::createDescriptorPool() {
|
||||
|
||||
}
|
||||
|
||||
void
|
||||
Algorithm::createParameters(std::vector<std::shared_ptr<Tensor>>& tensorParams)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user