Hendrik Ranocha
Hendrik Ranocha
```julia julia> using Pkg; Pkg.status("CheapThreads") Status `/tmp/jl_E3288w/Project.toml` [b630d9fa] CheapThreads v0.2.1 julia> Threads.nthreads() 2 julia> using CheapThreads julia> struct Issue20 values::Vector{Float64} end julia> function issue20!(dest, cache) @batch for i in eachindex(dest)...
I got another edge case for `@batch`: ```julia julia> using Pkg; Pkg.status("CheapThreads") Status `/tmp/jl_es2knB/Project.toml` [b630d9fa] CheapThreads v0.2.0 julia> Threads.nthreads() 2 julia> using CheapThreads, Test julia> function issue18!(dest) @assert length(dest) ==...
Using a recent version of POCL, some of the tests that have been skipped pass. Locally, all tests pass for me with the following version of POCL. ``` OpenCL$ clinfo...
In some recent PRs such as #159 and #160, Travis does not seem to respond. This is a bit strange, because everything works fine if I enable Travis on my...
It might be worth discussing to change the BLAS backend for `CLArray`s to [CLBlast.jl](https://github.com/JuliaGPU/CLBlast.jl) instead of [CLBLAS.jl](https://github.com/JuliaGPU/CLBLAS.jl). [CLBlast](https://github.com/CNugteren/CLBlast) is "a tuned OpenCL BLAS library". While it is not necessarily better...
This is based on https://github.com/julia-actions/julia-invalidations. Adding such checks came up in https://discourse.julialang.org/t/potential-performance-regressions-in-julia-1-8-for-special-un-precompiled-type-dispatches-and-how-to-fix-them/86359. I suggest to add this check here since this package is widely used as a dependency. See also...
Trying to solve the [BBM equation](https://en.wikipedia.org/wiki/Benjamin%E2%80%93Bona%E2%80%93Mahony_equation) yields ```julia julia> using Pkg; Pkg.activate(temp=true); Pkg.add(["MethodOfLines", "ModelingToolkit", "DomainSets"]); using MethodOfLines, ModelingToolkit, DomainSets Activating new project at `/tmp/jl_4Y3LmJ` Updating registry at `~/.julia/registries/General.toml` Resolving package...
This is based on https://github.com/julia-actions/julia-invalidations. Adding such checks came up in https://discourse.julialang.org/t/potential-performance-regressions-in-julia-1-8-for-special-un-precompiled-type-dispatches-and-how-to-fix-them/86359. I suggest to add this check here since this package is widely used as a dependency. See also...
This is based on https://github.com/julia-actions/julia-invalidations. Adding such checks came up in https://discourse.julialang.org/t/potential-performance-regressions-in-julia-1-8-for-special-un-precompiled-type-dispatches-and-how-to-fix-them/86359. I suggest to add this check here since this package is widely used as a dependency. See also...
This is based on https://github.com/julia-actions/julia-invalidations. Adding such checks came up in https://discourse.julialang.org/t/potential-performance-regressions-in-julia-1-8-for-special-un-precompiled-type-dispatches-and-how-to-fix-them/86359. I suggest to add this check here since this package is widely used as a dependency. See also...