/
redgpu
/
clspv
Обзор
Документация
Войти
/
redgpu
/
clspv
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
test/LongVectorLowering/Frontend/lowering_disabled_function_param_pointer.cl
6 строк
235 B
Marco Antognini
Introduce stubs for long-vector support (#638)
16 сен 2020, 20:48
Не верифицирован
16 сен 2020, 20:48
535998c
Код
Авторство
О чём код?
// RUN: clspv %s -verify // // Test that long-vector types are rejected when the support is not enabled. void test(float8 *x); void test(float8 *x) { (void)x; } // expected-error{{vectors with more than 4 elements are not supported}}