From: Pan Xiuli <[email protected]>
Signed-off-by: Pan Xiuli <[email protected]>
---
kernels/test_get_arg_info.cl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernels/test_get_arg_info.cl b/kernels/test_get_arg_info.cl
index ae08887..b9201a4 100644
--- a/kernels/test_get_arg_info.cl
+++ b/kernels/test_get_arg_info.cl
@@ -3,6 +3,6 @@ typedef struct _test_arg_struct {
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) {
+kernel void test_get_arg_info(global float const volatile *src, local int
*dst, test_arg_struct extra) {
}
--
2.7.4
_______________________________________________
Beignet mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/beignet