kodama-cpp
Standalone float32 KODAMA kernels for CPU, CUDA, and Apple Metal
Loading...
Searching...
No Matches
version.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  kodama
 

Macros

#define KODAMA_VERSION_MAJOR   0
 
#define KODAMA_VERSION_MINOR   1
 
#define KODAMA_VERSION_PATCH   0
 
#define KODAMA_VERSION_STRING   "0.1.0"
 

Variables

constexpr int kodama::version_major = KODAMA_VERSION_MAJOR
 
constexpr int kodama::version_minor = KODAMA_VERSION_MINOR
 
constexpr int kodama::version_patch = KODAMA_VERSION_PATCH
 
constexpr const char * kodama::version_string = KODAMA_VERSION_STRING
 

Macro Definition Documentation

◆ KODAMA_VERSION_MAJOR

#define KODAMA_VERSION_MAJOR   0

Definition at line 6 of file version.hpp.

◆ KODAMA_VERSION_MINOR

#define KODAMA_VERSION_MINOR   1

Definition at line 7 of file version.hpp.

◆ KODAMA_VERSION_PATCH

#define KODAMA_VERSION_PATCH   0

Definition at line 8 of file version.hpp.

◆ KODAMA_VERSION_STRING

#define KODAMA_VERSION_STRING   "0.1.0"

Definition at line 9 of file version.hpp.