-
Some past nom suggestions:
- rust-bakery/nom#653 to use jetscii for `take_while` / `take_until`
- rust-bakery/nom#1248 which is related to `FindSubslice`
The question is what should the API look …
epage updated
4 months ago
-
September 27th, 8 AM Pacific time.
[Sign-up form](https://forms.gle/bscWhsD9U4hZEsUV9).
-
I tried this code:
```rust
#![feature(stdarch_loongarch)]
use std::arch::loongarch64::*;
pub unsafe fn simd(s: i32) -> i32 {
lsx_vpickve2gr_b::(lsx_vreplgr2vr_b(s))
}
```
```sh
rustc --crate-ty…
-
Perhaps it's a silly question, but why not SIMD? I think it would actually make the challenge much more interesting combine with the no external deps.
Even because unless you are using something li…
-
I see that SIMD instructions can be used to speed up reading JSON files in some cases. For example, there is the [simd-json crate](https://crates.io/crates/simd-json), although it's [not the only choi…
-
[Job](https://mihubot.xyz/runtime-utils/EhAUAhI) completed in 19 minutes 21 seconds.
https://github.com/dotnet/runtime/pull/108824
### Diffs
Diffs
```
Found 261 files with textual diffs.
Summary …
-
[Job](https://mihubot.xyz/runtime-utils/EhAPB2lA) completed in 2 minutes 13 seconds.
https://github.com/dotnet/runtime/pull/108824
-
### Zig Version
0.14.0-dev.1366+d997ddaa1
### Steps to Reproduce and Observed Behavior
Running `bits_to_nibbles` at compile-time crashes the compiler. [Godbolt link](https://zig.godbolt.org/z…
-
### Question
After AutoProcessor.from_pretrained is loaded, an error occurred, and the error message is as follows:
````typescript
ort-wasm-simd-thread…jsep.wasm:0x10367e0 2024-10-25 20:11:31.70539…
-
Here are a few things that @crtrott found in looking at SIMD backends
- [x] move or add all fallback implementations to their corresponding backend impls, potentially guarded by perf warnings
- …