Module: Numo::OpenBLAS
- Defined in:
- lib/numo/openblas/version.rb,
ext/numo/openblas/openblas.c,
ext/numo/openblas/openblas.c
Overview
Numo::OpenBLAS loads Numo::NArray and Linalg with OpenBLAS used as backend library.
Constant Summary collapse
- VERSION =
The version of Numo::OpenBLAS you install.
'0.5.4'- OPENBLAS_NUM_CORES =
The number of cores detected by OpenBLAS.
INT2NUM(OPENBLAS_NUM_CORES)
- OPENBLAS_CHAR_CORENAME =
The core name detected by OpenBLAS.
rb_str_new_cstr(OPENBLAS_CHAR_CORENAME)
- OPENBLAS_VERSION =
The version of OpenBLAS used in background library.
rb_str_new_cstr(OPENBLAS_VERSION)