-
Following the build instructions in the readme,
```
cmake .. -G "Ninja" -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS=gfx1100
…
-
When running a GPU-accelerated neural network model using Lux.jl, LuxCUDA.jl, and Zygote.jl, the program encounters an `ArgumentError` when attempting to compute gradients on GPU inputs using `Zygote.…
-
### Describe the bug
My environment is the ucx perfest **tag_bw** test of the GDR in the machine. When I configure the environment variables of one network card, the measured speed is very fast. The …
-
Hi, thank you for the program..unfortunately both of them create an error (with png and 32bit (IEEE) TIFF files):
Using device: cuda
Sharpening Image: Stack_34frames_161s.png
Total Chunks: 252
S…
-
Transcoding seems to not be working anymore. Most likely an issue with qnap gpu driver?
515.48.07 Driver Version: 515.48.07 CUDA Version: 11.7
[hevc_nvenc @ 0x555556525380] Driver does not s…
-
I am getting this error.
```
ValueError: ProcessGroupNCCL is only supported with GPUs, no GPUs found!
```
```
Traceback (most recent call last):
File "/usr/local/lib/python3.10/multiproc…
-
**Describe the bug**
Using CUDA.jl on a nVidia Jetson, `CUDA.versioninfo()` gives the following error
```julia
[...]
Toolchain:
- Julia: 1.11.1
- LLVM: 16.0.6
Preferences:
- CUDA_Runtime_jll.local:…
CaG21 updated
2 weeks ago
-
### 🐛 Describe the bug
Execute Triton XPU tutorial:
```
https://raw.githubusercontent.com/intel/intel-xpu-backend-for-triton/refs/heads/main/python/tutorials/01-vector-add.py
python 01-vector-add.…
-
### What is the issue?
Hi All,
I installed ollama both (on machine/docker) both with same behaviour of not detecting the GPU. Have LM Studio on the same machine which picks up GPU without any issu…
-
### Description
A colleague identified an issue where Python scalars are sometimes not promoted to the appropriate device type ( https://github.com/rapidsai/cucim/issues/742#issuecomment-2299877295 )…