brintos

brintos / llvm-project-archived public Read only

0
0
Text · 640 B · 1b78edf Raw
22 lines · plain
1//===-- OffloadAPI.td - Root tablegen file for Offload -----*- tablegen -*-===//2//3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4// See https://llvm.org/LICENSE.txt for license information.5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6//7//===----------------------------------------------------------------------===//8 9// Always include this file first10include "APIDefs.td"11 12// Add API definition files here13include "Common.td"14include "Platform.td"15include "Device.td"16include "Memory.td"17include "Queue.td"18include "Event.td"19include "Program.td"20include "Kernel.td"21include "Symbol.td"22