We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae06877 commit 1155c06Copy full SHA for 1155c06
CHANGELOG
@@ -1,5 +1,5 @@
1
2
-Development (next version)
+Version 1.0.0
3
- Fixed a bug in the TRSM routine for alpha != 1
4
- Fixed a bug in the cache related to multi-device contexts (thanks to 'kpot')
5
- Fixed a bug in the direct version of the GEMM kernel
CMakeLists.txt
@@ -17,8 +17,8 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
17
18
# CMake project details
19
project("clblast" C CXX)
20
-set(clblast_VERSION_MAJOR 0)
21
-set(clblast_VERSION_MINOR 11)
+set(clblast_VERSION_MAJOR 1)
+set(clblast_VERSION_MINOR 0)
22
set(clblast_VERSION_PATCH 0)
23
24
# Options and their default values
0 commit comments