A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/KhronosGroup/OpenCL-SDK below:

GitHub - KhronosGroup/OpenCL-SDK: OpenCL SDK

OpenCLTM SDK (in development)

This is the Khronos OpenCL SDK. It brings together all the components needed to develop OpenCL applications:

It also contains resources useful to OpenCL developers:

In most cases, the following steps may be used to build the OpenCL SDK.

  1. Clone this repo and update submodules:

     git clone https://github.com/KhronosGroup/OpenCL-SDK.git
     git submodule init
     git submodule update
    
  2. Create a "build" directory:

  3. Generate build files inside of the "build" directory:

     cmake .. -DCMAKE_BUILD_TYPE=Release
    
  4. Build the OpenCL SDK and copy files to an "install" directory:

     cmake --build . --target install --config Release
    

    Or, build the OpenCL SDK using the generated build files directly.

To customize a build, the following CMake variables are supported. To specify one of these variables via the command line generator, use the CMake syntax -D<variable>=<value>. See your CMake documentation for more details.

Variable Type Description CMAKE_BUILD_TYPE STRING Specifies the build type. Does not affect multi-configuration generators, such as Visual Studio solution files. CMAKE_INSTALL_PREFIX PATH Install directory prefix. OPENCL_SDK_BUILD_UTILITY_LIBRARIES BOOL Enables building OpenCL SDK utility libraries. Default: TRUE OPENCL_SDK_BUILD_SAMPLES BOOL Enables building OpenCL SDK samples. Default: TRUE OPENCL_SDK_BUILD_OPENGL_SAMPLES BOOL Enables building OpenCL SDK samples that interoperate with OpenGL. Default: FALSE OPENCL_SDK_BUILD_VULKAN_SAMPLES BOOL Enables building OpenCL SDK samples that interoperate with Vulkan. Default: FALSE OPENCL_SDK_TEST_SAMPLES BOOL Enables a target to test the OpenCL SDK samples. Default: TRUE

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4