-
Hello.
As far as I understood from Contributing.md, nurbs-python does not use numpy for it's core algorithms, such as evaluating nurbs curves/surfaces.
Could you please explain why such decision has…
-
While I was reviewing the PR #123, I found a minor bug.
```julia
julia> float(3N3f5) # this is ok
3.0f0
julia> float(3N4f12)
3.0000002f0
julia> float(3N8f8)
3.0000002f0
julia> float(3N10…
-
This proposal adds intrinsics that allow programmers to use managed code (C#) to leverage Intel® SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AVX, AVX2, FMA, LZCNT, POPCNT, BMI1/2, PCLMULQDQ, and AES instr…
-
Surprisingly(?), there is a non-trivial difference between the two functions below:
```julia
f(x) = x == zero(x) ? "zero" : "non-zero"
g(x) = x != zero(x) ? "non-zero" : "zero"
```
The estimate…
-
I guess to implement String.replace/4 using SIMD instructions will be as follows:
1. Allocate a memory area for replaced string because memory area in Elixir should be immutable.
* Keep the same…
-
```
icpc: command line warning #10148: option '-Wno-unused-result' not supported
icpc: command line warning #10006: ignoring unknown option '-fno-plt'
icp…
-
Since the numpy 1.19.0 release, calculating ABS on a complex field of a structured dtype gives incorrect results.
The exact output looks as if there is an indexing problem.
I am able to relia…
-
A user reported the following compile error for version 0.11.19:
CPU="Intel Core i7-6850K"
CFLAGS="-O2 -pipe -march=native"
```
tress-cpu.c: In function ‘stress_cpu_int128_decimal128.arch_skylak…
-
libnd4j bias_add op needs some love on CPU:
1. Right now there's only one universal loop for both NCHW and NHWC cases, which is not good for performance. We need both loops optimized.
2. This op…
-
Just stumbled across this today, and it looks like a really neat program. However, I can't get the current Windows builds to produce any output file. The latest working version seems to be 2020-03-06 …