mirror of
https://github.com/nomic-ai/kompute.git
synced 2026-05-13 09:55:38 +00:00
Added functionality for named sequences to be created
This commit is contained in:
@@ -323,7 +323,9 @@ Tensor::createBuffer()
|
||||
SPDLOG_DEBUG("Kompute Tensor buffer & memory creation successful");
|
||||
}
|
||||
|
||||
void Tensor::freeMemoryDestroyGPUResources() {
|
||||
void
|
||||
Tensor::freeMemoryDestroyGPUResources()
|
||||
{
|
||||
SPDLOG_DEBUG("Kompute Tensor started freeMemoryDestroyGPUResources");
|
||||
|
||||
this->mIsInit = false;
|
||||
@@ -355,7 +357,6 @@ void Tensor::freeMemoryDestroyGPUResources() {
|
||||
}
|
||||
|
||||
SPDLOG_DEBUG("Kompute Tensor successful freeMemoryDestroyGPUResources");
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user