test migrated to new kernel OCL ABI

Change-Id: I2cc281316636f7b80dec2c2a78aade39a8ed168c


[ROCm/rocprofiler commit: 1769fea212]
This commit is contained in:
Evgeny
2018-05-03 14:42:12 -05:00
parent 42458339af
commit c937f585a1
4 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -37,4 +37,4 @@ set ( TEST_LIB "tool" )
set ( TEST_LIB_SRC ${TEST_DIR}/ctrl/tool.cpp ${UTIL_SRC} )
add_library ( ${TEST_LIB} SHARED ${TEST_LIB_SRC} )
target_include_directories ( ${TEST_LIB} PRIVATE ${TEST_DIR} ${ROOT_DIR} ${HSA_RUNTIME_INC_PATH} )
target_link_libraries( ${TEST_LIB} ${ROCPROFILER_TARGET} ${HSA_RUNTIME_LIB} c stdc++ dl pthread rt atomic )
target_link_libraries ( ${TEST_LIB} ${ROCPROFILER_TARGET} ${HSA_RUNTIME_LIB} c stdc++ dl pthread rt atomic )
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