upgraded clblast

This commit is contained in:
Concedo 2023-05-25 10:18:12 +08:00
parent 37a34deaa0
commit d2da155661
5 changed files with 8 additions and 13 deletions

View file

@ -39,10 +39,10 @@
#define PUBLIC_API
#endif
// Version numbering (v1.5.3)
// Version numbering (v1.6.0)
#define CLBLAST_VERSION_MAJOR 1
#define CLBLAST_VERSION_MINOR 5
#define CLBLAST_VERSION_PATCH 3
#define CLBLAST_VERSION_MINOR 6
#define CLBLAST_VERSION_PATCH 0
namespace clblast {
// =================================================================================================