-
**Summary**
Three tests failed:
- shouldCreateInstanceWithLargeVariables
- shouldDeployLargeProcess
- shouldCompleteJobWithLargeVariables
> Try to answer the following as best as possible
…
-
**Describe the bug**
Thanks for your work on this library. Some of the code I wrote with multi-threading and CUDA hangs forever when using *julia-1.10*, it runs correctly with *julia-1.9.4*.
I m…
-
I am on Enzyme main (ec4e96f) and CUDA.jl 5.1.1. This worked on CUDA 4 but now `normalize` causes a problem. Attached are the [printall_error.txt](https://github.com/EnzymeAD/Enzyme.jl/files/13694319/…
-
**Describe the bug 🐞**
OptimizationOptimJL fails to precompile.
**Minimal Reproducible Example 👇**
```julia
(@v1.10) pkg> precompile
```
**Error & Stacktrace ⚠️**
```julia
(@v1.10) pkg…
jer-j updated
5 months ago
-
**Describe the bug 🐞**
I encountered an issue while following the Parameter Identifiability tutorial available at [ModelingToolkit's documentation](https://docs.sciml.ai/ModelingToolkit/stable/tuto…
-
**Describe the bug**
Hi there all,
I cannot compile CUDA.jl.
**To reproduce**
The Minimal Working Example (MWE) for this bug:
```julia
# pkg> add https://github.com/JuliaGPU/CUDA.jl
`…
-
**Describe the bug**
After adding Flux, CUDA, cuDNN; it reports "cuDNN is not available for your platform (x86_64-linux-gnu-libgfortran5-cxx11-libstdcxx30-cuda+none-julia_version+1.10.0)" when tr…
lf28 updated
9 months ago
-
I am simply re-running the code discussed in https://github.com/SciML/SciMLSensitivity.jl/issues/938 and implemented as a test here https://github.com/SciML/SciMLSensitivity.jl/blob/d1ded754fe3b0d505d…
-
```julia
using Optimization
using OptimizationOptimisers
using Zygote
rosenbrock(x, p) = (p[1] - x[1])^2 + p[2] * (x[2] - x[1]^2)^2
x0 = zeros(2)
p = [1.0, 100.0]
solve(OptimizationProblem(Op…
-
**Summary**
> Try to answer the following as best as possible
- How often does the test fail? once on main
- Does it block your work? not yet
- Do we suspect that it is a real failure? Likely
…