Questions tagged [amd-rocm]

The ROCm Platform brings a rich foundation to advanced computing by integrating the CPU and GPU with the goal of solving real-world problems. This software enables the high-performance operation of AMD GPUs for computationally-oriented tasks in the Linux operating system.

42 questions
0
votes
1 answer

Pytorch rocm install error. How to fix this?

I have installed pytorch in a way recommended on pytorch.org using this command: sudo pip3 install torch torchvision --extra-index-url https://download.pytorch.org/whl/rocm5.2 But after installation, I run a python script with pytorch and get…
JustOneMan
  • 231
  • 1
  • 9
  • 34
0
votes
0 answers

Splitting workload between nvidia getforce and amd radeon

Hi I have two GPU cards: '0' for NVIDIA getforce and '1' for AMD radeon. I am running a deep learning model using pytorch and installed pytorch with cuda 11.7 for NVIDIA card and installed pytorch with Rocm5.2 for AMD card. However, all the…
M.Z
  • 21
  • 4
0
votes
0 answers

How does the rocm runtime schedule inactive wavefronts?

I used ROCM to compile the HIP program. When a simple, but thread-intensive HIP program was run, I used ROCgdb for debugging and found that using the "info threads" command did not see the expected number of wavefronts. I have compiled the rocm…
fyykk
  • 1
  • 1
0
votes
0 answers

Failure to install detectron2 on linux OS with amd chipset

I am trying to install detectron2 on linux with AMD chipset RoCM. System Configurations RHEL Linux with Centos OS 7.9 with AMD M125x Chipset . I have also installed pytorch 1.10.0 for rocm 4.2 and also installed torchaudio and torchvision. I am…
0
votes
1 answer

Memory access fault by GPU node-4 (Agent handle: 0x5618a9f81270) on address 0x7fd1000e5000. Reason: Page not present or supervisor privilege

I am getting this error trying to run pytorch using rocm on a Radeon VII. I am trying to run disco-diffusion
Carlos Rincon
  • 13
  • 1
  • 6
0
votes
0 answers

ROCm 2019 Mac Book Pro

I recently installed Ubuntu on my 2019 Macbook pro and installed ROCm successfully but am getting errors. Has anyone ran into this issue or does anyone know of any guides to help alleviate some of my stressors? lol....looking at some forums i see…
kduf
  • 15
  • 4
0
votes
0 answers

Tensorflow model on GPU: "Requested shape has [unreasonably large number] values"

I'm trying to run a simple sequential Tensorflow model with the Keras wrapper on an AMD GPU (AMD Vega 20, Tensorflow 2.2.0, Keras 2.4.3), but coming up against a weird issue when trying to…
Jez W
  • 101
  • 6
0
votes
1 answer

use ROCm with Pycharm, Ubuntu 20.04

I have been attempting to implement GPU acceleration for deep learning with an AMD card. Attempted to use a Docker-based approach, only to find at the last stage that Docker interpreters in PyCharm require PyCharm Professional. Now, I have followed…
mwmast
  • 1
0
votes
2 answers

Deep Learning with Python using Tensorflow and Keras on AMD GPU with ROCm gives errors when I run the program below

I have an AMD GPU pc which I have recently started to use with Linux Mint O.S. I've seen a way of installing ROCm on this pc following this tutorial, but when I tried to write a Python program using Keras it threw these errors. Here is my…
cemosambora
  • 233
  • 2
  • 6
0
votes
0 answers

Finding the compute unit id when launching a kernel on an AMD GPU

I am using ROCm software stack to compile and run OpenCL programs on a Polaris20 GCN4th AMD GPU and wondering if there is a way to find out which compute unit (id) on GPU is in use now by the current work-item or wavefront? In other words, can I…
mjd
  • 1
  • 1
0
votes
1 answer

TensorFlow 1.3 ROCm port: cannot open '_pywrap_tensorflow_internal'

In Ubuntu 16.04.4, I installed the TensorFlow 1.3 ROCm port (for an AMD Radeon RX Vega 64) according to the instructions starting at "Install required python packages"…
dhfx
  • 1
  • 3
-1
votes
0 answers

is AMD Radeon RX 6800S compatible with ROCM?

I'm trying to figure this information out but can't find anything conclusive as it is not listed in the official page. https://rocm.docs.amd.com/en/latest/release/windows_support.html I'm trying to figure this information out but can't find anything…
1 2
3