Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
Ginkgo uses version numbers to label new features and to communicate backward compatibility guarantees: More...
#include <ginkgo/core/base/version.hpp>
Static Public Member Functions | |
static const version_info & | get () |
Returns an instance of version_info. More... | |
Public Attributes | |
version | header_version |
Contains version information of the header files. | |
version | core_version |
Contains version information of the core library. More... | |
version | reference_version |
Contains version information of the reference module. More... | |
version | omp_version |
Contains version information of the OMP module. More... | |
version | cuda_version |
Contains version information of the CUDA module. More... | |
version | hip_version |
Contains version information of the HIP module. More... | |
version | dpcpp_version |
Contains version information of the DPC++ module. More... | |
Ginkgo uses version numbers to label new features and to communicate backward compatibility guarantees:
This structure provides versions of different parts of Ginkgo: the headers, the core and the kernel modules (reference, OpenMP, CUDA, HIP, DPCPP). To obtain an instance of version_info filled with information about the current version of Ginkgo, call the version_info::get() static method.
|
inlinestatic |
Returns an instance of version_info.
version gko::version_info::core_version |
Contains version information of the core library.
This is the version of the static/shared library called "ginkgo".
version gko::version_info::cuda_version |
Contains version information of the CUDA module.
This is the version of the static/shared library called "ginkgo_cuda".
version gko::version_info::dpcpp_version |
Contains version information of the DPC++ module.
This is the version of the static/shared library called "ginkgo_dpcpp".
version gko::version_info::hip_version |
Contains version information of the HIP module.
This is the version of the static/shared library called "ginkgo_hip".
version gko::version_info::omp_version |
Contains version information of the OMP module.
This is the version of the static/shared library called "ginkgo_omp".
version gko::version_info::reference_version |
Contains version information of the reference module.
This is the version of the static/shared library called "ginkgo_reference".