<?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 You may be seeing this due to in OpenCL* for CPU</title>
    <link>https://community.intel.com/t5/OpenCL-for-CPU/Entry-Point-Not-Found/m-p/1081889#M4661</link>
    <description>&lt;P&gt;You may be seeing this due to something not quite right in how your program is linking the OpenCL libraries, or there may be an issue with the path to the DLLs needed when run.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I was able to get this example to run by starting with a new "Empty OpenCL Project" and pasting in the hello.c and hello.cl code. &amp;nbsp;You can also start with a CodeBuilder Wizard project. &amp;nbsp;Are you able to get one of these to run on your system? &amp;nbsp;If yes, then your issue is probably project setup. &amp;nbsp;If no, does reinstall help?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CodeBuilderNewProj_0.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9006iF5A96AF082D4F0C1/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="CodeBuilderNewProj_0.png" alt="CodeBuilderNewProj_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Aug 2016 06:00:31 GMT</pubDate>
    <dc:creator>Jeffrey_M_Intel1</dc:creator>
    <dc:date>2016-08-05T06:00:31Z</dc:date>
    <item>
      <title>Entry Point Not Found</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Entry-Point-Not-Found/m-p/1081888#M4660</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Hi&lt;BR /&gt;
	So I was trying to do this code from&lt;BR /&gt;
	link : &lt;A href="https://www.fixstars.com/en/opencl/book/OpenCLProgrammingBook/first-opencl-program/"&gt;https://www.fixstars.com/en/opencl/book/OpenCLProgrammingBook/first-opencl-program/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	and I encounter some problem&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="Capture.PNG"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9005i684E31050923630A/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Output log&amp;nbsp;&lt;/P&gt;

&lt;PRE class="brush:bash;"&gt;'TrainOpenCL.exe' (Win32): Loaded 'C:\Users\Andre Ivan\Documents\Visual Studio 2013\Projects\TrainOpenCL\x64\Debug\TrainOpenCL.exe'. Symbols loaded.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\ntdll.dll'. Symbols loaded.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\kernel32.dll'. Symbols loaded.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\KernelBase.dll'. Symbols loaded.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\OpenCL.dll'. Cannot find or open the PDB file.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\msvcr120d.dll'. Symbols loaded.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\advapi32.dll'. Symbols loaded.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\msvcrt.dll'. Symbols loaded.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\sechost.dll'. Symbols loaded.
'TrainOpenCL.exe' (Win32): Loaded 'C:\Windows\System32\rpcrt4.dll'. Symbols loaded.
The thread 0x3938 has exited with code 0 (0x0).
The thread 0x372c has exited with code 0 (0x0).
First-chance exception at 0x00007FFC00CB4820 (ntdll.dll) in TrainOpenCL.exe: 0xC0000139: Entry Point Not Found.
The thread 0x3768 has exited with code -1073741511 (0xc0000139).
The program '[14172] TrainOpenCL.exe' has exited with code -1073741511 (0xc0000139) 'Entry Point Not Found'.&lt;/PRE&gt;

&lt;P&gt;I suspect something is wrong with my OpenCL.dll which cause error on clCreateCommandQueueWithProperties function. I am also confused even when I&amp;nbsp;change the function into clCreateCommandQueue&amp;nbsp;the same error also come out.&lt;/P&gt;

&lt;P&gt;&lt;BR /&gt;
	Thank you.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Aug 2016 14:18:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Entry-Point-Not-Found/m-p/1081888#M4660</guid>
      <dc:creator>andre_i_</dc:creator>
      <dc:date>2016-08-03T14:18:29Z</dc:date>
    </item>
    <item>
      <title>You may be seeing this due to</title>
      <link>https://community.intel.com/t5/OpenCL-for-CPU/Entry-Point-Not-Found/m-p/1081889#M4661</link>
      <description>&lt;P&gt;You may be seeing this due to something not quite right in how your program is linking the OpenCL libraries, or there may be an issue with the path to the DLLs needed when run.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I was able to get this example to run by starting with a new "Empty OpenCL Project" and pasting in the hello.c and hello.cl code. &amp;nbsp;You can also start with a CodeBuilder Wizard project. &amp;nbsp;Are you able to get one of these to run on your system? &amp;nbsp;If yes, then your issue is probably project setup. &amp;nbsp;If no, does reinstall help?&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="CodeBuilderNewProj_0.png"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/9006iF5A96AF082D4F0C1/image-size/large?v=v2&amp;amp;px=999&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="CodeBuilderNewProj_0.png" alt="CodeBuilderNewProj_0.png" /&gt;&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2016 06:00:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/OpenCL-for-CPU/Entry-Point-Not-Found/m-p/1081889#M4661</guid>
      <dc:creator>Jeffrey_M_Intel1</dc:creator>
      <dc:date>2016-08-05T06:00:31Z</dc:date>
    </item>
  </channel>
</rss>

