Tagged Questions
0
votes
1answer
18 views
OpenCL SDK for intel core 2 due
Where could I find OpenCL SDK for intel core 2 due?
Graphic card: mobile intel (r) series express chipset family.
0
votes
0answers
2k views
OpenCL support for Intel HD Graphics 3000? [closed]
I'm a bit disappointed, that I currently can't use my Intel HD Graphics 3000 GPU via OpenCL, as I didn't find drivers for it.
It seems, that Intel currently (only supports it's HD Graphics 2500 and ...
0
votes
1answer
212 views
Error CL_DEVICE_NOT_AVAILABLE when calling clCreateContext (Intel Core2Duo, Intel OCL SDK 3.0 beta)
I'm trying to get started with OpenCL (Intel opencl-1.2-3.0.56860). I managed to install the OpenCL SDK from Intel under Ubuntu 12.05 (using "alien" to convert the rpm packages to *.deb packages). Now ...
0
votes
0answers
632 views
Setting up AMD Radeon 7970 as opencl device with intel igpu connected to monitor in ubuntu 12.04 [closed]
I am trying to set up an ubuntu 12.04 system configured as follows:
1. The Intel IGPU of my I7 3770 is connected to a monitor and does the desktop rendering
2. The AMD Radeon 7970 works as compute ...
1
vote
1answer
1k views
OpenCL SDK Download for INTEL GPU
I am not getting a single download link to download OpenCL for my initel GPU as I have seen for AMD it is pretty available but not for INTEL, so what should I speculate? OpenCL does not support Intel ...
5
votes
3answers
2k views
Benchmarks comparing Intel Xeon Phi and Nvidia Tesla K20
To my surprise, I cannot find a comparison of these products using open source OpenCL benchmark suites, such as rodinia and SHOC. Such a comparison could be more interesting than comparisons of ...
1
vote
1answer
185 views
Many OpenCL SDK's. Which of them i should choose?
In my computer with Windows 7 OS I have three versions of OpenCL SDKS's from this vendors:
Intel
NVIDIA
AMD.
I build my application with each of them.
As the output I have three different ...
5
votes
1answer
321 views
CPU/Intel OpenCL performance issues, implementation questions
I have some questions hanging in the air without an answer for a few days now. The questions arose because I have an OpenMP and an OpenCL implementations of the same problem. The OpenCL runs perfectly ...
0
votes
0answers
135 views
Error in using Intel OpenCL sdk debugger
I am trying to debug an opencl code with the Intel opencl sdk debugger plugin for visual studio 2008 prof edition.
I am getting a build program error with this code
Err = clBuildProgram(cpProgram, ...
0
votes
1answer
1k views
OpenCL on Mobile Intel(R) 965 Express Chipset Family
I have a Mobile Intel(R) 965 Express Chipset Family as my graphics card on my Dell Inspiron.
I wanted to run OpenCL programs on the GPU using this. Does this graphics card support that? I read a lot ...
3
votes
2answers
167 views
What are my choices of technologies for GP development on Intel integrated GPU's?
What are my choices of technologies, languages and tools to develop general-purpose software running on the integrated GPUs of Intel Ivy Bridge processors? OpenCL (if so, Intel drivers? Whose ...
1
vote
1answer
308 views
IGP of Ivy bridge can't be found by OpenCL SDK
I have set up a IvyBridge platform for coding OpenCL program. My system is win7 64-bit, VS2010 as developement tools. There is one i7-3770k with a nVidia GTX560 on my PC. When I queried the devices of ...
0
votes
1answer
306 views
AMD OpenCL compiler ignores kernel attribute “work_group_size_hint”
I'm currently optimizing an OpenCL kernel, and have been trying to find optimal values for workgroup sizes and vector widths.
Currently I'm using an ubuntu system with an Intel i7-3930k (6 cores @ 3.5 ...
2
votes
1answer
1k views
HD Processor Graphics (HD4000) failed to load as a device in Intel OpenCL SDK
I'm using i7-3770K Ivy Bridge with HD 4000, and I've installed the latest drivers and the newest OpenCL SDK.
When tried to run the code samples with CPU, it works just fine. However, when I set the ...
0
votes
1answer
547 views
OpenCL: NVIDIA's vector registers (float4,float8,..) VS Intel's vector registers
I know that for Intel the vector registers are optimized e.g. the SandyBridge microarchitecture (SSE+AVX), but how about for NVIDIA's GPU?
Some sources I read somewhere (I forgot where) stated that ...
2
votes
1answer
263 views
Syntax differences between OpenCL compilers [closed]
The following code does compiles with intel/nVidia OpenCL compilers (both based on LLVM):
struct Foo{ float2 bar; };
void baz(){
global struct Foo* foo;
((float*)(&foo->bar))[1]=1;
}
...
0
votes
1answer
284 views
OpenCL only reads/writes from/to 1/4 of the buffer memory and crashes sometimes
I have a problem with OpenCL, which is that it executes the entire command queue, but it only reads only 1/4 of the input and writes only 1/4 of the result.
No matter how many iterations, always 1/4.
...
3
votes
4answers
2k views
AMD CPU versus Intel CPU openCL
With some friends we want to use openCL. For this we look to buy a new computer, but we asked us the best between AMD and Intel for use of openCL. The graphics card will be a Nvidia and we don't have ...
