-
For the following files, `cppcheck` is reporting duplicate consecutive return statements:
```
cocos/scripting/lua-bindings/auto/lua_cocos2dx_3d_auto.cpp
cocos/scripting/lua-bindings/auto/lua_coco…
-
Importing module 'gym_38' (/home/blcx/Downloads/isaacgym/python/isaacgym/_bindings/linux-x86_64/gym_38.so)
Setting GYM_USD_PLUG_INFO_PATH to /home/blcx/Downloads/isaacgym/python/isaacgym/_bindings/li…
-
The program worked fine before, but an error was reported when I opened it today. After debugging, I felt that it was not a program error. I don't know whether the program could not be carried out bec…
-
The program is executed in a docker container based on `ubuntu:24.04`, `clang-format` and installed by `apt install clang-format`.
```
# clang-format --version
Ubuntu clang-format version 18.1.3 …
-
torch==2.3.1+cu125
```
FAILED: /userfs/tiny-cuda-nn/bindings/torch/build/temp.linux-x86_64-cpython-39/tinycudann/bindings.o
c++ -MMD -MF /userfs/tiny-cuda-nn/bindings/torch/build/temp.linux-x86_64…
-
The program worked fine before, but an error was reported when I opened it today. After debugging, I felt that it was not a program error. I don't know whether the program could not be carried out bec…
-
## Description
When I use IInt8EntropyCalibrator2, there are 7 input. so I cudaMemcpy 7 input to bindings in Int8EntropyCalibrator2::getBatch
like:
```cplusplus
CUDA_CHECK(cudaMemcpy(devic…
-
Hi!
I have read the paper [Eigen-Factors an Alternating Optimization for Back-end Plane SLAM of 3D Point Clouds](https://arxiv.org/abs/2304.01055) .
And I'm interested in comparing the results of BA…
-
Building from project root or example.
```bash
> cargo build # Fail
```
```bash
> cd examples/simple
> cargo build # Fail
```
leads to the following error:
```
cargo build
Compilin…
-
This problem appears in Windows and Linux. I have reproduced this problem only without the flann module, however, other modules disabling may lead to the same problem too.
There is no such problem …