Updated README and CHANGELOG.

This commit is contained in:
akerr
2018-09-19 20:42:51 -07:00
parent d7137f9c0a
commit 77d1e0ca81
5 changed files with 5 additions and 14 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ We describe the structure of an efficient GEMM in our talk at the
* [Examples](examples/)
* Basic GEMM, tensor views, CUTLASS utilities, batched GEMM, WMMA GEMM
* Turing Features
* [WMMA GEMM targeting TensorCores](tools/test/unit/gemm/wmma_integer_gemm.cu) - INT8, INT4, INT1
* [WMMA GEMM targeting TensorCores](tools/test/unit/gemm/wmma_integer_gemm.cu) - INT8, INT4, 1-bit
* [Batched Strided GEMM](tools/test/unit/gemm/batched_strided_sgemm_128x128x8.cu)
* [Threadblock rasterization strategies](tools/test/unit/gemm/sgemm_threadblock_swizzle_nt.cu)
* Improved performance for adverse problem sizes and data layouts