-
I am having some issues when extracting functions that are just aliases for nullary constructors. I believe this is related to issue #2174
Here is a simplified example with two modules `A` and `B`…
-
As of 0.16, when building from source, many CuSparse deprecated messages are shown polluting the log and making it easy to miss valid warnings. Most of the deprecation messages are of the form:
```…
-
We could generate traps instead, to be consistent with how other IC specific prims are handled.
-
repro:
```
CONFIG_FILE="./train_configs/llama3_8b.toml" ./run_llama_train.sh --float8.enable_float8_linear --float8.enable_fsdp_float8_all_gather --float8.scaling_type_weight "delayed" --metrics.lo…
-
## What just happened?
2 houses I just build lost all there're permissions.
## What were you doing when it happened?
Built the houses took to inventory and when I brought them back out they were no…
-
The `run` prim takes a string or a command task along with an optional repeatable final arg for values to provide to the task. If you forget the first arg you get a slightly confusing message:
```…
-
In NetworkX, MSTs are generated via 3 different algorithms:
1. Kruskals Algorithm
2. Prims Algorithm
3. Boruvka Algorithm
I aim to create a notebook explaining how each algorithm works in Netw…
-
I was recently troubleshooting some strange race conditions I was seeing in gtests and `cuda-memcheck --tool initcheck` raised the following trace:
```bash
========= Host API memory access error a…
-
Thread for basic layout toolset
- Asset reference individual assets in gallery
- Kinds automatically set
- Create root prims
- variants on instancers
- prune tools that deactivate instead of ma…
-
Type-checking the following code:
```
val code_length : ss:(list (symbol * pos)) -> cs:(list bytes) -> Pure nat
(requires (sorted ss /\ List.Tot.length cs == List.Tot.length ss))
(ensures (fun _ …