Alonso Martínez
Alonso Martínez
Hello! First of all thanks for the excellent work. As the title says, I would like to see more support for different styles. For instances, a powerline look that matches...
When trying to buld the docs for a package I ran across this error message after running `docs/make.jl`: ``` [ Info: SetupBuildDirectory: setting up build directory. [ Info: Doctest: running...
I've installed Julia on an HPC cluster and configured both juliaup and JULIA_DEPOT_PATH to point to a scratchspace drive (`/scratch/htc/myuser/julia`). This configuration works fine when I run Julia from my...
With the introduction of the NLPModels.jl wrapper, Optimization now has several wrappers and interfaces that are documented alongside the packages that provide optimizers. A clearer distinction between wrappers and optimizers...
This PR leverages the integration of CUTEst.jl into the SciML umbrella to add all problems in the CUTEst collection to a set of optimization benchmarks. Resolves #935 To complete this...
Trying to reproduce the problem selection section in the [tutorial](https://jso.dev/tutorials/introduction-to-cutest/#selection_tool) for [a PR](https://github.com/SciML/SciMLBenchmarks.jl/pull/1036) I noticed the output from the deprecated `CUTEst.select` and the new `select_sif_problems` differs significantly in length (and...
Fixes #191 It turns out that adding the Metal extension was not enough, the Act functions that generated kernels assumed `CuArray`. The current implementation has several issues, for instance, it...
I've been porting a simulation to use the GPU. There is just one piece that I'm missing to keep everyting on the GPU side, a reduction using Tullio ```julia #...
I am trying to use GraphNeuralNetworks.jl along with Flux to design a deep RL style training loop where the model is trained based on some loss that results from simulating...
Aims to fix #647 by extending the signature of `scatter!` to work with `AbstractCuSparseArray`, a CUDA array type notably excluded by the original method. With the proposed patch, calling `scatter!`...