Add test fixture for set of simple kernels from simple_kernels.cl

Change-Id: I4e9bde6f1a72eb15c58d09a1ad24f98ccda5a08d
This commit is contained in:
Zdanowicz, Zbigniew
2018-10-23 15:49:00 -07:00
committed by sys_ocldev
parent d0298b7f32
commit 0a7c13f805
2 changed files with 61 additions and 1 deletions

View File

@@ -37,7 +37,7 @@ __kernel void simple_kernel_2(
__kernel void simple_kernel_3(
__global uint *dst) {
dst[get_local_id(0)] = 0;
dst[get_global_id(0)] = 0;
}
__kernel void simple_kernel_4() {