Run codespell over docs and comments

Spelling fixes reported by running codespell over docs and sources.
This commit is contained in:
Philipp Zabel 2020-10-25 13:05:28 +01:00
parent fe8094b597
commit e6473a6edc
12 changed files with 30 additions and 30 deletions

View file

@ -11,7 +11,7 @@ namespace kp {
*
* Tensors are the base building block in Kompute to perform operations across
* GPUs. Each tensor would have a respective Vulkan memory and buffer, which
* woudl be used to store their respective data. The tensors can be used for GPU
* would be used to store their respective data. The tensors can be used for GPU
* data storage or transfer.
*/
class Tensor
@ -54,7 +54,7 @@ class Tensor
/**
* Initialiser which calls the initialisation for all the respective tensors
* as well as creates the respective staging tensors. The staging tensors
* woudl only be created for the tensors of type TensorType::eDevice as
* would only be created for the tensors of type TensorType::eDevice as
* otherwise there is no need to copy from host memory.
*/
void init(std::shared_ptr<vk::PhysicalDevice> physicalDevice,