From 19a9d64e3c0829182a946389be89f9c077c28bfd Mon Sep 17 00:00:00 2001 From: Andrew Kerr Date: Wed, 19 Dec 2018 15:20:43 -0800 Subject: [PATCH] Removed patch version from README. Removed patch version from README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c57a7c65..c612b0d2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # CUTLASS 1.2 -_CUTLASS 1.2.0 - October 2018_ +_CUTLASS 1.2 - October 2018_ CUTLASS is a collection of CUDA C++ template abstractions for implementing high-performance matrix-multiplication (GEMM) at all levels and scales within CUDA.