-
Requested feature: byte-by-byte object comparison API
Use case: Compare and check whether two objects pointed by two pointers have the same value byte-by-byte up till a specific size. Something like:…
-
### Steps to reproduce
we have no idea about this.
### Expected results
There is no crash when create engine by FlutterEngineGroup.
According to the online crash information, it seems that…
-
**Link:** https://wg21.link/p0718r2
cjdb updated
2 months ago
-
Starting to use litgen to make bindings and ran into an issue when using vectors of smart points. litgen does not seem to interpret vectors of smart pointers correctly.
example.h
```c++
#includ…
-
ENV:
```
CPU: Intel(R) Xeon(R) Gold 6230 CPU @ 2.10GHz
GPU: 2080Ti * 4
tensorrt-llm: 0.12.0
tensorrt: 10.3.0
```
ISSUE:
I use c++ api of "tensorrt_llm/batch_manager/" to deploy a multi-modal llm. When…
-
I want to use std::shared_ptr but it doesn't seem to be working. Is lvgl not supporting std::shared_ptr?
```
auto *container=lv_obj_create(lv_screen_active());
lv_obj_set_size(container,200,200);
…
-
Create an S3 table with format inference, remove the blob, restart the server:
```
2024.10.30 09:44:37.973167 [ 84 ] {} Application: Code: 722. DB::Exception: Waited job failed: Code: 695. DB::Ex…
-
We are using 3 shard 3 replica setup of clickhouse in kubernetes cluster with 3 zookeeper replica pods.
We tried to add a column that already exists and dropped the same column and it caused all the …
-
This will help in ffi scenarios instead of passing the struct.
Blocker for qtile MR.
-
Consider this example:
```rust
fn main() {
let val = 2;
let ptr = std::ptr::addr_of!(val);
unsafe { *ptr = 3; }
}
```
On the playground and when I run it locally, this produces:
```
error[…