-
### Description
```
Error compiling Cython file:
------------------------------------------------------------
...
cpdef intptr_t graphInstantiate(intptr_t graph) except? 0:
# T…
-
Hi,
When I was going to try the demo code, I constantly got the following error:
python: /tmp/pip-install-nx20f2ug/mirage-project_c1ff8981742f441194cc66eb5385f40e/src/search/op_utils.cc:102: std…
-
hi,I used nsight system to view the timeline after using cuda graph and found that the spmm kernels in the forward and backward passes were clustered together, which seems to break the logic of the pr…
-
**Describe the bug**
Running a basic fastconformer hybrid recipe fails with image `nemo:24.07` and newer; more specifically, the reported RNNT WER numbers are all over the place, whereas CTC WER numb…
-
Hello,
I wonder if mmdetection3d could integrate torch.cuda.graph support for performance optimization?
-
### Expected behavior
The model should run successfully on the Jetson AGX Orin without any errors, producing a top-1 prediction from the TVM runtime.
### Actual behavior
The code fails with t…
-
Hello,First of all, thank you very much for this research work! However, when I try to train with the 3DMatch dataset you provided, I get an error message:
(torch) yy@yy:~/se3-equi-graph-registration…
-
### 🐛 Describe the bug
Flex attention with dynamic shapes stumbles upon comparing Relational expressions. I found two places of this error.
One in `flex_decoding.py`:
```
File "/usr/local/li…
-
能启动训练,但是训练10几个epoch就会报错中断
环境:cuda 11.6
yaml:
![image](https://github.com/user-attachments/assets/9653787f-535a-4ac8-a241-dbee06f72f84)
训练命令:
`python train.py --config ./configs/shwd_yolov8…
-
### What is your question?
**What is your question?**
I'm developing a CUDA project using conan, CMake and MSVC build tools. After update from CUDA 11.x to CUDA 12.6, any project using conan CMake…