test migrated to new kernel OCL ABI
Change-Id: I2cc281316636f7b80dec2c2a78aade39a8ed168c
This commit is contained in:
Regular → Executable
BIN
Binary file not shown.
@@ -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);
|
||||
|
||||
@@ -64,6 +64,7 @@ class SimpleConvolution : public TestKernel {
|
||||
uint32_t arg41;
|
||||
uint32_t arg5;
|
||||
uint32_t arg51;
|
||||
uint64_t pad[6];
|
||||
};
|
||||
|
||||
// Reference CPU implementation of Simple Convolution
|
||||
|
||||
Reference in New Issue
Block a user