/
redgpu
/
ispc
Обзор
Документация
Войти
/
redgpu
/
ispc
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
ispcrt/example_cmake/test_ispcrt.cpp
12 строк
236 B
Jan Zielinski
ispcrt: Initial multi-GPU support
27 фев 2021, 04:03
27 фев 2021, 04:03
0daa670
Код
Авторство
О чём код?
// Copyright 2020 Intel Corporation // SPDX-License-Identifier: BSD-3-Clause // ispcrt #include "ispcrt.h" int main() { ISPCRTDevice device = ispcrtGetDevice(ISPCRT_DEVICE_TYPE_AUTO, 0); ispcrtRelease(device); return 0; }