-
```
error: linking with `aarch64-linux-gnu-gcc` failed: exit status: 1
|
= note: LC_ALL="C" PATH="/rust/lib/rustlib/x86_64-unknown-linux-gnu/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bi…
lpil updated
6 months ago
-
Hello,
I am trying to install your tool, following your instructions. When executing the build command, it fails with a few warnings and the error: 'error: linking with 'cc' failed: exit status: 1'…
-
Currently we have `julia="1.6` in the Project.toml. If we are explicitly using Xoshiro RNG's , then we can only support >= 1.7. On the other hand, CI is only testing 1.8 and the latest version (now 1.…
-
Hi @lelegard
I've found that utest fails on s390x platform (which is big-endian). Do you still support big-endian platforms? Will you accept fixes for them?
I'm asking this question because BE pl…
-
I tracked this error down, suddenly my cargo-c build fails and it seems to be the cc crate dep for it being updated within the last few hours...
(This worked a few hours ago)
```
+ run_with_scl…
-
Hi, I'm very new to rust and just playing around with hash maps and I found that using the code below, the `std::collections::HashMap` is significantly faster than hashbrown. I'm wondering if someone …
-
Hi I seem to be getting errors trying to install isotree. I have checked with the requirements of the package and I have ensured they are satisfied. Please could you have a look at as well. I would li…
-
## System information
Windows 11
## Describe the bug
Attempting to run `cargo install --locked --all-features --git https://github.com/lapce/lapce lapce` yielded the following output:
``…
-
currently `nix build` and `nix shell` does not work.
Running either command errors with
```
> error: package `clap_builder v4.5.2` cannot be built because it requires rustc 1.74 or newer, while t…
cgahr updated
6 months ago
-
This works:
```julia
m = Dense(10 => 10)
ps, st = Lux.setup(rng, m)
data = rand(10,10,10)
Lux.apply(m, data, ps, st) # works
Lux.apply(m, gpu_device()(data), gpu_device()(ps), gpu_device()(st))…