<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic A Problem of Running OpenCL Samples Codes for Intel(R) HD Graphics P4600 by the code-samples Downloaded from Intel  in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/A-Problem-of-Running-OpenCL-Samples-Codes-for-Intel-R-HD/m-p/1072439#M4484</link>
    <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I used the OpenCL 1.2 sample codes downloaded from Intel official website(&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;A href="https://software.intel.com/en-us/intel-opencl-support/code-samples)" target="_blank"&gt;https://software.intel.com/en-us/intel-opencl-support/code-samples)&lt;/A&gt; to test the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Intel Corporation Xeon E3-1200 v3 Processor Integrated Graphics Controller&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; color: rgb(83, 86, 90); font-family: intel-clear, tahoma, helvetica, sans-serif; background-color: rgb(230, 234, 238);"&gt;Intel® HD Graphics P4600&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;). I have set up the environment for the GPU successfully and the GPU information are as following codes. But when I run the Intel samples codes programs into the GPU, the following information shows up. Is the problem of the code?(It was not designed for the GPU because of the out of resource) If so, could you please offer me any tested sample codes for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; color: rgb(83, 86, 90); font-family: intel-clear, tahoma, helvetica, sans-serif; background-color: rgb(230, 234, 238);"&gt;Intel® HD Graphics P4600 GPU?&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;If the codes are no problem for Intel GPU, what should I do to run the Intel sample codes into the GPU successfully?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;root@storm:/home/storm/Test_Intel/intel_ocl_samples_linux/BitonicSort# ./bitonic_sort -t gpu&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Platforms (1):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Devices (1; filtered by type gpu):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) HD Graphics [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Sort order is ascending&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Input size is 33554432 items&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;OpenCL data alignment is 4096 bytes.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Executing OpenCL kernel...&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;[ ERROR ] Sample application specific error: OpenCL error CL_OUT_OF_RESOURCES happened in file BitonicSort.cpp at line 172.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;root@storm:/home/storm/Test_Intel/intel_ocl_samples_linux/GEMM# ./gemm -t gpu&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Platforms (1):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Devices (1; filtered by type gpu):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) HD Graphics [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Build program options: "-DT=float -DTILE_SIZE_M=1 -DTILE_GROUP_M=16 -DTILE_SIZE_N=128 -DTILE_GROUP_N=1 -DTILE_SIZE_K=8"&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Running gemm_nn kernel with matrix size: 3968x3968&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Memory row stride to ensure necessary alignment: 15872 bytes&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Size of memory region for one matrix: 62980096 bytes&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Using alpha = 0.57599 and beta = 0.872412&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;[ ERROR ] Sample application specific error: OpenCL error CL_OUT_OF_RESOURCES happened in file gemm.cpp at line 295.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;root@storm:/home/storm/Test_Intel/intel_ocl_samples_linux/CapsBasic# ./capsbasic&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Number of available platforms: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Platform names:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Number of devices available for each type:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_CPU: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_GPU: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_ACCELERATOR: 0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;*** Detailed information for each device ***&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;CL_DEVICE_TYPE_GPU[0]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NAME: Intel(R) HD Graphics&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_AVAILABLE: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_VENDOR: Intel(R) Corporation&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PROFILE: FULL_PROFILE&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_VERSION: OpenCL 1.2&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DRIVER_VERSION: 16.4.2.1.39163&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_OPENCL_C_VERSION: OpenCL C 1.2&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_COMPUTE_UNITS: 20&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_CLOCK_FREQUENCY: 1300&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_WORK_GROUP_SIZE: 512&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_ADDRESS_BITS: 64&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MEM_BASE_ADDR_ALIGN: 1024&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_MEM_ALLOC_SIZE: 427399577&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_GLOBAL_MEM_SIZE: 1709598311&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE: 65536&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 262144&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE: 64&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_LOCAL_MEM_SIZE: 65536&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PROFILING_TIMER_RESOLUTION: 80&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_IMAGE_SUPPORT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_ERROR_CORRECTION_SUPPORT: 0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_HOST_UNIFIED_MEMORY: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_EXTENSIONS: cl_intel_accelerator cl_intel_advanced_motion_estimation cl_intel_motion_estimation cl_intel_subgroups cl_intel_va_api_media_sharing cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_spir&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE: 0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_INT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE: 0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jan 2016 18:51:12 GMT</pubDate>
    <dc:creator>Jiawen_L_</dc:creator>
    <dc:date>2016-01-04T18:51:12Z</dc:date>
    <item>
      <title>A Problem of Running OpenCL Samples Codes for Intel(R) HD Graphics P4600 by the code-samples Downloaded from Intel</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/A-Problem-of-Running-OpenCL-Samples-Codes-for-Intel-R-HD/m-p/1072439#M4484</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;I used the OpenCL 1.2 sample codes downloaded from Intel official website(&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;A href="https://software.intel.com/en-us/intel-opencl-support/code-samples)" target="_blank"&gt;https://software.intel.com/en-us/intel-opencl-support/code-samples)&lt;/A&gt; to test the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Intel Corporation Xeon E3-1200 v3 Processor Integrated Graphics Controller&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; color: rgb(83, 86, 90); font-family: intel-clear, tahoma, helvetica, sans-serif; background-color: rgb(230, 234, 238);"&gt;Intel® HD Graphics P4600&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;). I have set up the environment for the GPU successfully and the GPU information are as following codes. But when I run the Intel samples codes programs into the GPU, the following information shows up. Is the problem of the code?(It was not designed for the GPU because of the out of resource) If so, could you please offer me any tested sample codes for&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em; color: rgb(83, 86, 90); font-family: intel-clear, tahoma, helvetica, sans-serif; background-color: rgb(230, 234, 238);"&gt;Intel® HD Graphics P4600 GPU?&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;If the codes are no problem for Intel GPU, what should I do to run the Intel sample codes into the GPU successfully?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;root@storm:/home/storm/Test_Intel/intel_ocl_samples_linux/BitonicSort# ./bitonic_sort -t gpu&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Platforms (1):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Devices (1; filtered by type gpu):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) HD Graphics [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Sort order is ascending&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Input size is 33554432 items&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;OpenCL data alignment is 4096 bytes.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Executing OpenCL kernel...&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;[ ERROR ] Sample application specific error: OpenCL error CL_OUT_OF_RESOURCES happened in file BitonicSort.cpp at line 172.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;root@storm:/home/storm/Test_Intel/intel_ocl_samples_linux/GEMM# ./gemm -t gpu&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Platforms (1):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Devices (1; filtered by type gpu):&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) HD Graphics [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Build program options: "-DT=float -DTILE_SIZE_M=1 -DTILE_GROUP_M=16 -DTILE_SIZE_N=128 -DTILE_GROUP_N=1 -DTILE_SIZE_K=8"&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Running gemm_nn kernel with matrix size: 3968x3968&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Memory row stride to ensure necessary alignment: 15872 bytes&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Size of memory region for one matrix: 62980096 bytes&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Using alpha = 0.57599 and beta = 0.872412&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;[ ERROR ] Sample application specific error: OpenCL error CL_OUT_OF_RESOURCES happened in file gemm.cpp at line 295.&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;root@storm:/home/storm/Test_Intel/intel_ocl_samples_linux/CapsBasic# ./capsbasic&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Number of available platforms: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Platform names:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;Number of devices available for each type:&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_CPU: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_GPU: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_TYPE_ACCELERATOR: 0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo; min-height: 13px;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;*** Detailed information for each device ***&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;CL_DEVICE_TYPE_GPU[0]&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NAME: Intel(R) HD Graphics&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_AVAILABLE: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_VENDOR: Intel(R) Corporation&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PROFILE: FULL_PROFILE&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_VERSION: OpenCL 1.2&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DRIVER_VERSION: 16.4.2.1.39163&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_OPENCL_C_VERSION: OpenCL C 1.2&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_COMPUTE_UNITS: 20&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_CLOCK_FREQUENCY: 1300&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_WORK_GROUP_SIZE: 512&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_ADDRESS_BITS: 64&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MEM_BASE_ADDR_ALIGN: 1024&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_MEM_ALLOC_SIZE: 427399577&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_GLOBAL_MEM_SIZE: 1709598311&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE: 65536&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 262144&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE: 64&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_LOCAL_MEM_SIZE: 65536&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PROFILING_TIMER_RESOLUTION: 80&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_IMAGE_SUPPORT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_ERROR_CORRECTION_SUPPORT: 0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_HOST_UNIFIED_MEMORY: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_EXTENSIONS: cl_intel_accelerator cl_intel_advanced_motion_estimation cl_intel_motion_estimation cl_intel_subgroups cl_intel_va_api_media_sharing cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_spir&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE: 0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_INT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT: 1&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp; &amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE: 0&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P style="margin-bottom: 0px; font-size: 11px; line-height: normal; font-family: Menlo;"&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 18:51:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/A-Problem-of-Running-OpenCL-Samples-Codes-for-Intel-R-HD/m-p/1072439#M4484</guid>
      <dc:creator>Jiawen_L_</dc:creator>
      <dc:date>2016-01-04T18:51:12Z</dc:date>
    </item>
    <item>
      <title>Hi Jiawen,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/A-Problem-of-Running-OpenCL-Samples-Codes-for-Intel-R-HD/m-p/1072440#M4485</link>
      <description>&lt;P&gt;Hi Jiawen,&lt;/P&gt;

&lt;P&gt;Could you please try to run these samples with smaller input sizes and see if they work for you?&lt;/P&gt;

&lt;P&gt;Could you also please try the sample here &lt;A href="https://software.intel.com/en-us/articles/sgemm-for-intel-processor-graphics"&gt;https://software.intel.com/en-us/articles/sgemm-for-intel-processor-graphics&lt;/A&gt; (at the very bottom of the page is the download link)? It should be much more recent than the samples above.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jan 2016 19:05:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/A-Problem-of-Running-OpenCL-Samples-Codes-for-Intel-R-HD/m-p/1072440#M4485</guid>
      <dc:creator>Robert_I_Intel</dc:creator>
      <dc:date>2016-01-04T19:05:39Z</dc:date>
    </item>
  </channel>
</rss>

