-
Is there any subsequent plan to support f16 (half-precision) floating-point value compression? At this point, we can only select -f for single- and -d for double-precision compression.
-
I suceesfully compiled the benchmark `gemm_report.d` provided by mir-glas. I ran it twice.
One comparing with OpenBLAS and another comparing against ACML-5.3.1.
As you can see from the benchmarks m…
-
Currently wrong (or requiring discussion)
- isgen: the precision is not checked
- generic sqrt, exp, ... require sqrt, exp, ... to be applicable to coeff(0), specific (fmpq for example) require th…
-
### Introduction
The idea behind this proposal comes from observing that `NaN` has some surprising commonalities with null pointers:
1. It represents an invalid value using a specialized bit sequ…
-
# Introduction
*Please, look at #25011 first, as the ideas for Imgproc improvements have the same rationale and share many parts with the Core module.*
*Also, look at #25001, where it's suggeste…
-
We need information about where IntervalArithmetic.jl is used. We would like to add a page linking to companies, research papers, other packages, etc., where IntervalArithmetic has been or is being us…
-
I realise you are taught in programming to always document your code. But in research code this is time consuming and a lot of times the function is self-explanatory. I feel like your documentation is…
-
Since the latest standard for posits (https://github.com/posit-standard/Posit-Standard-Community-Feedback) fixes the exponent size to 2 bits, it would be desirable to have fast specialization of posit…
-
We're currently doing polynomial multiplication and interpolation the [naive way](https://github.com/poanetwork/threshold_crypto/blob/master/src/poly.rs#L210) (also [interpolation](https://github.com/…
-
https://github.com/xianyi/OpenBLAS/issues/2779
Please refer to ^ this issue. Float point behaviors are different in ILP64 OpenBLAS and the vanilla 32-bit LP64 OpenBLAS due to difference in the usage …