-
Not sure if this is the main cause of huge CI execution time, but there are a **lot** of circular dependencies detected:
https://buildkite.com/julialang/lux-dot-jl/builds/4941#0193462a-9ae9-4371-a067-…
-
Observed a crash on PVC with latest oneAPI 2024.2.0. I believe this https://github.com/JuliaGPU/oneAPI.jl/commit/457e020c7cf2ec56a8098008b6f4a062b69111c7 must cover various cases. If the failed tests …
-
This issue has emerged multiple times on discord
https://discourse.julialang.org/t/memory-usage-increasing-with-each-epoch/121798
https://discourse.julialang.org/t/flux-memory-usage-high-in-srcnn/…
-
The following minimal code fails in Visual Studio Code (see below). The same (or the real version of the code) runs perfectly well from a regular Windows CMD window. It fails when executing DBInterfac…
-
Hi @ScottPJones , I hope you are doing well
There is an issue with this package when you create an app using [PackageCompiler](https://julialang.github.io/PackageCompiler.jl/dev/apps.html) and put …
AbrJA updated
16 hours ago
-
* link to support ticket: [2024062860000244](https://otrsdict.ugent.be/otrs/index.pl?Action=AgentTicketZoom;TicketID=160691)
* website: https://github.com/JuliaLang/juliaup
* installation docs: http…
-
This might be a platform-specific thing. Or related to #560 ?
MWE: (`threading = false` works as expected)
```julia
julia> using HomotopyContinuation
julia> @var x y z
julia> eqs = [
…
-
```julia
using Enzyme, SparseArrays, Statistics
function bc0_test_function(ps)
z = view(ps, 26:30)
C = Matrix{Float64}(undef, 5, 1)
C .= z
return C[1]
end
@noinline functio…
-
[log for "test (1.11-nightly, short, ubuntu-latest)"](https://github.com/oscar-system/Oscar.jl/actions/runs/9765589683/job/26956602104) (and similar in [the "long" variant](https://github.com/oscar-sy…
-
Reproducer:
```julia
# Adapted from the TypeDomainNaturalNumbers.jl package
module TypeDomainNumbers
module Zeros
export Zero
struct Zero end
end
module PositiveIntegers
…