-
Multiplying a CuSparseMatrixCSC with a CuArray gives Scalar indexing.
To reproduce:
```
CUDA.allowscalar(false)
A = cu(sparse([1,2,3], [1,2,3], [1,2,3]))
B = cu(rand(3,1))
…
-
I have created a batch conversion script to convert thousands of songs in zsh using this package. I am noticing however that that after several hundred jobs the notify feature fails and I get stuck in…
-
One way to handle the replacing `@printf` may be to enhance string interpolation. To do this, one could introduce a `to_str` function (I am not set on the name, but am using it for discussion. This is…
-
Something like the following would be a nice convenience function.
```
function wcsprm(header::FITSHeader)
naxis = header["NAXIS"]
equinox = header["EQUINOX"]
specsys = header["SPECSYS"…
-
Hi, I noticed bad performance when using `PermutedDimsArray` with ArchGDAL and the issue probably is located here. See https://github.com/yeesian/ArchGDAL.jl/issues/225, which explains the problem. Ho…
-
In https://github.com/JuliaPy/SymPy.jl/blob/master/src/matrix.jl#L37:
```julia
## This allows abstract arrays of Sym Objects to slip through sympy.meth() calls
PyCall.PyObject(A::AbstractArray{S…
-
I'm interested in the possibility of ultimately reusing core features of LSDTT directly from other C++ applications or from Python, i.e, bypassing the drivers, I/O files, etc. It's great to have drive…
-
Not sure this is an issue, but I noticed that retrieving edges weights using the edgeweight(g, src, dest, etype) function is significantly slower (~20 times) than just parsing the edge (i.e. edgeparse…
-
# Multinomial classification with tidymodels and #TidyTuesday volcano eruptions | Julia Silge
Lately I’ve been publishing screencasts demonstrating how to use the tidymodels framework, from first ste…
-
This is annoying if you run into it. I imagine that the best fix is a special method for the `size` of this complicated type of `Complex` array.
_
_ _ _(_)_ | …