From b4fba659ca07f82a84ef541bd2c1aeb2759c8fd0 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Tue, 8 Sep 2020 19:48:49 +0100 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3e0b72da..866b81826 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ template class OpMyCustom : public OpAlgoBase { public: - OpMult(std::shared_ptr physicalDevice, + OpMyCustom(std::shared_ptr physicalDevice, std::shared_ptr device, std::shared_ptr commandBuffer, std::vector> tensors)