/
redgpu
/
clspv
Обзор
Документация
Войти
/
redgpu
/
clspv
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
test/UBO/bad_int_array.cl
3 строки
239 B
Kévin Petit
Add support for warnings (#319)
02 апр 2019, 23:52
02 апр 2019, 23:52
6b07cbe
Код
Авторство
О чём код?
// RUN: clspv %s -w -constant-args-ubo -verify -inline-entry-points kernel void foo(__constant int* c) { } //expected-error{{clspv restriction: to satisfy UBO ArrayStride restrictions, element size must be a multiple of array alignment}}