SWDEV-433563 - [catch2][dtest] Functional testcases for hipGetFuncBySymbol API

Change-Id: Ic1bcfe35d124da990e6f1868475ba2ed1752b1d5
This commit is contained in:
Rambabu Swargam
2024-03-21 16:40:27 +05:30
committed by Rakesh Roy
parent 27d173286c
commit 73ccc66ca2
3 changed files with 363 additions and 12 deletions
+4
View File
@@ -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)