-
In order to get this to compile at JLAB, I had to make a couple changes to CMakeLists.txt, namely:
```
# set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -O3 -fgpu-rdc --hip-link --cra…
-
### Problem Description
I checked the assembly ABI and code object specification, and surprisely found that our float, double pointer takes size of 8. While int still take size of 4. I am wondering…
-
Hi,
As part of our effort to support JAX on ROCm framework, we have published our preview release under the following DockerHub repository.
https://hub.docker.com/repository/docker/rocm/jax
We …
-
### Your current environment
```text
[pip3] numpy==1.26.4
[pip3] pytorch-triton-rocm==2.2.0
[pip3] torch==2.2.2+rocm5.7
[pip3] torchaudio==2.2.2+rocm5.7
[pip3] torchvision==0.17.2+rocm5.7
[cond…
-
title.
https://github.com/arlo-phoenix/CTranslate2-rocm/blob/rocm/README_ROCM.md#whisperx
-
Any possibility for rocm support? Or even openCL?
-
### 🚀 The feature, motivation and pitch
Last week AMD announced rocm 6.2 (https://rocm.docs.amd.com/en/latest/about/release-notes.html) also announcing expanded support for VLLM & FP8.
Actuall…
-
### Problem Description
rocAL core dependencies are listed below for runtime. I do not see rapidJSON. @SundarRajan28 can you check this?
```
readelf -d /opt/rocm/lib/librocal.so | grep NEEDED
0…
-
### Problem Description
Loading a shared object containing gpu code that is not compiled for one of the gpus in the system causes CLR to assert here https://github.com/ROCm/clr/blob/65d174c3e35423bf2…
-
### What is the issue?
I'm trying to get the project to compile on Gentoo but am running into some issues as Gentoo uses different paths.
On Gentoo, rocm libraries get installed into /usr/lib64, h…