-
With the latest LLVM integration from https://github.com/openxla/stablehlo/pull/2635, building llvm-project for stablehlo leads to the following compilation error:
```
$ MLIR_ENABLE_BINDINGS_PYTHON=…
pearu updated
2 weeks ago
-
## Description
[08/07/2024-07:27:13] [TRT] [E] IExecutionContext::executeV2: Error Code 3: API Usage Error (Parameter check failed, condition: nullPtrAllowed. Tensor "attention_mask" is bound to null…
-
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…
-
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**
Each OS has some kind of automatic control to keep microphone stream data virtually consistent across devices, OS versions, etc. for voice applications
It would be nice if we cou…
-
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 …
-
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…
-
## 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…