summaryrefslogtreecommitdiff
path: root/kernels/test_get_arg_info.cl
blob: 43a804bcad18def09f4d76e5210b78c045efc46c (plain)
1
2
3
4
5
6
7
8
typedef struct _test_arg_struct {
    int a;
    int b;
}test_arg_struct;

kernel void test_get_arg_info(read_only global float const volatile *src, read_write local int read_only *dst, test_arg_struct extra) {

}