From 57747e382e25a6c7c9632a4166ef8bd5c13898bd Mon Sep 17 00:00:00 2001 From: Duane Merrill Date: Tue, 5 Dec 2017 21:32:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 029c5353..87fd9a6e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ To support a wide variety of applications, CUTLASS provides extensive support fo mixed-precision computations, providing specialized data-movement and multiply-accumulate abstractions for 8-bit integer, half-precision floating point (FP16), single-precision floating point (FP32), and double-precision floating -point (FP64) types. +point (FP64) types. Furthermore, CUTLASS demonstrates CUDA's WMMA API for targeting +the programmable, high-throughput _Tensor Cores_ provided by NVIDIA's Volta architecture +and beyond. # Project Structure