test migrated to new kernel OCL ABI

Change-Id: I2cc281316636f7b80dec2c2a78aade39a8ed168c


[ROCm/rocprofiler commit: 1769fea212]
Este commit está contenido en:
Evgeny
2018-05-03 14:42:12 -05:00
padre 42458339af
commit c937f585a1
Se han modificado 4 ficheros con 3 adiciones y 2 borrados
@@ -299,7 +299,7 @@ void SimpleConvolution::Init() {
mem_descr_t input_des = GetDescr(INPUT_BUF_ID);
mem_descr_t mask_des = GetDescr(MASK_BUF_ID);
mem_descr_t output_des = GetDescr(LOCAL_BUF_ID);
#if 0
#if 1
printf("kernarg_des %p 0x%x\n", kernarg_des.ptr, kernarg_des.size);
printf("input_des %p 0x%x\n", input_des.ptr, input_des.size);
printf("mask_des %p 0x%x\n", mask_des.ptr, mask_des.size);