martbrooke / opencl-toolbox

Automatically exported from code.google.com/p/opencl-toolbox
MIT License
0 stars 0 forks source link

Intel SDK segmentation fault #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ocl = opencl();
2.
3.

What is the expected output? What do you see instead?
A struct variable containing the information regarding the open-CL compatible 
platforms and devices of the system. Instead, the C++ file gets a segmentation 
fault

What version of the product are you using? On what operating system?
Matlab R2010b
Windows 7 x86
OpenCL toolbox 0.11

Please provide any additional information below.
This occurs when Intel SDK for OpenCL Applications 2012 is installed. When I 
delete the file intelocl.dll, the command finishes, but it only detects the GPU 
as a valid platfom and device, not the GPU.

Original issue reported on code.google.com by turma.b1...@gmail.com on 28 Oct 2012 at 8:07