Nikos Pitsianis
Nikos Pitsianis
As the title says, is there a way to support `ThreadsX.argmin` and `ThreadsX.argmax`? Sorry I am too new with Julia to be able to help. The way I see it...
I want to build a standalone module that can run on any supported GPU. How do I detect what packages need to be loaded so that I can have a...
Why the array comprehension behaves differently with the `AbstractTrees.Leaves` iterator? In the following replacing `Leaves(t)` with, say, `range(1,3,3)`, I do get the 2D array. ```julia julia> using AbstractTrees julia> t...
julia> getindex(primes,8122) ERROR: StackOverflowError: Stacktrace: [1] setproperty!(::Lazy.LazyList, ::Symbol, ::Lazy.LazyList) at ./Base.jl:21 [2] realise!(::Lazy.LazyList) at ~/.julia/packages/Lazy/mAoZN/src/Lazy.jl:76 [3] realise(::Lazy.LazyList) at ~/.julia/packages/Lazy/mAoZN/src/Lazy.jl:81 [4] (::Lazy.var"#21#22"{Lazy.LazyList})() at ~/.julia/packages/Lazy/mAoZN/src/Lazy.jl:90 ...
When a bibliography record in the bib file contains a doi field, and the doi contains an underscore, compilation breaks.
As the subject says, when I try to scale the values of a large sparse matrix using `.*`, a dense matrix is built, and `OutOfMemoryError()` is raised! For instance, ```julia...
I just wanted to state that `MATLAB.jl` does work with newer MATLAB versions. ```julia user@MBPro-M2 ~/t/test> julia --project=. -t auto _ _ _ _(_)_ | Documentation: https://docs.julialang.org (_) | (_)...
Hello there, thank you for the great job you are doing. I recently implemented `sort!` in `Metal` and `KA`, after I had taught the Bitonic Sort for over 25 years...