mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 16:45:25 +08:00
Add test fixture for set of simple kernels from simple_kernels.cl
Change-Id: I4e9bde6f1a72eb15c58d09a1ad24f98ccda5a08d
This commit is contained in:
committed by
sys_ocldev
parent
d0298b7f32
commit
0a7c13f805
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user