Changes between Version 5 and Version 6 of ClrxWrapper


Ignore:
Timestamp:
01/29/16 18:00:22 (8 years ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ClrxWrapper

    v5 v6  
    1515</ul>
    1616<p>Before below steps, we recommend to make copy of <code>/etc/OpenCL/vendors</code> directory.</p>
     17<p>Installation on Windows:</p>
     18<ul>
     19<li>copy all CLRX libraries and CLRXWrapper into AMDAPP directory or OpenCL directory</li>
     20<li>run RegEdit and go to <code>HKEY_LOCAL_MACHINE\SOFTWARE\Khronos\OpenCL\Vendors\</code></li>
     21<li>remove <code>amdocl32.dll</code> or <code>amdocl64.dll</code> key</li>
     22<li>add a DWORD <code>CLRXWrapper.dll</code> key with value 0</li>
     23<li>additionally, set system environment variable to path to CLRX_AMDOCL_PATH dynamic library</li>
     24</ul>
     25<p>WARNING: CLRXWrapper has been tested under Linux. This part of CLRadeonExtender can behave
     26very unexpectedly under Windows.</p>
    1727<h3>Additional build options</h3>
    1828<ul>