/
redgpu
/
clspv
Обзор
Документация
Войти
/
redgpu
/
clspv
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
test/CPlusPlus/opsource.cl
8 строк
242 B
Kévin Petit
Add support for -cl-std option (#484)
07 янв 2020, 21:29
07 янв 2020, 21:29
f051571
Код
Авторство
О чём код?
// RUN: clspv -cl-std=CLC++ -inline-entry-points %s -o %t.spv // RUN: spirv-dis -o %t2.spvasm %t.spv // RUN: FileCheck %s < %t2.spvasm // RUN: spirv-val --target-env vulkan1.0 %t.spv // CHECK: OpSource OpenCL_CPP 100 void kernel test() {}