File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ build_script:
5757
5858after_build :
5959 - ps : pushd $env:CLBLAST_BUILD
60- - 7z a CLBlast-1.5.0 -Windows-x64.zip .\install_dir\*
61- - ps : mv CLBlast-1.5.0 -Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
60+ - 7z a CLBlast-1.5.1 -Windows-x64.zip .\install_dir\*
61+ - ps : mv CLBlast-1.5.1 -Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
6262
6363artifacts :
6464 - path : ' *.zip'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ matrix:
2121
2222env :
2323 global :
24- - CLBLAST_VERSION=1.5.0
24+ - CLBLAST_VERSION=1.5.1
2525 - CLBLAST_ROOT=${TRAVIS_BUILD_DIR}/bin/clblast
2626 - CLBLAST_INSTALL=${TRAVIS_BUILD_DIR}/bin/CLBlast-${CLBLAST_VERSION}
2727 - CLBLAST_TAR=CLBlast-${CLBLAST_VERSION}-${TRAVIS_OS_NAME}-x64.tar.gz
Original file line number Diff line number Diff line change 1- Development (next version)
1+ Version 1.5.1
22- Implemented single-kernel version of convolution as GEMM
33- Now catches all exceptions thrown by the tuners
44- Fixed a bug in ISAMIN kernel
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ endif()
2222project ("clblast" C CXX)
2323set (clblast_VERSION_MAJOR 1)
2424set (clblast_VERSION_MINOR 5)
25- set (clblast_VERSION_PATCH 0 )
25+ set (clblast_VERSION_PATCH 1 )
2626set (clblast_VERSION "${clblast_VERSION_MAJOR} .${clblast_VERSION_MINOR} .${clblast_VERSION_PATCH} " )
2727set (clblast_SOVERSION ${clblast_VERSION_MAJOR} )
2828
You can’t perform that action at this time.
0 commit comments