Sign in
chromium
/
external
/
github.com
/
google
/
clspv
/
refs/heads/main
/
.
/
test
/
PushConstant
/
arrays.cl
blob: 9097cdf5d2383df180292e61ab171e85e3c4dc06 [
file
] [
edit
]
//
RUN
:
clspv
%
s -verify -cluster-pod-kernel-args -pod-pushconstant -w
struct A
{
int a
[
4
]
;
}
;
kernel void foo
(
struct A a
)
{}
//
expected-error
{{
arrays are not supported in push constants currently
}}