summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunyan He <junyan.he@linux.intel.com>2015-09-06 18:45:15 +0800
committerYang Rong <rong.r.yang@intel.com>2015-09-07 12:40:18 +0800
commita0fdbcc9622ab3d5a2a5ca839cb0811b3378b174 (patch)
tree3e068a014e61cb6ad38c327fd787174d3dbe1c96
parent63ed825d8f75ddf74c18e82db61ad7fd0c2a1cc2 (diff)
downloadbeignet-a0fdbcc9622ab3d5a2a5ca839cb0811b3378b174.tar.gz
Utest: Add -cl-kernel-arg-info to the utest test_get_arg_info
Signed-off-by: Junyan He <junyan.he@linux.intel.com> Reviewed-by: "Yang, Rong R" <rong.r.yang@intel.com>
-rw-r--r--utests/get_arg_info.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/utests/get_arg_info.cpp b/utests/get_arg_info.cpp
index c1ea1ef0..effeb641 100644
--- a/utests/get_arg_info.cpp
+++ b/utests/get_arg_info.cpp
@@ -10,7 +10,7 @@ void test_get_arg_info(void)
char name[64];
// Setup kernel and buffers
- OCL_CREATE_KERNEL("test_get_arg_info");
+ OCL_CALL (cl_kernel_init, "test_get_arg_info.cl", "test_get_arg_info", SOURCE, "-cl-kernel-arg-info");
//Arg 0
ret = clGetKernelArgInfo(kernel, 0, CL_KERNEL_ARG_ADDRESS_QUALIFIER,