[wiki:ClrxToc Back to Table of content] {{{ #!html

CLRadeonExtender CLRXWrapper

CLRXWrapper embeds and integrates the assembler into AMD Catalyst OpenCL implementation. It make possible to call an assembler from OpenCL applications. Assembler will be called when special build options will be added: -xasm or -x asm.

Installation

By default, CLRXWrapper is not enabled. To enable CLRX wrapper few step should be done:

Before below steps, we recommend to make copy of /etc/OpenCL/vendors directory.

Installation on Windows:

WARNING: CLRXWrapper has been tested under Linux. This part of CLRadeonExtender can behave very unexpectedly under Windows.

Additional build options

Environment variables

Usage

Sample call: clBuildProgram(program, num_devices, devices, "-xasm", NULL, NULL);

}}}