| //===-- UndefineLanguageNames.inc - Kernel language API name undefines ----===// |
| // |
| // 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 |
| // |
| //===----------------------------------------------------------------------===// |
| |
| #undef Error_t |
| #undef DeviceProp_t |
| #undef Malloc |
| #undef Free |
| #undef Memcpy |
| #undef DeviceSynchronize |
| #undef Success |
| #undef ErrorInvalidValue |
| #undef ErrorInvalidDevice |
| #undef ErrorUnknown |
| #undef ErrorInvalidResourceHandle |
| #undef ErrorInvalidConfiguration |
| #undef GetErrorName |
| #undef GetErrorString |
| #undef GetLastError |
| #undef PeekAtLastError |
| #undef MemcpyKind |
| #undef MemcpyHostToHost |
| #undef MemcpyHostToDevice |
| #undef MemcpyDeviceToHost |
| #undef MemcpyDeviceToDevice |
| #undef MemcpyDefault |
| #undef GetDevice |
| #undef GetDeviceCount |
| #undef SetDevice |
| #undef HostAlloc |
| #undef HostAllocDefault |
| #undef HostAllocPortable |
| #undef HostAllocMapped |
| #undef HostAllocWriteCombined |
| #undef MallocHost |
| #undef FreeHost |
| #undef GetDeviceProperties |
| #undef Stream_t |
| #undef StreamDefault |
| #undef StreamNonBlocking |
| #undef StreamCreate |
| #undef StreamCreateWithFlags |
| #undef StreamDestroy |
| #undef StreamSynchronize |