Sign in
chromium
/
external
/
github.com
/
google
/
clspv
/
HEAD
/
.
/
test
/
UBO
/
relaxed_int_array.cl
blob: 399c15b871e4f99b58492b56615616d30f0ac259 [
file
]
//
RUN
:
clspv
%
s -w -constant-args-ubo -verify -inline-entry-points -relaxed-ubo-layout
//
With -relaxed-ubo-layout specified
,
the
ArrayStride restriction is not checked
.
//
expected-no-diagnostics
kernel void foo
(
__constant int
*
c
)
{
}