-
In the ` aarch64-apple-darwin` job https://buildkite.com/julialang/julia-master/builds/41270#0192a51c-3afb-4a6f-a53f-3c3b9f537ed4,
there is
```julia
The global RNG seed was 0xf3fab14bb37f52ec47cdcf1f8…
-
Kernels that do printing have started to fail here on my mac M3 (with distro/generic kernellib). I'm configuring the build very plainly as follows:
```
-DCMAKE_BUILD_TYPE=Debug
-DPOCL_DEBUG_MESSA…
-
MWE:
```julia
using Random: randn
using Enzyme: Enzyme
using Turing: Turing
Enzyme.API.runtimeActivity!(true)
Turing.@model function MvDirichletWithManualAccumulation(w, doc)
β ~ Turing…
-
I can plot but i cannot save plots with savefig. If I run the following
```
using GR
histogram(randn(1000))
savefig("test.png")
```
I get
```
GKS: dlopen(/Users/brandonlivio/.julia/artif…
-
I've recently stumbled upon a problem using julia v1.11 when trying to include the newest version of `LibPQ` and `MySQL` in the same package (more detailed description JuliaDatabases/LibPQ.jl#305).
…
-
**Describe the bug**
The trivial matrix group of dim 1x1 behaves differently depending on the base ring.
**To Reproduce**
```
julia> GQQ = matrix_group([matrix(QQ, 1, 1, [1])])
Matrix group of …
-
```julia-repl
julia> data = [i+j for i in 1:200, j in 1:100]
200×100 Matrix{Int64}:
[...]
julia> da = ChunkedDiskArray(data, chunksize=(10,10))
200×100 ChunkedDiskArray{Int64, 2, Matrix{Int64…
-
## Bug description
I've experienced the following inconsistency between GPU and CPU gradient computation for `sum(abs, _)`.
```julia-repl
julia> using Zygote, CUDA
julia> rl, cplx = [0.0f0],…
-
I am new to Julia and to give it a try, I wanted to check its performance. I have a CPU with 12 cores and according to the docs, I can set the number of threads uses by Julia by setting the
`JULIA_N…
-
The function `mk_symbol` is marked as `JL_NOTSAFEPOINT`, and it calls `perm_alloc` inside. The function with `JL_NOTSAFEPOINT` may not have its local variables not pushed to the shadow stack.
https:/…