-
Follow up from https://github.com/JuliaArrays/FixedSizeArrays.jl/pull/68#issuecomment-2398328623:
> ```julia
> julia> code_llvm((FixedSizeVector{Float64,Memory{Float64}},)) do v
> for …
-
Misusing type assertions in a type declaration results in a confusing error about the `where` syntax:
```julia
julia> struct ContinuousShift{s::Real} end
ERROR: syntax: invalid variable expressio…
jebej updated
2 years ago
-
```
mateusz@debian:~/model-zoo/vision/diffusion_mnist$ julia
_
_ _ _(_)_ | Documentation: https://docs.julialang.org
(_) | (_) (_) |
_ _ _| |_ __ _ |…
-
Serialize SBML ODEs to diffrax/Jax format.
-
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…
-
Would like to make this so it can be installed via the Julia package manager.
-
I think about something like `Pluto.run(notebook=..., project=... )` . This would start the notebook with the environment provided under `project` instead of the notebook environment. A similar opti…
j-fu updated
11 months ago
-
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…
-
Right now, you can do:
```
julia> open("/Users/jakobnissen/Documents/") do file
read(file)
end
0-element Array{UInt8,1}
```
That doesn't make much sense to me - presumably, at…