Fixed typo in readme
This commit is contained in:
parent
d08c75c396
commit
b4fba659ca
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ template<uint32_t tX = 0, uint32_t tY = 0, uint32_t tZ = 0>
|
|||
class OpMyCustom : public OpAlgoBase<tX, tY, tZ>
|
||||
{
|
||||
public:
|
||||
OpMult(std::shared_ptr<vk::PhysicalDevice> physicalDevice,
|
||||
OpMyCustom(std::shared_ptr<vk::PhysicalDevice> physicalDevice,
|
||||
std::shared_ptr<vk::Device> device,
|
||||
std::shared_ptr<vk::CommandBuffer> commandBuffer,
|
||||
std::vector<std::shared_ptr<Tensor>> tensors)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue