SWDEV-448163 - Fix Doxygen warnings

Change-Id: If72e312461a72920b6a482009c9aef4cf92f2e1b
This commit is contained in:
Branislav Brzak
2024-03-22 11:17:00 +01:00
committed by Branislav Brzak
parent 598fa2e8a5
commit 6c23e25c86
366 changed files with 1919 additions and 89 deletions
@@ -258,3 +258,8 @@ TEST_CASE("Unit_hipFuncSetAttribute_Positive_PreferredSharedMemoryCarveout_Not_S
REQUIRE(old_attributes.preferredShmemCarveout == new_attributes.preferredShmemCarveout);
}
/**
* End doxygen group ExecutionTest.
* @}
*/
@@ -103,3 +103,8 @@ TEST_CASE("Unit_hipFuncSetCacheConfig_Negative_Not_Supported") {
HIP_CHECK_ERROR(hipFuncSetCacheConfig(reinterpret_cast<void*>(kernel), hipFuncCachePreferNone),
hipErrorNotSupported);
}
/**
* End doxygen group ExecutionTest.
* @}
*/
@@ -104,3 +104,8 @@ TEST_CASE("Unit_hipFuncSetSharedMemConfig_Negative_Not_Supported") {
hipFuncSetSharedMemConfig(reinterpret_cast<void*>(kernel), hipSharedMemBankSizeDefault),
hipErrorNotSupported);
}
/**
* End doxygen group ExecutionTest.
* @}
*/