| //===- Auto-generated file, part of the LLVM/Offload project --------------===// |
| // |
| // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. |
| // See https://llvm.org/LICENSE.txt for license information. |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| // |
| //===----------------------------------------------------------------------===// |
| |
| #ifndef OFFLOAD_FUNC |
| #error Please define the macro OFFLOAD_FUNC(Function) |
| #endif |
| |
| OFFLOAD_FUNC(olInit) |
| OFFLOAD_FUNC(olShutDown) |
| OFFLOAD_FUNC(olGetPlatformInfo) |
| OFFLOAD_FUNC(olGetPlatformInfoSize) |
| OFFLOAD_FUNC(olIterateDevices) |
| OFFLOAD_FUNC(olGetDeviceInfo) |
| OFFLOAD_FUNC(olGetDeviceInfoSize) |
| OFFLOAD_FUNC(olMemAlloc) |
| OFFLOAD_FUNC(olMemFree) |
| OFFLOAD_FUNC(olMemcpy) |
| OFFLOAD_FUNC(olCreateQueue) |
| OFFLOAD_FUNC(olDestroyQueue) |
| OFFLOAD_FUNC(olWaitQueue) |
| OFFLOAD_FUNC(olDestroyEvent) |
| OFFLOAD_FUNC(olWaitEvent) |
| OFFLOAD_FUNC(olCreateProgram) |
| OFFLOAD_FUNC(olDestroyProgram) |
| OFFLOAD_FUNC(olGetKernel) |
| OFFLOAD_FUNC(olLaunchKernel) |
| OFFLOAD_FUNC(olInitWithCodeLoc) |
| OFFLOAD_FUNC(olShutDownWithCodeLoc) |
| OFFLOAD_FUNC(olGetPlatformInfoWithCodeLoc) |
| OFFLOAD_FUNC(olGetPlatformInfoSizeWithCodeLoc) |
| OFFLOAD_FUNC(olIterateDevicesWithCodeLoc) |
| OFFLOAD_FUNC(olGetDeviceInfoWithCodeLoc) |
| OFFLOAD_FUNC(olGetDeviceInfoSizeWithCodeLoc) |
| OFFLOAD_FUNC(olMemAllocWithCodeLoc) |
| OFFLOAD_FUNC(olMemFreeWithCodeLoc) |
| OFFLOAD_FUNC(olMemcpyWithCodeLoc) |
| OFFLOAD_FUNC(olCreateQueueWithCodeLoc) |
| OFFLOAD_FUNC(olDestroyQueueWithCodeLoc) |
| OFFLOAD_FUNC(olWaitQueueWithCodeLoc) |
| OFFLOAD_FUNC(olDestroyEventWithCodeLoc) |
| OFFLOAD_FUNC(olWaitEventWithCodeLoc) |
| OFFLOAD_FUNC(olCreateProgramWithCodeLoc) |
| OFFLOAD_FUNC(olDestroyProgramWithCodeLoc) |
| OFFLOAD_FUNC(olGetKernelWithCodeLoc) |
| OFFLOAD_FUNC(olLaunchKernelWithCodeLoc) |
| |
| #undef OFFLOAD_FUNC |