EXSWHTEC-382 - Implement tests for Launch API functions #454

Change-Id: I0720758144e89adaa43bcbcc6262dbb16cd4e2be
This commit is contained in:
Mirza Halilčević
2023-12-28 19:32:13 +01:00
committed by Rakesh Roy
parent e0c3f64e78
commit 66e2885107
8 changed files with 249 additions and 23 deletions
@@ -4,6 +4,7 @@ set(TEST_SRC
hipFuncSetSharedMemConfig.cc
hipFuncSetAttribute.cc
hipFuncGetAttributes.cc
hipLaunchKernel.cc
hipLaunchCooperativeKernel.cc
hipLaunchCooperativeKernelMultiDevice.cc
)
@@ -12,6 +13,7 @@ if(HIP_PLATFORM MATCHES "amd")
set(TEST_SRC ${TEST_SRC}
hipExtLaunchKernel.cc
hipExtLaunchMultiKernelMultiDevice.cc
launch_api.cc
)
endif()