Sha256: 63bd01e909f15cf9152357980c6d452cc9bb47c8a911e03688c932e8231afb61
Contents?: true
Size: 325 Bytes
Versions: 1
Compression:
Stored size: 325 Bytes
Contents
# frozen_string_literal: true module Numo # Numo::OpenBLAS loads Numo::NArray and Linalg with OpenBLAS used as backend library. module OpenBLAS # The version of Numo::OpenBLAS you install. VERSION = '0.1.1' # The version OpenBLAS that Numo::OpenBLAS build and use. OPENBLAS_VERSION = '0.3.10' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
numo-openblas-0.1.1 | lib/numo/openblas/version.rb |