summaryrefslogtreecommitdiff
path: root/kernels/test_get_arg_info.cl
blob: ae088874b8c1e6793525134c3d7d96a7bcd372c9 (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 *dst, test_arg_struct extra) {

}