Sign in
chromium
/
external
/
github.com
/
google
/
clspv
/
HEAD
/
.
/
test
/
UBO
/
bad_int_array.cl
blob: dbcd864df53507958c6e4df20c410e7362575c0a [
file
] [
log
] [
blame
]
//
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
}}