SWDEV-433563 - [catch2][dtest] Functional testcases for hipGetFuncBySymbol API
Change-Id: Ic1bcfe35d124da990e6f1868475ba2ed1752b1d5
This commit is contained in:
committed by
Rakesh Roy
parent
27d173286c
commit
73ccc66ca2
@@ -32,6 +32,7 @@ set(TEST_SRC
|
||||
hipModuleLaunchCooperativeKernel.cc
|
||||
hipModuleLaunchCooperativeKernelMultiDevice.cc
|
||||
hipFuncGetAttribute.cc
|
||||
hipGetFuncBySymbol.cc
|
||||
)
|
||||
|
||||
add_custom_command(OUTPUT ${CMAKE_CURRENT_BINARY_DIR}/get_function_module.code
|
||||
@@ -178,3 +179,6 @@ add_dependencies(build_tests copiousArgKernel.code copiousArgKernel0.code copiou
|
||||
copiousArgKernel3.code copiousArgKernel16.code copiousArgKernel17.code)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_executable(hipGetFuncBySymbol_exe EXCLUDE_FROM_ALL hipGetFuncBySymbol_exe.cc)
|
||||
add_dependencies(build_tests hipGetFuncBySymbol_exe)
|
||||
|
||||
Reference in New Issue
Block a user