-
## Why
Currently, the Wasm modules generated by `scala-wasm` depend on helper functions in JavaScript, making it possible to run them on JavaScript engines like V8, but not on standalone Wasm runti…
-
## Issue template
- Hardware description: ESP32 Dev Module via Arduino IDE
- RTOS:
- Installation type: micro_ros_setup
- Version or commit hash: humble
#### Steps to reproduce the issue
I …
-
I'm trying to merge the project with my algorithems, but an error popped up when running the one of algorithems, it is so hard for me to locate which code snippet causes the error, so I'm here for hel…
-
Hi @chfi
I already installed MoltenVK and successfully installed `waragraph` with `rust` on macOS wiht M1 MacBook.
But after I run the waragraph, it throw a error:
```shell
~/software/waragraph…
baozg updated
2 years ago
-
### 🐛 Describe the bug
This torchdynamo branch https://github.com/ezyang/torchdynamo/tree/fake-segfault triggers a segfault in mutation analysis with `python tests/test_optimizations.py -k test_has_m…
-
Consider building long-lived `RefPosition`s only for lclVars, and building only temporary RefPositions for a "closed" linear list of nodes as it is allocated. I had previously experimented with this. …
-
1 warning generated.
[607/607] Linking CXX executable src/pnnx
FAILED: src/pnnx
: && /Library/Developer/CommandLineTools/usr/bin/c++ -g -arch arm64 -isysroot /Library/Developer/CommandLineTools/SD…
-
| | |
| --- | --- |
| Bugzilla Link | [10066](https://llvm.org/bz10066) |
| Version | trunk |
| OS | All |
| Attachments | [LLVM IR source](https://user-images.githubusercontent.com/60944935/1437432…
-
On Jetson orin nano 8G
when `make chat `
```
(TinyChatEngine) cpi@ubuntu:~/github/mit-han-lab/TinyChatEngine/llm$ make chat
CUDA is available!
src/Generate.cc src/GPTBigCodeGenerate.cc src/GP…
-
We are trying to using all reduce TP to slash the communication time. I noticed that you have implemented [Row split + all_reduce for MLP (not faster, disabled)](https://github.com/turboderp/exllamav2…