Questions tagged [amd-app]

Tag for topics regarding the AMD Accelerated Parallel Processing framework.

Use this tag for topics regarding the AMD Accelerated Parallel Processing framework and parallel programming on AMD GPUs and CPUs.

6 questions
11
votes
2 answers

Download OpenCL AMD APP SDK 3.0 for windows and linux

I want to download standalone version of OpenCL AMD APP SDK 3.0 for Windows and Linux.
Tal
  • 1,145
  • 2
  • 14
  • 32
1
vote
1 answer

OpenCL reported device version different between clinfo / clGetDeviceInfo

I'm just trying to dive into OpenCL 2.0. I'm using an AMD R7 260X GPU with AMD APP SDK 3.0 (final) with most current driver (Crimson-something, 2348.4) on Win10-64 with 16GB RAM. Compiler is Visual Studio 2015. First thing I did was querying some…
1
vote
0 answers

On which CPU processor is OpenCL kernel running

I want to determine exactly how AMD schedules its OpenCL kernels on the CPU and I could not find any OpenCL function to determine the physical processor/core id on which it is running. I could only find the following links related to my…
Kunal Kapoor
  • 445
  • 4
  • 13
1
vote
1 answer

AMD APP SDK (OpenCL) doesn't detect AMD CPU

I've got an AMD FX-8350 CPU and a NVIDIA GeForce GTX 960 GPU on a PC with OpenSUSE Leap x86_64. I want to work with CUDA and OpenCL on it, so I first installed Cuda Toolkit 7.5. That worked fine. Then, I installed AMD APP SDK 3.0, because I want to…
1
vote
1 answer

OpenCL 2.0 on AMD GPU

I'm trying to initialize OpenCL 2.0 on AMD Fury X and I'm looking at the value of __OPENCL_VERSION__. It is 120 no matter what. I'm looking inside my driver and both #define __OPENCL_VERSION__ 120 and #define __OPENCL_VERSION__ 200 can be found…
the swine
  • 10,713
  • 7
  • 58
  • 100
1
vote
1 answer

OpenCL time measurment issues with AMD GPU

I recently compared 2 kinds of doing kernel runtime measuring and I see some confusing results. I use an AMD Bobcat CPU (E-350) with integrated GPU and Ubuntu Linux (CL_PLATFORM_VERSION is OpenCL 1.2 AMD-APP (923.1)). The basic gettimeofday idea…
Tomas
  • 235
  • 2
  • 9