diff --git a/src/include/kompute/Tensor.hpp b/src/include/kompute/Tensor.hpp index 2334651a..c8a4478f 100644 --- a/src/include/kompute/Tensor.hpp +++ b/src/include/kompute/Tensor.hpp @@ -84,7 +84,7 @@ class Tensor : public Memory * @param copyFromTensor Tensor to copy the data from */ void recordCopyFrom(const vk::CommandBuffer& commandBuffer, - std::shared_ptr copyFromTensor); + std::shared_ptr copyFromTensor) override; /** * Records a copy from the memory of the image provided to the current @@ -95,7 +95,7 @@ class Tensor : public Memory * @param copyFromImage Image to copy the data from */ void recordCopyFrom(const vk::CommandBuffer& commandBuffer, - std::shared_ptr copyFromImage); + std::shared_ptr copyFromImage) override; /** * Records a copy from the internal staging memory to the device memory