-
@JuliaRegistrator register()
-
@JuliaRegistrator register()
-
@JuliaRegistrator register subdir=julia
Release notes:
This is the first release of RemoteBMI Julia.
Remote BMI allows you to communicate with BMI enabled numerical models using a RESTful API…
-
Hi,
the following issue occurred with a code using KernelAbstractions.jl.
I could probably reduce it to a minimal KernelAbstractions example but this fails too:
```
julia> using Differentiat…
-
Hi, I just tested the code from README, but it has error with CUDA.jl:
```julia
using CUDA
using ImplicitBVH
using ImplicitBVH: BBox, BSphere
# Generate some simple bounding spheres; save t…
-
After updating to v0.1.2, `ternaryscatter!` no longer seems to work with recent versions of `CairoMakie` or `GLMakie` (`ternarylines!` and `ternarycontourf` work fine).
Here is a minimal example (`…
-
Enzyme doesn't seem to work with a broadcast and reduction on the GPU. Here is MWE
```julia
using Enzyme
using CUDA
f(x) = sum(abs2.(x))
x = CUDA.ones(64)
dx = zero(x)
autodiff(Reverse, f, Active,…
-
```julia
IOError: could not spawn setenv(`/Users/raykimm/.julia/juliaup/julia-1.11.0+0.aarch64.apple.darwin14/libexec/julia/7z x /Users/raykimm/.julia/registries/General.tar.gz -so`,["XPC_FLAGS=0x0",…
-
Hi,
the following is veeeery slow on CUDA and also errors out:
```julia
julia> using CUDA, Enzyme, RadonKA, DifferentiationInterface
julia> function main()
arr = Array(rand(Float3…
-
**Submitting author:** @smillerc (Samuel Miller)
**Repository:** https://github.com/smillerc/CurvilinearGrids.jl
**Branch with paper.md** (empty if default branch): paper
**Version:** v0.6.5
**Editor:…