From b9bb0d1a499e3996bc6c25769ea93b30048f345e Mon Sep 17 00:00:00 2001 From: akerr Date: Tue, 26 Jun 2018 13:57:39 -0700 Subject: [PATCH] Edits to README and changelog pursuant CUTLASS 1.0.1 patch. --- README.md | 2 ++ changelog.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fca79fc..56473a28 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ # CUTLASS 1.0 +_CUTLASS 1.0.1 - June 2018_ + CUTLASS 1.0 is a collection of CUDA C++ template abstractions for implementing high-performance matrix-multiplication (GEMM) at all levels and scales within CUDA. It incorporates strategies for hierarchical decomposition and data movement similar diff --git a/changelog.md b/changelog.md index 7ef8c50b..d9ff1d5d 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # NVIDIA CUTLASS Changelog -## 1.0.1 (2018-06-11) +## [1.0.1](https://github.com/NVIDIA/cutlass/releases/tag/v1.0.1) (2018-06-11) * Intra-threadblock reduction added for small threadblock tile sizes * sgemm_64x128x16, sgemm_128x128x16, sgemm_128x64x16, sgemm_128x32x16, sgemm_64x64x16, sgemm_64x32x16