Questions tagged [amd-gpu]
85 questions
24
votes
2 answers
Understanding oneAPI and SYCL in AMD GPU
I am a GPGPU developer and I have done all my work using CUDA. Lately I have acquired an AMD GPU for my home setup and I have been reading about SYCL and oneAPI but I'm not sure I understand what each of those are, how they complement. If I have…

jjcasmar
- 1,387
- 1
- 18
- 30
14
votes
2 answers
Anyway to work with Keras in Mac with AMD GPU?
I have a MacBook Pro with AMD processor and I want to run Keras (Tensorflow backend) in this GPU. I came to know Keras only works with NVIDIA GPUs. What is the workaround (if possible)?

bikram
- 7,127
- 2
- 51
- 63
9
votes
1 answer
libGL open driver: "undefined symbol: amdgpu_query_sensor_info", glxgears works fine
My configuration:
t@t:/$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial
I try to run QTCreator which works with libGL and it crashes with following…

xibi
- 101
- 1
- 8
6
votes
1 answer
Multipass totally broken on MacOS & multipassd error logs
The com.canonical.multipassd service is constantly logging errors on my Mac and multipass won't work at all, even after reinstalling, rebooting, and updating my Mac.
In an attempt to use my GPU in a Linux VM through multipass, I tried to install the…

NJenkins
- 151
- 1
- 5
6
votes
2 answers
Create AMD OpenCL kernel using Assembly code
I want to create an OpenCL kernel that works on AMD GPUs (Fury Nano).
Basically I would like to write a draft kernel using OpenCL, and use an OpenCL API to output the assembly code using clGetProgramInfo. And then I will modify the assembly code and…

Zk1001
- 2,033
- 4
- 19
- 36
6
votes
2 answers
Using LLVM 3.3 backend to compile OpenCL for AMD
How exactly does one use the new R600 backend inside LLVM 3.3 to generate a binary suitable for passing to the OpenCL clCreateProgramWithBinary API on an AMD card? Are there any code samples for how to do this?
I have seen a clang command line for…

user2531350
- 61
- 2
5
votes
1 answer
How can I use my AMD GPU with processing in RStudio / R?
I am trying to run a package in R to animate GPS location data, but running the code takes several hours, and I need to do it several times. I have an AMD GPU in my laptop, but I am not sure how to use it to speed up the processing time.
First, let…

Tim
- 51
- 1
- 3
5
votes
1 answer
Trying to get machine learning lib set up on a 290X
I am having some difficulty finding a library with which to explore machine learning/ai. I have a pair of R9 290x's, and can't seem to find a lib which works well for it.
First I tried array-fire, which has excellent CPU performance, but poor GPU…

SEMANTICALLY_INVALID
- 124
- 1
- 12
5
votes
1 answer
How can I use TensorFlow on Windows with AMD GPU?
I want to use TensorFlow on Windows (Win 10) with a AMD GPU.
If I google, there are a lot discussions and sources but I just couldn't figure out what's the best way to do this at the moment.
Could someone write a short installation instruction that…

Spenhouet
- 6,556
- 12
- 51
- 76
4
votes
2 answers
What's the difference between AMD's APP SDK and (AMD) ATI's Stream Technology?
I'm working on a project that will use an AMD GPU for processing data. I noticed AMD has two different SDKs available on their website for using the GPU: ATI Stream Technology and
OpenCL™ and the AMD APP SDK. It looks like both support OpenCL but…

dwj
- 3,443
- 5
- 35
- 42
4
votes
1 answer
Interpreting AMD RDNA3 instruction names
I am trying to analyze my OpenCL kernel as compiled for an RDNA3 AMD GPU.
I use the Radeon GPU Analyzer for that.
When I load my OpenCL kernel in the analyzer, it displays the assembly instruction for it in gfx1102 (RDNA3) assembly.
So far, so…

Bram
- 7,440
- 3
- 52
- 94
4
votes
2 answers
How to make AMD GPU available by WSL for use with DALL-E Playground AI Sever
I'm trying to run and deploy the Dalle Playground on my local machine using an AMD GPU, I'm on Windows 11 with a WSL instance running.
Link to Dalle Playground repo
System OS: Windows 11 Pro - Version 21H1 - OS Build 22000.675
WSL Version: WSL 2…

Joel Gray
- 139
- 1
- 1
- 8
4
votes
1 answer
amdgpu-pro installation failed and now dependencies problem
first of all please bear with me as my English is still improving. So, yesterday i was trying to install DaVinci Resolve 16 on my newly installed Pop Os using an AMD RX 570 but i came across a problem related to openCL. So, i did some research and i…

Classical Fandom
- 49
- 1
- 2
4
votes
1 answer
OpenGL PBO mapped buffer: multi-threaded unpack slow, memcpy fast
We are working on a workstation Core i7 and AMD FirePro 8000. For video decoding (8K, 7680x4320 video frame ~ 66MB hapq codec ) we tried to use the following obvious loop:
get frame from stream
map buffer
decode frame slices multi-threaded into…

Heiner
- 165
- 1
- 11
4
votes
3 answers
Install OpenCL(AMD SDK kit) on linux without ROOT privilege
I am trying to install OpenCL(AMD) on linux, but I am stuck on the last step(install ICD)
It seems like ICD HAS to be installed at /etc/OpenCL/vendor, but I don’t have root access to the computer.
Is there any way to make OpenCL work without…

user1413904
- 41
- 1
- 2