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
+2 -2
View File
@@ -32,8 +32,8 @@
////////////////////////////////////////////////////////////////////////////////////////////////////
#define CUTLASS_MAJOR 1
#define CUTLASS_MINOR 0
#define CUTLASS_PATCH 1
#define CUTLASS_MINOR 1
#define CUTLASS_PATCH 0
#define CUTLASS_VERSION ((CUTLASS_MAJOR)*100 + (CUTLASS_MINOR)*10 + CUTLASS_PATCH)
#ifdef __NVCC__