SWDEV-448163 - Fix Doxygen warnings
Change-Id: If72e312461a72920b6a482009c9aef4cf92f2e1b
[ROCm/hip-tests commit: 6c23e25c86]
这个提交包含在:
@@ -77,3 +77,8 @@ TEST_CASE("Unit_hipApiName_Negative_ReservedIds") {
|
||||
REQUIRE_THAT(hipApiName(std::numeric_limits<uint32_t>::min()), Catch::Equals(kUnknownApi));
|
||||
REQUIRE_THAT(hipApiName(std::numeric_limits<uint32_t>::max()), Catch::Equals(kUnknownApi));
|
||||
}
|
||||
|
||||
/**
|
||||
* End doxygen group CallbackTest.
|
||||
* @}
|
||||
*/
|
||||
|
||||
@@ -110,3 +110,8 @@ TEST_CASE("Unit_hipGetStreamDeviceId_Negative_Parameters") {
|
||||
StreamGuard stream_guard{Streams::nullstream};
|
||||
REQUIRE(hipGetStreamDeviceId(stream_guard.stream()) == id);
|
||||
}
|
||||
|
||||
/**
|
||||
* End doxygen group CallbackTest.
|
||||
* @}
|
||||
*/
|
||||
|
||||
@@ -69,3 +69,8 @@ TEST_CASE("Unit_hipKernelNameRef_Negative_Parameters") {
|
||||
hipFunction_t kernel_function{nullptr};
|
||||
REQUIRE(hipKernelNameRef(kernel_function) == nullptr);
|
||||
}
|
||||
|
||||
/**
|
||||
* End doxygen group CallbackTest.
|
||||
* @}
|
||||
*/
|
||||
|
||||
@@ -103,3 +103,8 @@ TEST_CASE("Unit_hipKernelNameRefByPtr_Negative_KernelNullptr") {
|
||||
REQUIRE(hipKernelNameRefByPtr(kernel_ptr, stream_guard.stream()) == nullptr);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* End doxygen group CallbackTest.
|
||||
* @}
|
||||
*/
|
||||
|
||||
在新工单中引用
屏蔽一个用户