-
The following code crashes with
```
call: %23 = call i32 @PMPI_Reduce(i64 noundef -1, i64 %19, i32 %12, i32 %20, i32 %21, i32 noundef 0, i32 %22) #10 [ "jl_roots"({} addrspace(10)* addrspacecast (…
-
I'm trying to diagonalize a sparse CuArrays with `eigs`, which currently fails because it dispatches to the general matrix*vector multiplication. What would be needed to get it to work?
Is it only …
jebej updated
4 years ago
-
Sorry, but my juno is stuck at repl saying starting julia. My julia version works well, as I am able to run codes and commands from the julia.exe. I don't know what the problem is, did a re installati…
-
We either need to adopt the ACEbase.FIO JSON interface, or decide on an alternative.
-
I did a small toy benchmark on the overhead induced by calling R through rpy2, in this case `glmnet::glmnet()` through rpy2, and there seems to be a bit:
```python
from timeit import default_timer…
-
The admin has installed the JULIA with the Modules on the system directory of the Cray XC50.
```
$ /opt/prg/.src/julia/julia-1.7.3-full.gnu> cat Make.user
prefix=/opt/prg/julia/1.7.3/GNU/73
…
-
Hello
I want to switch from Python to Julia for doing my everyday research. However, my main concern is regarding the existence of libraries in Julia for research in deep learning.
I want to kn…
-
After #15 is fixed, would it make sense to build ROOT with [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl) and install the dependency here with [`BinaryProvider.jl`](https://g…
-
sorry if i'm being dumb about this, but functions with multiple input arguments don't seem to be recognized as functions:
```
julia> using PyCall
julia> @pyimport scipy.optimize as so
julia> so.cur…
-
```
julia> fft(transpose(rand(ComplexF64,2,2)))
ERROR: MethodError: no method matching plan_fft(::Transpose{Complex{Float64},Array{Complex{Float64},2}}, ::UnitRange{Int64})
Closest candidates are:
…