<?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 Sure,  in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073152#M4512</link>
    <description>&lt;P&gt;Sure,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm running Ubuntu 16.04&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;The driver is Beignet 1.3.1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Would using the Intel SDK driver (rather than open source Beignet) be any help? When I installed the SDK it said that 16.04 was not supported, and I don't see the OpenCL 2.0 version of the library- only the 1.2 version.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Apr 2017 01:00:53 GMT</pubDate>
    <dc:creator>dgerz</dc:creator>
    <dc:date>2017-04-05T01:00:53Z</dc:date>
    <item>
      <title>OpenCL SVM Functionality on Core-i7-6700</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073150#M4510</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am using OpenCL 2.0 on a 6700 processor, and I am wondering why it does not support SVM Fine Grain Buffer, it says it only works with Course grain. Mainly I am looking for a way to have cross-device atomics which according to this article is not supported&amp;nbsp;https://software.intel.com/en-us/articles/opencl-20-shared-virtual-memory-overview&lt;/P&gt;

&lt;P&gt;Are there current devices that support Fine Grain Buffer and/or cross device atomics? Any suggestions on how to implement this?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 18:49:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073150#M4510</guid>
      <dc:creator>dgerz</dc:creator>
      <dc:date>2017-04-03T18:49:49Z</dc:date>
    </item>
    <item>
      <title>Can you say more about your</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073151#M4511</link>
      <description>&lt;P&gt;Can you say more about your environment?&amp;nbsp; What OS are you on, and what driver version are you using?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Apr 2017 23:31:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073151#M4511</guid>
      <dc:creator>Ben_A_Intel</dc:creator>
      <dc:date>2017-04-04T23:31:45Z</dc:date>
    </item>
    <item>
      <title>Sure, </title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073152#M4512</link>
      <description>&lt;P&gt;Sure,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I'm running Ubuntu 16.04&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;The driver is Beignet 1.3.1&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Would using the Intel SDK driver (rather than open source Beignet) be any help? When I installed the SDK it said that 16.04 was not supported, and I don't see the OpenCL 2.0 version of the library- only the 1.2 version.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Apr 2017 01:00:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073152#M4512</guid>
      <dc:creator>dgerz</dc:creator>
      <dc:date>2017-04-05T01:00:53Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...I don't see the OpenCL 2</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073153#M4513</link>
      <description>&amp;gt;&amp;gt;...I don't see the OpenCL 2.0 version of the library- only the 1.2 version...

The same happens on Windows platforms for another OpenCL vendors, like NVIDIA. Even if I have OpenCL dlls ( 32-bit and 64-bit ) version 2.0.4 when I check versions at run-time 1.2 is displayed:

...
  CL_DEVICE_VENDOR: 			NVIDIA Corporation
  CL_DRIVER_VERSION: 			378.66
  CL_DEVICE_VERSION: 			OpenCL 1.2 CUDA
  CL_DEVICE_OPENCL_C_VERSION: 		OpenCL C 1.2 
  CL_DEVICE_TYPE:			CL_DEVICE_TYPE_GPU
...

I think this is because 2.0 is still beta and not finalized yet.</description>
      <pubDate>Thu, 06 Apr 2017 22:50:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073153#M4513</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2017-04-06T22:50:10Z</dc:date>
    </item>
    <item>
      <title>Can you try the latest SRB4.1</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073154#M4514</link>
      <description>&lt;P&gt;Can you try the latest SRB4.1 Linux driver package from here?&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/articles/opencl-drivers" target="_blank"&gt;https://software.intel.com/en-us/articles/opencl-drivers&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This package supports OpenCL 2.0 and should report the fine grain SVM capability, including SVM atomics.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 03:37:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073154#M4514</guid>
      <dc:creator>Ben_A_Intel</dc:creator>
      <dc:date>2017-04-07T03:37:31Z</dc:date>
    </item>
    <item>
      <title>@Sergey: When you create the</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073155#M4515</link>
      <description>&lt;P&gt;@Sergey: When you create the context, are you setting the platform, device, and compiler versions to 2.0? (See below, OPENCL_VERSION_2_0 is 2.0f)&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;platformVersion(OPENCL_VERSION_2_0),&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;d&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;eviceVersion(OPENCL_VERSION_2_0),&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;compilerVersion(OPENCL_VERSION_2_0),&lt;/P&gt;

&lt;P&gt;@Ben&lt;/P&gt;

&lt;P&gt;I just installed it and tried. Ran ldd on my binary to make sure it was using the right library (it was). It successfully shows me I m using OCL2.0 but still no fine grain buffer. I'm thinking it is a HW limitation, perhaps the gfx on this chip just doesn't support fine grain sharing? Any other tricks you can think of to enable it?&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Dan Gerzhoy&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2017 17:19:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073155#M4515</guid>
      <dc:creator>dgerz</dc:creator>
      <dc:date>2017-04-07T17:19:15Z</dc:date>
    </item>
    <item>
      <title>Quote:daniel gerzhoy wrote:</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073156#M4516</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;daniel gerzhoy wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Any other tricks you can think of to enable it?&lt;/P&gt;

&lt;P&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Strange.&amp;nbsp; Would it be possible to attach run and attach the output from "clinfo"?&amp;nbsp; Or at the very least, could you please send what you're seeing for CL_DEVICE_NAME, CL_DEVICE_VENDOR, CL_DEVICE_VERSION, and CL_DRIVER_VERSION when the device is only reporting coarse grain system SVM?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 23:11:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073156#M4516</guid>
      <dc:creator>Ben_A_Intel</dc:creator>
      <dc:date>2017-04-10T23:11:07Z</dc:date>
    </item>
    <item>
      <title>Sorry for the delay. Here is</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073157#M4517</link>
      <description>&lt;P&gt;Sorry for the delay. Here is the output of my Device info function. The SVM stuff is at the very bottom. I print out the map itself, as well as the values of each of the different definitions, then the result itself. (The map &amp;amp; the definition)&lt;/P&gt;

&lt;P&gt;Here is the code just in case:&lt;/P&gt;

&lt;PRE class="brush:cpp;"&gt;info = CL_DEVICE_SVM_CAPABILITIES;

	err = clGetDeviceInfo(device, info, sizeof(ret_svm_cap), &amp;amp;ret_svm_cap, NULL);

	CHECK_ERRORS(err);
		printf("map :%X\n",ret_svm_cap);
		printf("Course :%X\n",CL_DEVICE_SVM_COARSE_GRAIN_BUFFER);
		printf("FINE :%X\n",CL_DEVICE_SVM_FINE_GRAIN_BUFFER);
		printf("SYS :%X\n",CL_DEVICE_SVM_FINE_GRAIN_SYSTEM);
		printf("ATOM :%X\n",CL_DEVICE_SVM_ATOMICS);
		if(ret_svm_cap &amp;amp; CL_DEVICE_SVM_COARSE_GRAIN_BUFFER){
			ret_CharP = "CL_DEVICE_SVM_COARSE_GRAIN_BUFFER";
			LogInfo("\t CL_DEVICE_SVM_CAPABILITIES returns: %s\n", ret_CharP);
		}
		if(ret_svm_cap &amp;amp; CL_DEVICE_SVM_FINE_GRAIN_BUFFER){
			ret_CharP = "CL_DEVICE_SVM_FINE_GRAIN_BUFFER";
			LogInfo("\t CL_DEVICE_SVM_CAPABILITIES returns: %s\n", ret_CharP);
		}
		if(ret_svm_cap &amp;amp; CL_DEVICE_SVM_FINE_GRAIN_SYSTEM){
			ret_CharP = "CL_DEVICE_SVM_FINE_GRAIN_SYSTEM";
			LogInfo("\t CL_DEVICE_SVM_CAPABILITIES returns: %s\n", ret_CharP);
		}
		if(ret_svm_cap &amp;amp; CL_DEVICE_SVM_ATOMICS){
			ret_CharP = "CL_DEVICE_SVM_ATOMICS";
			LogInfo("\t CL_DEVICE_SVM_CAPABILITIES returns: %s\n", ret_CharP);
		} 
&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Printing Device info-------------------&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_ADDRESS_BITS returns: 32&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_COMPUTE_UNITS returns: 24&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_WORK_GROUP_SIZE returns: 512&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_WORK_ITEM_DIMENSIONS returns: 3&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_WORK_ITEM_SIZES 0 returns: 512&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_WORK_ITEM_SIZES 1 returns: 512&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_WORK_ITEM_SIZES 2 returns: 512&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_DOUBLE_FP_CONFIG returns: 0l&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_EXTENSIONS returns: cl_khr_global_int32_base_atomics&lt;BR /&gt;
	cl_khr_global_int32_extended_atomics&lt;BR /&gt;
	cl_khr_local_int32_base_atomics&lt;BR /&gt;
	cl_khr_local_int32_extended_atomics&lt;BR /&gt;
	cl_khr_byte_addressable_store&lt;BR /&gt;
	cl_khr_3d_image_writes&lt;BR /&gt;
	cl_khr_image2d_from_buffer&lt;BR /&gt;
	cl_khr_depth_images&lt;BR /&gt;
	cl_khr_spir&lt;BR /&gt;
	cl_khr_icd&lt;BR /&gt;
	cl_intel_accelerator&lt;BR /&gt;
	cl_intel_subgroups&lt;BR /&gt;
	cl_intel_subgroups_short&lt;BR /&gt;
	cl_khr_fp16&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_CONSTANT_ARGS returns: 8&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_CONSTANT_BUFFER_SIZE returns: 134217728&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_GLOBAL_MEM_CACHE_SIZE returns: 8192&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_GLOBAL_MEM_SIZE returns: 4294967296&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_ON_DEVICE_QUEUES returns: 1&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_MAX_ON_DEVICE_EVENTS returns: 1024&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_QUEUE_ON_HOST_PROPERTIES &amp;nbsp;returns:&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;CL_QUEUE_PROFILING_ENABLE&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_QUEUE_ON_DEVICE_PROPERTIES returns:&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_QUEUE_OUT_OF_ORDER_EXEC_MODE_ENABLE&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_QUEUE_PROFILING_ENABLE&amp;nbsp;&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_QUEUE_ON_DEVICE_MAX_SIZE returns: 262144&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_QUEUE_ON_DEVICE_PREFERRED_SIZE returns: 16384&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_VERSION returns: OpenCL 2.0 beignet 1.3&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DRIVER_VERSION returns: 1.3&lt;BR /&gt;
	&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_OPENCL_C_VERSION returns: OpenCL C 2.0 beignet 1.3&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;map :1&lt;/SPAN&gt;&lt;BR style="font-size: 13.008px;" /&gt;
	&lt;SPAN style="font-size: 13.008px;"&gt;Course :1&lt;/SPAN&gt;&lt;BR style="font-size: 13.008px;" /&gt;
	&lt;SPAN style="font-size: 13.008px;"&gt;FINE :2&lt;/SPAN&gt;&lt;BR style="font-size: 13.008px;" /&gt;
	&lt;SPAN style="font-size: 13.008px;"&gt;SYS :4&lt;/SPAN&gt;&lt;BR style="font-size: 13.008px;" /&gt;
	&lt;SPAN style="font-size: 13.008px;"&gt;ATOM :8&lt;/SPAN&gt;&lt;BR style="font-size: 13.008px;" /&gt;
	&lt;SPAN style="font-size: 13.008px;"&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; CL_DEVICE_SVM_CAPABILITIES returns: CL_DEVICE_SVM_COARSE_GRAIN_BUFFER&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 14:12:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073157#M4517</guid>
      <dc:creator>dgerz</dc:creator>
      <dc:date>2017-04-14T14:12:18Z</dc:date>
    </item>
    <item>
      <title>Got it - this is the key:</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073158#M4518</link>
      <description>&lt;P&gt;Got it - this is the key:&lt;/P&gt;

&lt;BLOCKQUOTE&gt;
	&lt;P&gt;CL_DEVICE_VERSION returns: OpenCL 2.0 beignet 1.3&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;

&lt;P&gt;Looks like you're still finding the Beignet implementation, not the SRB4.1 implementation.&lt;/P&gt;

&lt;P&gt;Do you have both implementations installed?&amp;nbsp; If so, do you see that both Intel platforms are enumerating, and are you sure you're picking the right one?&lt;/P&gt;

&lt;P&gt;You may find it helpful to temporarily disable Beignet by editing the contents of /etc/OpenCL/vendors while debugging - just remember to re-enable it when you're done!&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 00:31:02 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073158#M4518</guid>
      <dc:creator>Ben_A_Intel</dc:creator>
      <dc:date>2017-04-15T00:31:02Z</dc:date>
    </item>
    <item>
      <title>Ops, I have a similar</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073159#M4519</link>
      <description>&lt;P&gt;Ops, I have a similar question about OpenCL SVM support...&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;I am currently using i7-6700 core (with coarse-grain SVM). I want to know what kinds of device support fine-grain and the system SVM.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;I am looking for the device supporting system SVM.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Thanks,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Apr 2017 16:39:03 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073159#M4519</guid>
      <dc:creator>minjun_w_</dc:creator>
      <dc:date>2017-04-15T16:39:03Z</dc:date>
    </item>
    <item>
      <title>Ben,</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073160#M4520</link>
      <description>&lt;P&gt;Ben,&lt;/P&gt;

&lt;P&gt;I looked and it was using the first Platform it was seeing "Intel Gen OCL Driver" which presumably is beignet.&lt;/P&gt;

&lt;P&gt;However, when I make it use the other available Platform "Intel(R) OpenCL" I get CL_DEVICE_NOT_FOUND when i run a clGetDeviceIDs() on this platform.&lt;/P&gt;

&lt;P&gt;If i switch the device type to CPU however, it works. But I need to be running on the GPU.&lt;/P&gt;

&lt;P&gt;As for editing the /etc/OpenCL/vendors folder. How is that done exactly? I basically just renamed the intel-beignet.icd and&amp;nbsp;&lt;SPAN style="font-size: 13.008px;"&gt;intel-beignet-x86_64-linux-gnu.icd files to &amp;lt;their_name&amp;gt;.icd.bak&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 13.008px;"&gt;Seemed to work, only one platform showed up when I ran my program, but this method seems a little unclean.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;According to Intel_SDK_for_OpenCL_2016_r3_release_notes.pdf (Page 11) The target application Platform for my 6th gen device is Ubuntu 14.04 GPU&amp;nbsp;&lt;STRONG&gt;(w/ generic drive)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;(I am using 16.04, if that makes any difference). But it seems to imply the regular version of the driver does not work.)&lt;/P&gt;

&lt;P&gt;Page 12 specifies that I need to have an OpenCL graphics driver, but I was under the impression that I do have that driver. I will look into this further.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Mon, 17 Apr 2017 16:34:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/OpenCL-SVM-Functionality-on-Core-i7-6700/m-p/1073160#M4520</guid>
      <dc:creator>dgerz</dc:creator>
      <dc:date>2017-04-17T16:34:00Z</dc:date>
    </item>
  </channel>
</rss>

