rumi
rumi
As far as I know, `zig cc` doesn't support riscv32 target yet, as shown below. Although musl doesn't support riscv32 either, I thought `zig cc` can provide a `riscv32-linux-gnu` target?...
不过我最近时间不多,等不及的朋友可以先研究下
Got it, thank you! Closing the issue
Any updates on this? Is there a way to format a single line rather than the whole file (like what clang-format does).
This doesn't seem to be an ArchiveBox problem. From what I remember, Chromium just won't load profiles when it's launched headless. I can replicate this on my Mac, launching Chromium...
```python import jax import jax.numpy as jnp def f(x): def scan_fn(h, w): h_bne = w * h return h_bne, None return jax.lax.scan(scan_fn, x, jnp.array([[0.0]])) x = jnp.ones(1) print(jax.jit(f).lower(x).as_text()) print(jax.jit(f)(x)) ```...
My temporary workaround is to manually download the package, host it locally and change the dependency URL accordingly: ```zig { .binned_allocator = .{ .url = "http://localhost:8080/8372900fcc09e38d7b0b6bbaddad3904-6c3321e0969ff2463f8335da5601986cf2108690.tar.gz", .hash = "1220363c7e27b2d3f39de6ff6e90f9537a0634199860fea237a55ddb1e1717f5d6a5", },...
Thank you very much! I don't have a raspberry pi at hand anymore, so unfortunately I can't try it out now.