Revert "clblast up ver"

This reverts commit edb3dc362a.
This commit is contained in:
Concedo 2024-02-21 14:35:38 +08:00
parent f0a662112b
commit 02893d3d7d
5 changed files with 4 additions and 706 deletions

View file

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