/
pccc
/
pccc-mlir
Обзор
Документация
Войти
/
pccc
/
pccc-mlir
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
offload/liboffload/API/OffloadAPI.td
21 строка
640 B
obitotsky
fork mlir
19 июл 2026, 07:05
Верифицирован
19 июл 2026, 07:05
6422b87
Код
Авторство
О чём код?
//===-- OffloadAPI.td - Root tablegen file for Offload -----*- tablegen -*-===// // // 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 // //===----------------------------------------------------------------------===// // Always include this file first include "APIDefs.td" // Add API definition files here include "Common.td" include "Platform.td" include "Device.td" include "Memory.td" include "Queue.td" include "Event.td" include "Program.td" include "Kernel.td" include "Symbol.td"