-
## Description
PaRSEC numbers its devices differently from the rest of world (starting with 0 for host, possibly 1 for recursive, 2... for devices). CUDA and HIP start numbering devices from 0.
…
-
## Description
I attempted to compile a Hugging Face model (the Hugging Face model link is: https://huggingface.co/OpenGVLab/InternViT-6B-448px-V1-5, which includes both the model architecture code …
-
### Checklist
- [X] I've read the [contribution guidelines](https://github.com/autowarefoundation/autoware/blob/main/CONTRIBUTING.md).
- [X] I've searched other issues and no duplicate issues were fo…
-
The minimal working example to show my problem is the following
```julia
using CUDA
CUDA.allowscalar(false)
function sum_kernel(a, b, n)
tid = (blockIdx().x - 1) * blockDim().x + threadId…
-
Recently, initial Mamba support (CPU-only) has been introduced in #5328 by @compilade
In order to support running these models efficiently on the GPU, we seem to be lacking kernel implementations …
-
Hi, @saudet,
Recently I switched to cuda support for opencv in java using org.bytedeco.cuda version 12.1-8.9-1.5.9. Javacpp version 1.5.9 and Opencv version 4.7.0-1.5.9.
The code compiled succes…
-
### Describe the issue
Several operators that should support bfloat16 do not do so with the CUDA execution provider. This was noticed with `ReduceMean`, but here is the complete list:
`Abs`, `ArgM…
-
Some packages needed to be installed or downgraded to support the currently installed CUDA version on CUBIC.
Our current environment.yml file needs to be updated to reflect those requirements.
H…
-
Building with 48 threads, of 50 sequential builds, 19 failed (38% failure rate). Am building via [nixpkgs drv](https://github.com/NixOS/nixpkgs/blob/01332aa5dbf537ad0f3e6f2029d6485a66fc7f33/pkgs/devel…
-
I've installed the docker version of this, but I am getting the following Error:
ImportError: /home/dreamer/.local/lib/python3.10/site-packages/tinycudann_bindings/_86_C.cpython-310-x86_64-linux-gn…