Some problems in HTML report when using latest OpenCL SDK
Hi, I had installed the newest OpenCL SDK, but some functionality seems to be broken.System I'm using:Intel SDK for OpenCL Applications 2017 Beta (7.0.0.2567)Windows 10 ProVisual Studio 2017Things that...
View Articlefail to verify number of compute units
I cannot verify the number of compute units (24 compute units as reported via 'CL_DEVICE_COMPUTE_UNITS') of my GPU device . Test results are as follows. What's wrong?Case 1: -- local work size (1, 1,...
View ArticleVEBox CCM module - input/output
I am trying to run VEBox modules on Intel Core M3 processor, which is supposed to have Skylake HD Graphics. I have installed latest OpenCL drivers and OpenCL SDK on Ubuntu 16.04. The following note...
View ArticleOpenCL Code Builder "Server" still crashes on startup (twice)
Was this issue ever resolved?I know others have seen this too.Clean installVS2017Latest Code BuilderAttachmentSizeDownloadopencl_code_builder_error.png8.25 KB
View ArticleVEBox - Denoise module on Camera low light noise
Hi,I am runing VEBox modules on Intel Core M3 processor, with Skylake HD Graphics. I have installed latest OpenCL drivers and OpenCL SDK on Ubuntu 16.04. I have enabled Denoise module of...
View Articleparallel execution of kernels on EU's through OOQ is possible?
Hi,I am developing an opencl kernel with Out of order execution queue. I have read this article https://software.intel.com/en-us/articles/opencl-out-of-order-queue-on-i... which describes the OOQ and...
View Articlehow many work item that a EU have
I look from other topic that:Each Execution Unit (EU) in our integrated graphics has seven hardware threads, each hardware thread is capable of running 8, 16, or 32 work items depending on whether...
View Article[Announcement]: Codebuilder plugin for Eclipse runtime dependencies
Hello Intel® SDK for OpenCL™ Applications 2017 Users,Some Intel® SDK for OpenCL™ Applications 2017 R2 users have observed an error box when their Eclipse instance loads up the Codebuilder plugin. The...
View ArticleIntel HD Graphics 4600 GPU + ternary operator on pointers + while-loop = freeze
Hi!Found and refined new strange cause for freezing OpenCL kernel.This is absolutely minimal demonstration:__kernel void freeze( __global int *a, __global int *b, int parity ) { __global int* c =...
View ArticleConvenience of vector data types on current GPUs
I have a question regarding the use of vector data types inside OpenCL kernels. Since I am working in OpenCL I have heard about the advantages of using vector data types to bulk load/store data from/to...
View Article(Linux) Incompatibility between SDK experimental ICD and CPU runtime 6.4.0.25
I have recently installed the 2017 R2 SDK on a Linux machine, alongside an existing installation of the 2016 CPU runtime. At installation time, I have opted to install the experimental runtime with...
View ArticleBug report: clCreateKernelsInProgram is not thread-safe
When invoking clCreateKernelsInProgram to the same cl_program from many different threads. The Intel OpenCL runtime will randomly raise a CL_INVALID_VALUE error.
View ArticleNeo crashes
OS: Ubuntu 17.10Gdb clinfo output:...@...:~$ gdb clinfo GNU gdb (Ubuntu 8.0.1-0ubuntu1) 8.0.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later...
View Articleopencl_runtime_16.1.2 not for ubuntu
Hi allOn this page:https://software.intel.com/en-us/articles/opencl-drivers#latest_CPU_runtimethis link is stating both RH and Ubuntu :OpenCL™ Runtime 16.1.2 for Intel® Core™ and Intel® Xeon®...
View ArticleGetting Started in Linux with Intel® SDK for OpenCL™ Applications
I followed the instructions here: https://software.intel.com/en-us/articles/sdk-for-opencl-gsgI have successfully completed all the steps listed above. When running neon.3 eclipse I have got the...
View Articlecannot download opencl sdk
Hello, everyone.I want to get opencl sdk, but I can't.I clicked download button, and I got this message only.But I didn't got even spam e-mail...Anyone know this problem?ThanksIntel® SDK for OpenCL™...
View ArticleHow can I move the intel OpenCL SDK files to another directory?
Hi, my computer specifications are as follows.computer : new surface pro Cpu : intel Core m3-7Y30Gpu : intel HD graphics 615IDE: Visual Studio 2017 Community I installed...
View ArticleOpenCL on multicore processor
Hi everyone!I'm new here and my first question is very basic. I was not able to find the clear answer anywhere. I have some knowledge in working with OpenCL on FPGA platform, but now I'm trying to...
View ArticleWindows 10 driver 23.20.16.5018 - NEO CL + Vulkan 1.1
The 23.20.16.5018 driver appeared in Windows Update a few days ago.I see that it is the first Windows driver with a device version string of "OpenCL 2.1 NEO".The driver also supports Vulkan 1.1 and...
View Article