test migrated to new kernel OCL ABI

Change-Id: I2cc281316636f7b80dec2c2a78aade39a8ed168c
Tento commit je obsažen v:
Evgeny
2018-05-03 14:42:12 -05:00
rodič 9dec361cd4
revize 1769fea212
4 změnil soubory, kde provedl 3 přidání a 2 odebrání
+1 -1
Zobrazit soubor
@@ -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 )
Normální soubor → Spustitelný soubor
binární
Zobrazit soubor
Binární soubor nebyl zobrazen.
+1 -1
Zobrazit soubor
@@ -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);
+1
Zobrazit soubor
@@ -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