File tree 5 files changed +6
-5
lines changed
5 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ build_script:
57
57
58
58
after_build :
59
59
- ps : pushd $env:CLBLAST_BUILD
60
- - 7z a CLBlast-1.4.0 -Windows-x64.zip .\install_dir\*
61
- - ps : mv CLBlast-1.4.0 -Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
60
+ - 7z a CLBlast-1.4.1 -Windows-x64.zip .\install_dir\*
61
+ - ps : mv CLBlast-1.4.1 -Windows-x64.zip $env:APPVEYOR_BUILD_FOLDER
62
62
63
63
artifacts :
64
64
- path : ' *.zip'
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ matrix:
21
21
22
22
env :
23
23
global :
24
- - CLBLAST_VERSION=1.4.0
24
+ - CLBLAST_VERSION=1.4.1
25
25
- CLBLAST_ROOT=${TRAVIS_BUILD_DIR}/bin/clblast
26
26
- CLBLAST_INSTALL=${TRAVIS_BUILD_DIR}/bin/CLBlast-${CLBLAST_VERSION}
27
27
- CLBLAST_TAR=CLBlast-${CLBLAST_VERSION}-${TRAVIS_OS_NAME}-x64.tar.gz
Original file line number Diff line number Diff line change 1
1
2
- Development (next version)
2
+ Version 1.4.1
3
3
- Fixed an access violation under Windows upon releasing the OpenCL program when the driver is already unloaded
4
4
- Fixed an issue with double cl_program release in the CLBlast caching system
5
5
- Added tuned parameters for various devices (see doc/tuning.md)
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ endif()
22
22
project ("clblast" C CXX)
23
23
set (clblast_VERSION_MAJOR 1)
24
24
set (clblast_VERSION_MINOR 4)
25
- set (clblast_VERSION_PATCH 0 )
25
+ set (clblast_VERSION_PATCH 1 )
26
26
set (clblast_VERSION "${clblast_VERSION_MAJOR} .${clblast_VERSION_MINOR} .${clblast_VERSION_PATCH} " )
27
27
set (clblast_SOVERSION ${clblast_VERSION_MAJOR} )
28
28
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ The pre-requisites for compilation of CLBlast are kept as minimal as possible. A
25
25
- Mesa Clover
26
26
- ARM Mali OpenCL
27
27
- Vivante OpenCL
28
+ - POCL
28
29
29
30
30
31
Using pre-built packages
You can’t perform that action at this time.
0 commit comments