Philip Mocz
Philip Mocz
closing this for now, since it causes issues with past SDKs
> > I've just started chipping away at this and started off with the error > > ``` > > mkdir -p build > > make/gen-folder-deps "make" const utils math...
Looking good! I am able to install without problems. What is the status and plan for this PR, @VincentVanlaer ?
For building on Mac, `realpath` does not support the `-s` option (in `helpers.mk`). I can do a `brew install coreutils` and use `grealpath` instead. But I am wondering if there...
I am simplifying the code to highlight the error: ```python import jax import jax.numpy as jnp import time @jax.jit def get_gradient(f): """Calculate the gradients of a field""" f_dx = jnp.roll(f,...
Thanks for taking a look at this @jakevdp , and pin-pointing that this seems to be a CPU only issue. Definitely unexpected. What is really weird too is that if...
XLA issue is raised here: https://github.com/openxla/xla/issues/18478
I need @fxt44 or @Debraheem to help me understand the code logic in `net/private/net_derivs.f90`. I see that the function `get_derivs()` calls other subroutines like `update_special_rates()`, `get1_derivs()`, `get_general_1_to_1_derivs()`, `get_general_2_to_1_derivs()`, `get_general_2_to_2_derivs()`, `get_basic_2_to_2_derivs()`,...
Thanks, @Debraheem for the explanations! I see that if we move the guards `if (just_dydt) return` down a few lines in the functions {`get_general_1_to_1_derivs()`, `get_general_2_to_1_derivs()`, `get_general_2_to_2_derivs()`, `get_basic_2_to_2_derivs()`, `get_basic_2_to_1_derivs()`} in the...