summaryrefslogtreecommitdiff
path: root/kernels/test_get_arg_info.cl
blob: b9201a4f5b3afab5ccc88d319f56e0422b027018 (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(global float const volatile *src, local int *dst, test_arg_struct extra) {

}