Skip to main content

Questions tagged [amd]

The Asynchronous Module Definition (AMD) API specifies a mechanism for defining modules such that the module and its dependencies can be asynchronously loaded. The AMD pattern is well suited for the browser environment where synchronous loading can be problematic.

amd
0 votes
0 answers
5 views

Error "SYS_CARRIER_NAME was not declared in this scope" importing smk24kd240 project in Vitis IDE

I am trying to run a project in Vitis IDE 2023.1 but am getting several errors with variables that are not being declared, although it's a downloaded project that should work fine as it is. The ...
alagal's user avatar
  • 1
-2 votes
0 answers
14 views

Newest conda doesn't work for Ubuntu 24.04 [closed]

I want to use pandas from newest conda package. So, I just enter this command import pandas as pd and get this: "illegal instruction (core dumped)". So, who can explain how to fix this? So, ...
Egor Richman's user avatar
0 votes
0 answers
49 views

How do I use ZLUDA with Coqui TTS on an AMD GPU?

I've been searching for this problem for a long time now. Btw, I'm using an RX570 4gb Sapphire Pulse GPU and there are some guides on how to install zluda with SDNext but I believe that does not apply ...
Jhon Philip Guiang's user avatar
0 votes
1 answer
97 views

How to achieve fortran numerical results reproducibility across different platforms (Intel vs AMD)?

I do computing with one fortran program and I have two machines: one with an Intel Xeon E5-2670 (Linux Mint 21.2 x86_64, Kernel: 5.15.0-86-generic) and the other with an AMD 7700X (Linux Mint 21.3 ...
DJNZ's user avatar
  • 121
2 votes
1 answer
131 views

Building Python Packages from Source for AMD GPU - hipcc failed with exit code 127 --rocm-path not found

I am trying to install Python packages, like lietorch or pytorch-scatter with AMD support. I download the repository, git clone --recursive https://github.com/repo If I just try to install the ...
quaqui's user avatar
  • 51
1 vote
1 answer
882 views

Installing Pytorch for Windows 11 and AMD GPU

could someone help me out with my Pytorch installation? My device currently uses Windows OS and an AMD GPU. However, the Pytorch installation does not support Windows OS with ROCm combination. Only ...
burplePixel's user avatar
0 votes
0 answers
63 views

Having issue with CPU boosting on AMD

Background. I am the author of an application that emulates a Tandy Color Computer (Motorola 6809). This app has been stable for five years. Lately I have noticed some strange CPU boosting issues ...
Walter ZAMBOTTI's user avatar
0 votes
0 answers
101 views

Compiling hip code using hipcc -O0 for AMD GPU

I'm using AMD RADEON RX7600. I've been trying to compile HIP code using the precompiled hipcc compiler for a few weeks now. When compiled with O[1/2/3] everything works fine. When I encountered some ...
The Noderinator's user avatar
1 vote
1 answer
111 views

GPGPU with Radeon Pro VII in Windows [closed]

I start with the question, in case somebody can say something without going through the whole post: What is the easiest way to start programming with a Radeon Pro VII in C++ in Windows? And for anyone ...
Guillermo Benito's user avatar
0 votes
0 answers
30 views

Human Detection After the Machine in Twilio

My scenario is I am calling the a company number.It ask for pin code that I pass using DTMF.Using my pin code system search a person and connect my call with relevant person (according to my pin code)....
ali's user avatar
  • 31
0 votes
0 answers
41 views

How can I fix AMD Radeon 5600 XT windows 31 error?

I have a weird issue with my graphics card. Recently it started crashing and giving a windows 31 error in my device manager. Uninstalling the driver from the device manager and using AMD Software ...
Mathijs's user avatar
  • 461
0 votes
1 answer
510 views

AMD Software Host Application Pop-Up on startup

Whenever I start my PC AMD software host application pop-up appears.I have disabled it in the startup apps in task manager still it pop ups everytime I start my PC . Everytime I have to manually close ...
probin's user avatar
  • 1
0 votes
0 answers
215 views

Ledctl does not work with AMD Epyc platform

I need to highlight a disk on an amd platform. On Intel I use ledctl, this solves the problem. For amd ledctl does not work. I tried to look for analogues but nothing worked. How to turn on the disk ...
Олег Баталов's user avatar
0 votes
0 answers
164 views

How to compile clang llvm to amd gcn on linux ubuntu

I've been trying for about two days to compile clang-llvm for amd gcn and I'm stuck. My goal here is to be able to compile a hip program using the triple amdgcn-amd-amdhsa. I cloned the project (llvm ...
The Noderinator's user avatar
2 votes
1 answer
95 views

How to open lod clamp specified in shader in glsl?

amd instruction set spec said: IMAGE_SAMPLE_D_CL_O SAMPLE_O, with LOD clamp specified in shader, with user derivatives. IMAGE_SAMPLE_D_CL sample texture map, with LOD clamp specified in shader, with ...
Lucas's user avatar
  • 67

15 30 50 per page
1
2 3 4 5
88