-
-
Hi, I am a new user of memoize and need some help.
As I can see, memoize can use dictionary as a cache which I can probably write to a file later. Can I read this dictionary later and load it into …
-
As the title says. Code to see this:
```julia
using CUDA, Zygote
function test_func(a, b)
return sum(abs2, a .+ b')
end
a = CUDA.rand(ComplexF64, 3)
b = CUDA.rand(3)
gradient(test_func, a,…
-
Hello,
I'm currently facing a problem when attempting to build Cxx out of the box. BinaryBuilder reports that my platform isn't supported as described by the following error log I've obtained upon …
-
While investigating an issue with my changes for better performance and to fix numeric parsing issues, I realized that parsing a number can "eat" the next character in a stream.
The way that the `asy…
-
Hi this is a really great package. I would like to take advantage of my GAMS solvers. What version of Julia-JuMP does this work with? I cannot get it to work in the latest (Julia 1.4.1 and JuMP v0.21.…
-
```
(@v1.8) pkg> st
Status `C:\Users\viral\.julia\environments\v1.8\Project.toml`
[7db386b5] DependencyWalker v0.1.2
[55d2b088] MUMPS v1.3.0
[ca64183c] MUMPS_jll v5.5.1+1
⌃ [d7ed1dd3] MUMP…
-
I am wondering if this feedstock can switch to a [`juliaup`](https://github.com/JuliaLang/juliaup)-based distribution on conda forge? Here are the reasons for doing so:
1. Apple is completely [swit…
-
Consider the following code:
```julia
A = rand(3, 3)
b = rand(3)
x1 = A \ b
x2 = copy(b)
x3, r = LinAlg.LAPACK.gelsd!(A, x2, 0.)
```
According to [the `gelsd!` documentation](https://docs.juli…
-
In order to e.g. use neural odes, we need neural networks to operate within the dynamics. These are typically `pytorch` modules involving impure forward passes (#13), and torch functions (like an acti…
azane updated
10 months ago