# AMD supports various components that can be enabled by setting the corresponding # INCLUDE_ to "yes". # Following is a list of that can be enabled if you want them to be # installed/available on your image. # Please change the required INCLUDE_ to "yes" before building an image, or # generating an ADE that can be used to develop apps for these components (if applicable): # # - VULKAN - Vulkan driver and Loader Layer. # It is required to run Vulkan based applications. Vulkan is a new generation graphics # and compute API that provides high-efficiency, cross-platform access to modern GPUs. # # - OPENCL - The Open Computing Language. # Framework for writing programs that execute across heterogeneous platforms consisting # of CPUs, GPUs, DSPs, FPGAs and other processors or hardware accelerators. # INCLUDE_VULKAN ??= "no" INCLUDE_OPENCL ??= "no"