amd-gpu Questions
3
Solved
I am having problems getting my GLSL shaders to work on both AMD and Nvidia hardware.
I am not looking for help fixing a particular shader, but how to generally avoid getting these problems. Is it...
2
Solved
I am one of those miserable creatures who own a AMD GPU (RX 5700, Navi10). I want to use up-to-date PyTorch libraries to do some Deep Learning on my local machine and stop using cloud instances.
I ...
Review asked 4/8, 2022 at 0:32
2
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 ...
Broek asked 26/5, 2021 at 9:9
9
Solved
I'd like to extend my skill set into GPU computing. I am familiar with raytracing and realtime graphics(OpenGL), but the next generation of graphics and high performance computing seems to be in GP...
2
Solved
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 - Ver...
Loudhailer asked 12/6, 2022 at 0:52
0
I've been running into some issues with trying to get Docker to work properly with my GPU. A bit of background on what I'm trying to do - I'm currently trying to run Open3D within a Docker containe...
Pikestaff asked 8/2, 2022 at 4:23
2
Solved
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)?
Retinite asked 1/2, 2020 at 12:26
2
I'm using a laptop which has Intel Corporation HD Graphics 5500 (rev 09), and AMD Radeon R5 M255 graphics card.
Does anyone know how to it set up for Deep Learning, specifically fast.ai/PyTorch?
2
Solved
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 e...
Immoderation asked 17/8, 2020 at 10:52
3
Solved
After reading this tutorial https://www.tensorflow.org/guide/using_gpu I checked GPU session on this simple code
import numpy as np
import matplotlib.pyplot as plt
import tensorflow as tf
a = tf.c...
Menton asked 7/8, 2018 at 14:58
2
Solved
For Intel+NVIDIA dual-GPU "Optimus" setups, an application can export NvOptimusEnablement as explained in OptimusRenderingPolicies.pdf. This option allows an application to ensure the use of the hi...
2
Solved
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 clGetProgr...
1
Solved
We are currently trying to optimize a system in which there are at least 12 variables. Total comibination of these variable is over 1 billion. This is not deep learning or machine learning or Tenso...
Mulciber asked 20/5, 2019 at 11:39
2
Solved
I have a post processing pipeline that uses a compute shader to process a texture and writes it to a RWByteAddressBuffer.
The content of the RWByteAddressBuffer is then sent to an FPGA device via d...
Whited asked 5/3, 2019 at 14:45
1
Solved
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,...
Demagnetize asked 20/12, 2017 at 2:54
1
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 wi...
Words asked 22/2, 2018 at 8:19
1
Solved
I am currently trying to record a Video on my Lenovo Laptop with its Built-In Webcam using FFmpeg on Windows 10. One of my goals is to keep the CPU Usage as low as possible, that's why i want to pu...
2
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 ho...
2
Solved
I have followed the instructions from this:
https://gist.github.com/jarutis/ff28bca8cfb9ce0c8b1a
But then when I tried : THEANO_FLAGS=device=opencl0:0 python test.py
on the test file I am getting e...
1
Solved
I am learning OpenCL programming and running some programs on AMD GPU. I referred the AMD OpenCL Programming guide to read about global memory optimization for GCN Architecture. I am not able to un...
1
© 2022 - 2025 — McMap. All rights reserved.