<?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 I just double checked with a in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088173#M4833</link>
    <description>&lt;P&gt;I just double checked with a reinstall of&amp;nbsp;the latest Windows Intel(R) SDK for OpenCL(TM) Applications download from registrationcenter.intel.com (2016 R2).&amp;nbsp; This should be the default download if you have an existing account or&amp;nbsp;if you download for&amp;nbsp;the first time from &lt;A href="https://software.intel.com/en-us/intel-opencl"&gt;https://software.intel.com/en-us/intel-opencl.&lt;/A&gt;&amp;nbsp; In my check the file is there.&lt;/P&gt;

&lt;P&gt;However, it looks like&amp;nbsp;you may want to&amp;nbsp;validate your install.&amp;nbsp; Does the &lt;A href="http://Platform/Device Capabilities Viewer Sample"&gt;Platform/Device Capabilities Viewer Sample &lt;/A&gt;work?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Oct 2016 20:05:19 GMT</pubDate>
    <dc:creator>Jeffrey_M_Intel1</dc:creator>
    <dc:date>2016-10-09T20:05:19Z</dc:date>
    <item>
      <title>Resource Sharing sample crashed.</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088169#M4829</link>
      <description>&lt;P&gt;The Resource Sharing sample​ (&lt;A href="https://software.intel.com/en-us/articles/intel-directx-interop"&gt;https://software.intel.com/en-us/articles/intel-directx-interop&lt;/A&gt;​) crashed on my computer.&lt;/P&gt;

&lt;P&gt;Does it mean&amp;nbsp;extension exists not equal to device exists?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;device:&lt;/P&gt;

&lt;P&gt;Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz&lt;BR /&gt;
	Intel(R) HD Graphics 4600&lt;/P&gt;

&lt;P&gt;the CL_PLATFORM_EXTENSIONS&amp;nbsp;has cl_khr_dx9_media_sharing​, but m_clGetDeviceIDsFromDX9MediaAdapterKHR&amp;nbsp;return CL_DEVICE_NOT_FOUND&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I:\driver\tmp\Release&amp;gt;DXVASurfaceSharing.exe&lt;BR /&gt;
	Platform extensions: cl_intel_dx9_media_sharing cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_d3d11_sharing cl_khr_depth_images cl_khr_dx9_media_sharing cl_khr_gl_sharing 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&lt;BR /&gt;
	Platform:Intel(R) OpenCL&lt;BR /&gt;
	cl_intel_dx9_media_sharing cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_d3d11_sharing cl_khr_depth_images cl_khr_dx9_media_sharing cl_khr_gl_sharing 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&lt;BR /&gt;
	Platform Devices:&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Sep 2016 03:42:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088169#M4829</guid>
      <dc:creator>benny_w_</dc:creator>
      <dc:date>2016-09-23T03:42:46Z</dc:date>
    </item>
    <item>
      <title>Thanks for this report.  I'm</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088170#M4830</link>
      <description>&lt;P&gt;Thanks for this report. &amp;nbsp;I'm looking into it and hope to get back to you soon. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Sep 2016 07:43:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088170#M4830</guid>
      <dc:creator>Jeffrey_M_Intel1</dc:creator>
      <dc:date>2016-09-28T07:43:06Z</dc:date>
    </item>
    <item>
      <title>There is an older Media SDK</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088171#M4831</link>
      <description>&lt;P&gt;There is an older Media SDK tutorial set with OpenCL interoperability examples &lt;A href="http://software.intel.com/protected-download/267277/354922"&gt;here&lt;/A&gt; which works better in my tests. &amp;nbsp;See the simple_7_* directories for decode, encode, and transcode examples using the sharing extensions.&lt;/P&gt;

&lt;P&gt;The sharing API initialization happens in ocl_process.cpp&amp;nbsp;OCLProcess::OCLInit.&lt;/P&gt;

&lt;P&gt;If the extension is available for the device in clGetPlatformInfo with CL_PLATFORM_EXTENSIONS the spec says "Extensions defined here must be supported by all devices associated with this platform." &amp;nbsp;However, here to get the behavior you want you will need to find the GPU device as illustrated in the example code.&lt;/P&gt;

&lt;P&gt;Updates to these samples are needed. &amp;nbsp;While I can't give a timeline right now for when the new/updated samples will be available I hope that this is enough to get you started.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2016 04:56:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088171#M4831</guid>
      <dc:creator>Jeffrey_M_Intel1</dc:creator>
      <dc:date>2016-10-05T04:56:30Z</dc:date>
    </item>
    <item>
      <title>Hi Jeffrey,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088172#M4832</link>
      <description>&lt;P&gt;Hi Jeffrey,&lt;BR /&gt;
	​&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Which SDK should I install? The sample compile&amp;nbsp;failed, there isn't a&amp;nbsp;cl_dx9_media_sharing.h under $(INTELOCLSDKROOT)\include​.&lt;BR /&gt;
	&lt;BR /&gt;
	​&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I found the oclinit code almost same. Copy the OCLInit​ into the Resource Sharing sample​, call it first, also failed with following message&lt;BR /&gt;
	&lt;BR /&gt;
	&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OpenCL platform "Intel(R) OpenCL" is used&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Get device IDs failed !!!! (-1)&lt;/EM&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Oct 2016 06:05:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088172#M4832</guid>
      <dc:creator>benny_w_</dc:creator>
      <dc:date>2016-10-08T06:05:04Z</dc:date>
    </item>
    <item>
      <title>I just double checked with a</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088173#M4833</link>
      <description>&lt;P&gt;I just double checked with a reinstall of&amp;nbsp;the latest Windows Intel(R) SDK for OpenCL(TM) Applications download from registrationcenter.intel.com (2016 R2).&amp;nbsp; This should be the default download if you have an existing account or&amp;nbsp;if you download for&amp;nbsp;the first time from &lt;A href="https://software.intel.com/en-us/intel-opencl"&gt;https://software.intel.com/en-us/intel-opencl.&lt;/A&gt;&amp;nbsp; In my check the file is there.&lt;/P&gt;

&lt;P&gt;However, it looks like&amp;nbsp;you may want to&amp;nbsp;validate your install.&amp;nbsp; Does the &lt;A href="http://Platform/Device Capabilities Viewer Sample"&gt;Platform/Device Capabilities Viewer Sample &lt;/A&gt;work?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2016 20:05:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088173#M4833</guid>
      <dc:creator>Jeffrey_M_Intel1</dc:creator>
      <dc:date>2016-10-09T20:05:19Z</dc:date>
    </item>
    <item>
      <title>reinstall the SDK, compile</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088174#M4834</link>
      <description>&lt;P&gt;reinstall the SDK, compile Resource Sharing sample failed, change #include&amp;nbsp; cl\cl_d3d9.h to #include &amp;lt;CL/cl_dx9_media_sharing.h&amp;gt;​.&lt;BR /&gt;
	get same result.&lt;/P&gt;

&lt;P&gt;following is Device Capabilities Viewer Sample's output&lt;/P&gt;

&lt;DIV&gt;Number of available platforms: 3&lt;BR /&gt;
	Platform names:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; [0] Intel(R) OpenCL [Selected]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; [1] NVIDIA CUDA&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; [2] Experimental OpenCL 2.1 CPU Only Platform&lt;BR /&gt;
	Number of devices available for each type:&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_TYPE_CPU: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_TYPE_GPU: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_TYPE_ACCELERATOR: 0&lt;/DIV&gt;

&lt;DIV&gt;*** Detailed information for each device ***&lt;/DIV&gt;

&lt;DIV&gt;CL_DEVICE_TYPE_CPU[0]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NAME: Intel(R) Core(TM) i5-4200M CPU @ 2.50GHz&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_AVAILABLE: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_VENDOR: Intel(R) Corporation&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PROFILE: FULL_PROFILE&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_VERSION: OpenCL 1.2 (Build 10094)&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DRIVER_VERSION: 5.2.0.10094&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_OPENCL_C_VERSION: OpenCL C 1.2&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_COMPUTE_UNITS: 4&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_CLOCK_FREQUENCY: 2500&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_WORK_GROUP_SIZE: 8192&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_ADDRESS_BITS: 32&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MEM_BASE_ADDR_ALIGN: 1024&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_MEM_ALLOC_SIZE: 536838144&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_GLOBAL_MEM_SIZE: 2147352576&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE: 131072&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 262144&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE: 64&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_LOCAL_MEM_SIZE: 32768&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PROFILING_TIMER_RESOLUTION: 410&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_IMAGE_SUPPORT: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_ERROR_CORRECTION_SUPPORT: 0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_HOST_UNIFIED_MEMORY: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_EXTENSIONS: cl_khr_icd cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_byte_addressable_store cl_khr_depth_images cl_khr_3d_image_writes cl_intel_exec_by_local_thread cl_khr_spir cl_khr_dx9_media_sharing cl_intel_dx9_media_sharing cl_khr_d3d11_sharing cl_khr_gl_sharing cl_khr_fp64&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_INT: 8&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG: 4&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT: 8&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE: 4&lt;/DIV&gt;

&lt;DIV&gt;CL_DEVICE_TYPE_GPU[0]&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NAME: Intel(R) HD Graphics 4600&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_AVAILABLE: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_VENDOR: Intel(R) Corporation&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PROFILE: FULL_PROFILE&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_VERSION: OpenCL 1.2&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DRIVER_VERSION: 20.19.15.4416&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_OPENCL_C_VERSION: OpenCL C 1.2&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_COMPUTE_UNITS: 20&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_CLOCK_FREQUENCY: 1150&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_WORK_GROUP_SIZE: 512&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_ADDRESS_BITS: 64&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MEM_BASE_ADDR_ALIGN: 1024&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_MEM_ALLOC_SIZE: 390280806&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_GLOBAL_MEM_SIZE: 1561123226&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE: 65536&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHE_SIZE: 262144&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHELINE_SIZE: 64&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_LOCAL_MEM_SIZE: 65536&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PROFILING_TIMER_RESOLUTION: 80&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_IMAGE_SUPPORT: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_ERROR_CORRECTION_SUPPORT: 0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_HOST_UNIFIED_MEMORY: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_EXTENSIONS: cl_intel_accelerator cl_intel_advanced_motion_estimation cl_intel_ctz cl_intel_d3d11_nv12_media_sharing cl_intel_dx9_media_sharing cl_intel_motion_estimation cl_intel_simultaneous_sharing cl_intel_subgroups cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_d3d10_sharing cl_khr_d3d11_sharing cl_khr_depth_images cl_khr_dx9_media_sharing cl_khr_gl_depth_images cl_khr_gl_event cl_khr_gl_msaa_sharing cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_gl_sharing cl_khr_icd cl_khr_image2d_from_buffer cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_khr_spir&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_INT: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_LONG: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_FLOAT: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_PREFERRED_VECTOR_WIDTH_DOUBLE: 0&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_INT: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_LONG: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_FLOAT: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp;&amp;nbsp; CL_DEVICE_NATIVE_VECTOR_WIDTH_DOUBLE: 0&lt;/DIV&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 07:24:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088174#M4834</guid>
      <dc:creator>benny_w_</dc:creator>
      <dc:date>2016-10-10T07:24:03Z</dc:date>
    </item>
    <item>
      <title>Thanks for checking.  A few</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088175#M4835</link>
      <description>&lt;P&gt;Thanks for checking. &amp;nbsp;A few more things to try:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;As a debugging experiment (not a permanent solution) disable the discrete GPU. &amp;nbsp;&lt;/LI&gt;
	&lt;LI&gt;Can you run sample_multi_transcode or sample_encode from the Media SDK samples? &amp;nbsp; These have an OpenCL option for a rotate filter and also demonstrate directX resource sharing.&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;Both may indicate a path forward. &amp;nbsp;If you can run with only Intel processor graphics there may be hope that updates to the OpenCL initialization for this example could help you get started. &amp;nbsp;If you can run the Media SDK samples these may be a better template until we can get some updated sharing examples published.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2016 15:58:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088175#M4835</guid>
      <dc:creator>Jeffrey_M_Intel1</dc:creator>
      <dc:date>2016-10-10T15:58:44Z</dc:date>
    </item>
    <item>
      <title>Thanks Jeffery,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088176#M4836</link>
      <description>&lt;P&gt;Thanks Jeffery,&lt;BR /&gt;
	Disable the discrete GPU, both samples run successfully!&lt;BR /&gt;
	But why?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Oct 2016 03:37:09 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088176#M4836</guid>
      <dc:creator>benny_w_</dc:creator>
      <dc:date>2016-10-11T03:37:09Z</dc:date>
    </item>
    <item>
      <title>The first thing to check is</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088177#M4837</link>
      <description>&lt;P&gt;The first thing to check is the initialization code. &amp;nbsp;As samples they are intended to be starting points without production-level "hardening". &amp;nbsp;There is a good chance that some improvements could be made for multi-GPU configurations.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2016 03:16:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Resource-Sharing-sample-crashed/m-p/1088177#M4837</guid>
      <dc:creator>Jeffrey_M_Intel1</dc:creator>
      <dc:date>2016-10-18T03:16:16Z</dc:date>
    </item>
  </channel>
</rss>

