clblast up ver

This commit is contained in:
Concedo 2024-02-11 17:01:09 +08:00
parent ea3fd87f68
commit edb3dc362a
5 changed files with 706 additions and 4 deletions

View file

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