/
redgpu
/
clspv
Обзор
Документация
Войти
/
redgpu
/
clspv
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
test/LongVectorLowering/Frontend/lowering_disabled_kernel_param_pointer.cl
7 строк
229 B
Marco Antognini
Lower kernel parameters (#694)
06 янв 2021, 17:39
Не верифицирован
06 янв 2021, 17:39
381943b
Код
Авторство
О чём код?
// RUN: clspv %s -verify // // Test that long-vector types are rejected when the support is not enabled. kernel void test(global float8* x) { // expected-error{{vectors with more than 4 elements are not supported}} (void)x; }