-
I know that there is already a similar discussion for the general tuning on Apple M1 chips (see https://github.com/xianyi/OpenBLAS/issues/2814) but I wanted to revive this topic a little bit (focusing…
-
The build process is full of odd practices
- use `prefix` (mostly to replace `GRDIR`)
- prefer OS provided libraries (e.g. use `-lz` instead of bundling zlib)
- prefer dynamic linking over …
-
Many different types end up going through the python function being differentiated. First, it might be evaluated sometimes as a standard python function involving torch tensors (not as part of this pa…
azane updated
10 months ago
-
Right not the constructor of `StridedView` requires the base array to be `DenseArray`.
However there are types which support `strides` and are *not* `DenseArray`,
so would work in a `StridedView` - …
-
Hi, developers! Thanks for this promising and potentially useful package.
I'm studying differentiable convex optimisation and trying to implement it to the [PLSE](https://scholar.google.com/citatio…
-
Is this expected behaviour?
``` julia
Version 0.5.0-dev+1968 (2016-01-02 23:28 UTC)
julia> f = open("/tmp/foo.csv")
IOStream()
julia> nb_available(f)
0
julia> f = Base.Filesystem.open("/tmp/foo.cs…
-
During my testing I haven't been able to get MUMPS to use more than a single core. Following the instructions in the MUMPS documentation I have set the env variable OMP_NUM_THREADS=12 (prior to starti…
-
The function `TetGen.voronoi()` seems giving wrong results. I think Voronoi diagram should contain no nodes from the input by definition.
I want to generate a Voronoi diagram of points distributed…
-
**Describe the bug**
In brand new project with only Genie added `Genie.Generator.newapp_mvc()` fails to precompile any backend other than SQLite
**Error stacktrace**
```julia
[ Info: Precompili…
-
I think that we should decode `bytes` fields into a `String` value in julia, not a `Vector{UInt8}`.
I might be wrong about this, and we should discuss it, but I think so.
For a quick TL;DR, this i…