-
| | |
|--------------------|----|
| Bugzilla Link | [PR38577](https://bugs.llvm.org/show_bug.cgi?id=38577) |
| Status | REOPENED |
| Importance | P enhan…
-
Hi there,
i'm a bit new to rust and writing a library for embedded Raspberry Pi bare metal programming. I'm completely using ``#![no_std]`` in all of my crates. However, at a certain point function…
-
While debugging https://github.com/ros2/rmw_cyclonedds/issues/469 , we found that loaned messages do not properly honor the user holding onto shared_ptrs. In particular, if you look at the code in ht…
-
For some reasons (I guess: because of the page alignment constraint) io-page uses its own allocator for bigarrays, which seems to replace OCaml caml_ba_alloc. But caml_ba_alloc was itself calling caml…
rixed updated
2 years ago
-
## Project Robyn
## Describe issue
Describe your issue and provide warnings and error messages.
## Provide reproducible example
Issues are often related to custom input data that is difficult …
-
"It seems that the code executing on VM can be actually much faster than the native one thanks to technologies like HotSpot"
Execute VM inside a VM, then repeat arbitrary many times => unlimited sp…
-
已经尝试过chatglm和chatglm2均成功加速,但是在尝试moss模型时(moss-moon-003-sft-plugin-int4),成功转化模型,但无法推理。同时stopping_criteria_list也不知道应该放哪里。
代码如下
```
tokenizer = AutoTokenizer.from_pretrained("../pre_model/moss-moon-0…
-
This is not correct: call to `RCUTILS_LOG_DEBUG_NAMED` during initialization of the context.
Logging is not initialized yet, it is initialized after context initialization.
https://github.com/ros2…
-
## 🐛 Bug
TL;DR: The caching allocator keeps, for each block, a set of streams on which the block was used, and records events on those streams when the block is freed. If one of those streams is an…
-
- Hardware description: Raspberry Pi Pico to Ubuntu 22.04 with ROS2 Humble
- Version or commit hash: humble 32aa731
#### Steps to reproduce the issue
Have two DC motors with Hall Effect encoders.…