mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: julia-bfloat16s: Update to 0.4.0.
* gnu/packages/julia-xyz.scm (julia-bfloat16s): Update to 0.4.0.
This commit is contained in:
parent
b0b1ce9dca
commit
f0af4ecc7b
1 changed files with 17 additions and 20 deletions
|
@ -365,32 +365,29 @@ (define-public julia-benchmarktools
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-bfloat16s
|
(define-public julia-bfloat16s
|
||||||
;; Not tagged upstream
|
(package
|
||||||
(let ((commit "ef6051e4308ed0c02f10168b99d226237e0ae33c")
|
(name "julia-bfloat16s")
|
||||||
(version "0.2.0"))
|
(version "0.4.0")
|
||||||
(package
|
(source
|
||||||
(name "julia-bfloat16s")
|
(origin
|
||||||
(version version)
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/JuliaMath/BFloat16s.jl")
|
||||||
(method git-fetch)
|
(commit (string-append "v" version))))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/JuliaMath/BFloat16s.jl")
|
(sha256
|
||||||
(commit commit)))
|
(base32 "12d5dv5jy8vphczlbnks0qa6wmlz0czxq7gc48bcb94f9qvq0r1n"))))
|
||||||
(file-name (git-file-name name version))
|
(build-system julia-build-system)
|
||||||
(sha256
|
(home-page "https://github.com/JuliaMath/BFloat16s.jl")
|
||||||
(base32 "16sr578k4i47lhziri47nvspdrsni2wc1qjhs6hzffh9si6a7jfq"))))
|
(synopsis "Define BFloat16 data type")
|
||||||
(build-system julia-build-system)
|
(description "This package defines the @code{BFloat16} data type. The
|
||||||
(home-page "https://github.com/JuliaMath/BFloat16s.jl")
|
|
||||||
(synopsis "Define BFloat16 data type")
|
|
||||||
(description "This package defines the @code{BFloat16} data type. The
|
|
||||||
only currently available hardware implementation of this datatype are Google's
|
only currently available hardware implementation of this datatype are Google's
|
||||||
Cloud TPUs. As such, this package is suitable to evaluate whether using TPUs
|
Cloud TPUs. As such, this package is suitable to evaluate whether using TPUs
|
||||||
would cause precision problems for any particular algorithm, even without
|
would cause precision problems for any particular algorithm, even without
|
||||||
access to TPU hardware. Note that this package is designed for functionality,
|
access to TPU hardware. Note that this package is designed for functionality,
|
||||||
not performance, so this package should be used for precision experiments
|
not performance, so this package should be used for precision experiments
|
||||||
only, not performance experiments.")
|
only, not performance experiments.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public julia-bioalignments
|
(define-public julia-bioalignments
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue