-
The following used to work in `Lux v0.5.38` but errors in `Lux v0.5.57`. In both cases the other packages are `Optimisers v0.3.3` and `Zygote v0.6.70` and with `Julia Version 1.10.0`.
```julia
usi…
-
### Summary
I looked and this didn't look like any of the existing `redundant_clone` false positives. Sometime between `nightly-2022-10-01` and `nightly-2023-03-18` (sorry for the wide range) `clip…
-
Moving https://github.com/acmcarther/cargo-raze/issues/16 over here.
Bazel needs some extra help with build.rs scripts that:
- link cc libs to *-sys crates
- use exotic cargo environment variable…
-
I designed some time ago an algorithm (described in https://arxiv.org/abs/2403.20256) which I thought to be useful in sampling from data streams, it turns out that this is faster than the current algo…
-
I'm attaching the closest thing to a MWE.
```julia
using MParT, Random, Statistics, CxxWrap
rng = Xoshiro(2039482)
function banana_ND(rng::AbstractRNG, dim::Int, N_samples::Int)
ref_samps…
-
Good Day
Thanks for developing the package, I using `shuffle` of `Armadillo` with `RcppParallel` or `OpenMP` , but the result is not repeatable. I've been searching on Google for some time yet have…
-
When using Clang 15 on macOS, we saw the following issue ( https://github.com/conda-forge/pp-sketchlib-feedstock/pull/40#issuecomment-1582856372 ), which is inlined below:
compiler line:
```…
-
Until recently this worked. With Julia 1.10.2 and Enzyme main (8273a6e):
```julia
using Enzyme
function f(x)
a = similar(rand(3, 3))
fill!(a, x)
return sum(a)
end
autodiff(Forw…
-
If I try to update from 0.0.9 to 0.0.10 I got this:
```
Updating iamb
Updating crates.io index
Downloaded iamb v0.0.10
Downloaded 1 crate (197.6 KB) in 0.38s
Installing iamb v0.0.10
…
-
Hi, recently I relearn the book 1 and find some potential improvements:
1. PPM format encoding: On Windows 11 or 10, default encoding of terminal is utf-16le while on Linux is utf-8, which might make…