diff --git a/projects/hip-tests/catch/performance/event/hipEventCreate.cc b/projects/hip-tests/catch/performance/event/hipEventCreate.cc index 5af6214c6a..98c761d1ef 100644 --- a/projects/hip-tests/catch/performance/event/hipEventCreate.cc +++ b/projects/hip-tests/catch/performance/event/hipEventCreate.cc @@ -53,4 +53,9 @@ class HipEventCreateBenchmark : public Benchmark { TEST_CASE("Performance_hipEventCreate") { HipEventCreateBenchmark benchmark; benchmark.Run(); -} \ No newline at end of file +} + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/event/hipEventCreateWithFlags.cc b/projects/hip-tests/catch/performance/event/hipEventCreateWithFlags.cc index f69c5bed76..ed13b242cf 100644 --- a/projects/hip-tests/catch/performance/event/hipEventCreateWithFlags.cc +++ b/projects/hip-tests/catch/performance/event/hipEventCreateWithFlags.cc @@ -80,4 +80,9 @@ TEST_CASE("Performance_hipEventCreateWithFlags") { hipEventDefault, hipEventBlockingSync, hipEventDisableTiming /*, hipEventInterprocess disabled until fixed (EXSWHTEC-25) */); RunBenchmark(flag); -} \ No newline at end of file +} + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemset.cc b/projects/hip-tests/catch/performance/memset/hipMemset.cc index 0063eeca51..446f6ce2b4 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemset.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemset.cc @@ -76,4 +76,9 @@ TEST_CASE("Performance_hipMemset") { const auto allocation_type = GENERATE(LinearAllocs::hipMalloc, LinearAllocs::hipHostMalloc, LinearAllocs::hipMallocManaged); RunBenchmark(allocation_type, size); -} \ No newline at end of file +} + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemset2D.cc b/projects/hip-tests/catch/performance/memset/hipMemset2D.cc index 0bd3ffa6a4..e69e6f9fa8 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemset2D.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemset2D.cc @@ -70,3 +70,8 @@ TEST_CASE("Performance_hipMemset2D") { const auto width = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(width, 32); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemset2DAsync.cc b/projects/hip-tests/catch/performance/memset/hipMemset2DAsync.cc index 79f0e72840..177491e58b 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemset2DAsync.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemset2DAsync.cc @@ -73,3 +73,8 @@ TEST_CASE("Performance_hipMemset2DAsync") { const auto width = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(width, 32); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemset3D.cc b/projects/hip-tests/catch/performance/memset/hipMemset3D.cc index 696b0743ff..6cc946de62 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemset3D.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemset3D.cc @@ -71,3 +71,8 @@ TEST_CASE("Performance_hipMemset3D") { const auto width = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(width, 16, 4); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemset3DAsync.cc b/projects/hip-tests/catch/performance/memset/hipMemset3DAsync.cc index 13dd1bc8be..a17c954a10 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemset3DAsync.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemset3DAsync.cc @@ -73,3 +73,8 @@ TEST_CASE("Performance_hipMemset3DAsync") { const auto width = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(width, 16, 4); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemsetAsync.cc b/projects/hip-tests/catch/performance/memset/hipMemsetAsync.cc index ec82b27887..7aa7765c9c 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemsetAsync.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemsetAsync.cc @@ -79,3 +79,8 @@ TEST_CASE("Performance_hipMemsetAsync") { LinearAllocs::hipMallocManaged); RunBenchmark(allocation_type, size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemsetD16.cc b/projects/hip-tests/catch/performance/memset/hipMemsetD16.cc index 1f0e50cc6a..6388a2e032 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemsetD16.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemsetD16.cc @@ -78,3 +78,8 @@ TEST_CASE("Performance_hipMemsetD16") { LinearAllocs::hipMallocManaged); RunBenchmark(allocation_type, size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemsetD16Async.cc b/projects/hip-tests/catch/performance/memset/hipMemsetD16Async.cc index 24aa103218..ee6f6e39fb 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemsetD16Async.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemsetD16Async.cc @@ -80,3 +80,8 @@ TEST_CASE("Performance_hipMemsetD16Async") { LinearAllocs::hipMallocManaged); RunBenchmark(allocation_type, size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemsetD32.cc b/projects/hip-tests/catch/performance/memset/hipMemsetD32.cc index c64573a54e..12a325afe8 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemsetD32.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemsetD32.cc @@ -78,3 +78,8 @@ TEST_CASE("Performance_hipMemsetD32") { LinearAllocs::hipMallocManaged); RunBenchmark(allocation_type, size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemsetD32Async.cc b/projects/hip-tests/catch/performance/memset/hipMemsetD32Async.cc index d755bee5b0..e097fe1772 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemsetD32Async.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemsetD32Async.cc @@ -80,3 +80,8 @@ TEST_CASE("Performance_hipMemsetD32Async") { LinearAllocs::hipMallocManaged); RunBenchmark(allocation_type, size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemsetD8.cc b/projects/hip-tests/catch/performance/memset/hipMemsetD8.cc index b05a30d11a..2fd035f078 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemsetD8.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemsetD8.cc @@ -78,3 +78,8 @@ TEST_CASE("Performance_hipMemsetD8") { LinearAllocs::hipMallocManaged); RunBenchmark(allocation_type, size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/memset/hipMemsetD8Async.cc b/projects/hip-tests/catch/performance/memset/hipMemsetD8Async.cc index 73d734530b..2120bc38a6 100644 --- a/projects/hip-tests/catch/performance/memset/hipMemsetD8Async.cc +++ b/projects/hip-tests/catch/performance/memset/hipMemsetD8Async.cc @@ -80,3 +80,8 @@ TEST_CASE("Performance_hipMemsetD8Async") { LinearAllocs::hipMallocManaged); RunBenchmark(allocation_type, size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipExtStreamCreateWithCUMask.cc b/projects/hip-tests/catch/performance/stream/hipExtStreamCreateWithCUMask.cc index f09ae8e976..c502e40f0b 100644 --- a/projects/hip-tests/catch/performance/stream/hipExtStreamCreateWithCUMask.cc +++ b/projects/hip-tests/catch/performance/stream/hipExtStreamCreateWithCUMask.cc @@ -63,3 +63,8 @@ static void RunBenchmark() { TEST_CASE("Performance_hipExtStreamCreateWithCUMask") { RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipExtStreamGetCUMask.cc b/projects/hip-tests/catch/performance/stream/hipExtStreamGetCUMask.cc index 1dd06aaed6..843f11e86a 100644 --- a/projects/hip-tests/catch/performance/stream/hipExtStreamGetCUMask.cc +++ b/projects/hip-tests/catch/performance/stream/hipExtStreamGetCUMask.cc @@ -65,3 +65,8 @@ static void RunBenchmark() { TEST_CASE("Performance_hipExtStreamGetCUMask") { RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipFreeAsync.cc b/projects/hip-tests/catch/performance/stream/hipFreeAsync.cc index 0e21ac4b2a..1537b40ffb 100644 --- a/projects/hip-tests/catch/performance/stream/hipFreeAsync.cc +++ b/projects/hip-tests/catch/performance/stream/hipFreeAsync.cc @@ -67,3 +67,8 @@ TEST_CASE("Performance_hipFreeAsync") { size_t array_size = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(array_size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMallocAsync.cc b/projects/hip-tests/catch/performance/stream/hipMallocAsync.cc index 8bae9e0bfe..9492967a4c 100644 --- a/projects/hip-tests/catch/performance/stream/hipMallocAsync.cc +++ b/projects/hip-tests/catch/performance/stream/hipMallocAsync.cc @@ -66,3 +66,8 @@ TEST_CASE("Performance_hipMallocAsync") { size_t array_size = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(array_size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMallocFromPoolAsync.cc b/projects/hip-tests/catch/performance/stream/hipMallocFromPoolAsync.cc index a0de4bf908..4eb0217efb 100644 --- a/projects/hip-tests/catch/performance/stream/hipMallocFromPoolAsync.cc +++ b/projects/hip-tests/catch/performance/stream/hipMallocFromPoolAsync.cc @@ -80,3 +80,8 @@ TEST_CASE("Performance_hipMallocFromPoolAsync") { size_t array_size = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(array_size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolCreate.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolCreate.cc index 3e616b1991..a4f6bbbab1 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolCreate.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolCreate.cc @@ -69,3 +69,8 @@ TEST_CASE("Performance_hipMemPoolCreate") { } RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolDestroy.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolDestroy.cc index 0276ccc962..e2919e7d1c 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolDestroy.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolDestroy.cc @@ -68,3 +68,8 @@ TEST_CASE("Performance_hipMemPoolDestroy") { } RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolExportPointer.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolExportPointer.cc index 10960706d0..f971109e46 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolExportPointer.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolExportPointer.cc @@ -82,3 +82,8 @@ TEST_CASE("Performance_hipMemPoolExportPointer") { size_t array_size = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(array_size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolExportToShareableHandle.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolExportToShareableHandle.cc index 9e93751403..da906fef4f 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolExportToShareableHandle.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolExportToShareableHandle.cc @@ -72,3 +72,8 @@ TEST_CASE("Performance_hipMemPoolExportToShareableHandle") { } RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolGetAccess.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolGetAccess.cc index c30b45acb6..df3825e642 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolGetAccess.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolGetAccess.cc @@ -74,3 +74,8 @@ TEST_CASE("Performance_hipMemPoolGetAccess") { } RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolGetAttribute.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolGetAttribute.cc index d034fac57c..12fa8c5866 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolGetAttribute.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolGetAttribute.cc @@ -81,3 +81,8 @@ TEST_CASE("Performance_hipMemPoolGetAttribute") { hipMemPoolReuseAllowInternalDependencies); RunBenchmark(attribute); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc index 180efbf3de..d20f14304b 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolImportFromShareableHandle.cc @@ -78,3 +78,8 @@ TEST_CASE("Performance_hipMemPoolImportFromShareableHandle") { } RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolImportPointer.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolImportPointer.cc index 84f7f241e4..24bfddc350 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolImportPointer.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolImportPointer.cc @@ -85,3 +85,8 @@ TEST_CASE("Performance_hipMemPoolImportPointer") { size_t array_size = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(array_size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolSetAccess.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolSetAccess.cc index 7eadcb4568..b094be95a8 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolSetAccess.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolSetAccess.cc @@ -77,3 +77,8 @@ TEST_CASE("Performance_hipMemPoolSetAccess") { } RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolSetAttribute.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolSetAttribute.cc index dbdc2ca152..feb3931ce9 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolSetAttribute.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolSetAttribute.cc @@ -81,3 +81,8 @@ TEST_CASE("Performance_hipMemPoolSetAttribute") { hipMemPoolReuseAllowInternalDependencies); RunBenchmark(attribute); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipMemPoolTrimTo.cc b/projects/hip-tests/catch/performance/stream/hipMemPoolTrimTo.cc index e3fc5b6efb..48c6b45cd2 100644 --- a/projects/hip-tests/catch/performance/stream/hipMemPoolTrimTo.cc +++ b/projects/hip-tests/catch/performance/stream/hipMemPoolTrimTo.cc @@ -75,3 +75,8 @@ TEST_CASE("Performance_hipMemPoolTrimTo") { size_t min_bytes_to_hold = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(min_bytes_to_hold); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipStreamAddCallback.cc b/projects/hip-tests/catch/performance/stream/hipStreamAddCallback.cc index 771d0ee43e..7215afaa92 100644 --- a/projects/hip-tests/catch/performance/stream/hipStreamAddCallback.cc +++ b/projects/hip-tests/catch/performance/stream/hipStreamAddCallback.cc @@ -59,3 +59,8 @@ static void RunBenchmark() { TEST_CASE("Performance_hipStreamAddCallback") { RunBenchmark(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipStreamBasic.cc b/projects/hip-tests/catch/performance/stream/hipStreamBasic.cc index ffa95b00d7..c7cd8339fe 100644 --- a/projects/hip-tests/catch/performance/stream/hipStreamBasic.cc +++ b/projects/hip-tests/catch/performance/stream/hipStreamBasic.cc @@ -267,3 +267,8 @@ TEST_CASE("Performance_hipStreamSynchronize") { HipStreamSynchronizeBenchmark benchmark; benchmark.Run(); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipStreamGetFlags.cc b/projects/hip-tests/catch/performance/stream/hipStreamGetFlags.cc index ffead22f39..220743c9d9 100644 --- a/projects/hip-tests/catch/performance/stream/hipStreamGetFlags.cc +++ b/projects/hip-tests/catch/performance/stream/hipStreamGetFlags.cc @@ -73,3 +73,8 @@ TEST_CASE("Performance_hipStreamGetFlags") { unsigned int expected_flag = GENERATE(hipStreamDefault, hipStreamNonBlocking); RunBenchmark(expected_flag); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipStreamGetPriority.cc b/projects/hip-tests/catch/performance/stream/hipStreamGetPriority.cc index 993471a251..4367bf07e7 100644 --- a/projects/hip-tests/catch/performance/stream/hipStreamGetPriority.cc +++ b/projects/hip-tests/catch/performance/stream/hipStreamGetPriority.cc @@ -71,4 +71,9 @@ static void RunBenchmark(Streams stream_type) { TEST_CASE("Performance_hipStreamGetPriority") { Streams stream_type = GENERATE(Streams::nullstream, Streams::created); RunBenchmark(stream_type); -} \ No newline at end of file +} + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipStreamWaitEvent.cc b/projects/hip-tests/catch/performance/stream/hipStreamWaitEvent.cc index 6810b5b619..b8d06c97d3 100644 --- a/projects/hip-tests/catch/performance/stream/hipStreamWaitEvent.cc +++ b/projects/hip-tests/catch/performance/stream/hipStreamWaitEvent.cc @@ -78,3 +78,8 @@ TEST_CASE("Performance_hipStreamWaitEvent") { Streams stream_type = GENERATE(Streams::nullstream, Streams::created); RunBenchmark(stream_type); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipStreamWaitValue.cc b/projects/hip-tests/catch/performance/stream/hipStreamWaitValue.cc index 5d140d01fb..fb18829e48 100644 --- a/projects/hip-tests/catch/performance/stream/hipStreamWaitValue.cc +++ b/projects/hip-tests/catch/performance/stream/hipStreamWaitValue.cc @@ -170,3 +170,8 @@ TEST_CASE("Performance_hipStreamWaitValue64") { hipStreamWaitValueNor); RunBenchmark(array_size, flag); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/performance/stream/hipStreamWriteValue.cc b/projects/hip-tests/catch/performance/stream/hipStreamWriteValue.cc index 0fb1060be7..7dfead8010 100644 --- a/projects/hip-tests/catch/performance/stream/hipStreamWriteValue.cc +++ b/projects/hip-tests/catch/performance/stream/hipStreamWriteValue.cc @@ -121,3 +121,8 @@ TEST_CASE("Performance_hipStreamWriteValue64") { size_t array_size = GENERATE(4_KB, 4_MB, 16_MB); RunBenchmark(array_size); } + +/** +* End doxygen group PerformanceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/compute/hipPerfDotProduct.cc b/projects/hip-tests/catch/perftests/compute/hipPerfDotProduct.cc index 761adc92c4..f29f605478 100644 --- a/projects/hip-tests/catch/perftests/compute/hipPerfDotProduct.cc +++ b/projects/hip-tests/catch/perftests/compute/hipPerfDotProduct.cc @@ -365,3 +365,8 @@ TEST_CASE("Perf_hipPerfDotProduct") { HIP_CHECK(hipFree(workspace)); } } + +/** +* End doxygen group perfComputeTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/compute/hipPerfMandelbrot.cc b/projects/hip-tests/catch/perftests/compute/hipPerfMandelbrot.cc index 9c4b3a7a14..53e4f750d7 100644 --- a/projects/hip-tests/catch/perftests/compute/hipPerfMandelbrot.cc +++ b/projects/hip-tests/catch/perftests/compute/hipPerfMandelbrot.cc @@ -657,3 +657,8 @@ TEST_CASE("Perf_hipPerfMandelbrot") { mandelbrotCompute.printResults(); } } + +/** +* End doxygen group perfComputeTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/dispatch/hipPerfDispatchSpeed.cc b/projects/hip-tests/catch/perftests/dispatch/hipPerfDispatchSpeed.cc index a55aa27a49..671cb9a1f0 100644 --- a/projects/hip-tests/catch/perftests/dispatch/hipPerfDispatchSpeed.cc +++ b/projects/hip-tests/catch/perftests/dispatch/hipPerfDispatchSpeed.cc @@ -194,3 +194,8 @@ TEST_CASE("Perf_hipPerfDispatchSpeed") { } HIP_CHECK(hipFree(srcBuffer)); } + +/** +* End doxygen group perfDispatchTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopyRectSpeed.cc b/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopyRectSpeed.cc index 55addfeb61..5fc601b141 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopyRectSpeed.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopyRectSpeed.cc @@ -240,3 +240,8 @@ TEST_CASE("Perf_hipPerfBufferCopyRectSpeed_test") { REQUIRE(true == hipPerfBufferCopyRectSpeed_test(1)); } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeed.cc b/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeed.cc index c64776e210..3a30b25016 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeed.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeed.cc @@ -256,3 +256,8 @@ TEST_CASE("Perf_hipPerfBufferCopySpeed_test") { REQUIRE(true == hipPerfBufferCopySpeed_test(1)); } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeedAll2All.cc b/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeedAll2All.cc index 6455f2f395..b32c3265a0 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeedAll2All.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeedAll2All.cc @@ -396,4 +396,9 @@ TEST_CASE("Perf_PerfBufferCopySpeedAll2One_test - kernel copy - remotes to local */ TEST_CASE("Perf_PerfBufferCopySpeedOne2All_test - kernel copy - local to remotes") { testCopyPerf(true, true, true); -} \ No newline at end of file +} + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeedP2P.cc b/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeedP2P.cc index dcce4bf20b..5d7da5dd25 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeedP2P.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfBufferCopySpeedP2P.cc @@ -544,4 +544,9 @@ TEST_CASE("Perf_hipTestP2PBiDirKernelCopy_test") { */ TEST_CASE("Perf_hipCheckP2PSupport") { checkP2PSupport(); -} \ No newline at end of file +} + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfDevMemReadSpeed.cc b/projects/hip-tests/catch/perftests/memory/hipPerfDevMemReadSpeed.cc index 36b96d6ea5..ae5f631866 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfDevMemReadSpeed.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfDevMemReadSpeed.cc @@ -152,3 +152,8 @@ TEST_CASE("Perf_hipPerfDevMemReadSpeed_test") { REQUIRE(true == hipPerfDevMemReadSpeed_test()); } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfDevMemWriteSpeed.cc b/projects/hip-tests/catch/perftests/memory/hipPerfDevMemWriteSpeed.cc index 8f9ba1dc22..77eac4b8bb 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfDevMemWriteSpeed.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfDevMemWriteSpeed.cc @@ -145,3 +145,8 @@ TEST_CASE("Perf_hipPerfDevMemWriteSpeed_test") { REQUIRE(true == hipPerfDevMemWriteSpeed_test()); } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfHostNumaAlloc.cc b/projects/hip-tests/catch/perftests/memory/hipPerfHostNumaAlloc.cc index e9a3ee70be..b1f0566814 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfHostNumaAlloc.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfHostNumaAlloc.cc @@ -188,3 +188,8 @@ TEST_CASE("Perf_hipPerfHostNumaAlloc_test") { hipHostMallocMapped | hipHostMallocNumaUser, "Testing hipHostMallocMapped | hipHostMallocNumaUser.......")); } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfMemFill.cc b/projects/hip-tests/catch/perftests/memory/hipPerfMemFill.cc index ae10829d17..a5faaacf9d 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfMemFill.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfMemFill.cc @@ -543,3 +543,8 @@ TEST_CASE("Perf_hipPerfMemFill_test") { REQUIRE(true == hipPerfMemFillDouble.open(0)); REQUIRE(true == hipPerfMemFillDouble.run()); } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfMemMallocCpyFree.cc b/projects/hip-tests/catch/perftests/memory/hipPerfMemMallocCpyFree.cc index 74d9adc346..3960a16bd8 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfMemMallocCpyFree.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfMemMallocCpyFree.cc @@ -142,3 +142,8 @@ TEST_CASE("Perf_hipPerfMemMallocCpyFree_test") { REQUIRE(true == hipPerfMemMallocCpyFree_test()); } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfMemcpy.cc b/projects/hip-tests/catch/perftests/memory/hipPerfMemcpy.cc index 8aee207e04..badc3d43ca 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfMemcpy.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfMemcpy.cc @@ -254,3 +254,8 @@ TEST_CASE("Perf_hipPerfMemcpy_test") { } } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfMemset.cc b/projects/hip-tests/catch/perftests/memory/hipPerfMemset.cc index 447bdb8e86..5b84e91942 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfMemset.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfMemset.cc @@ -429,3 +429,8 @@ TEST_CASE("Perf_hipPerfMemset_test") { async = true; } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfSampleRate.cc b/projects/hip-tests/catch/perftests/memory/hipPerfSampleRate.cc index 2a7d2d39fd..c0cba90b87 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfSampleRate.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfSampleRate.cc @@ -307,3 +307,8 @@ TEST_CASE("Perf_hipPerfSampleRate_test") { sampleTypes.run(testCase); } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/memory/hipPerfSharedMemReadSpeed.cc b/projects/hip-tests/catch/perftests/memory/hipPerfSharedMemReadSpeed.cc index 1d4b620c0e..dbf10a04ae 100644 --- a/projects/hip-tests/catch/perftests/memory/hipPerfSharedMemReadSpeed.cc +++ b/projects/hip-tests/catch/perftests/memory/hipPerfSharedMemReadSpeed.cc @@ -260,3 +260,8 @@ TEST_CASE("Perf_hipPerfSharedMemReadSpeed_test") { REQUIRE(true == hipPerfSharedMemReadSpeed_test()); } } + +/** +* End doxygen group perfMemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/stream/hipPerfDeviceConcurrency.cc b/projects/hip-tests/catch/perftests/stream/hipPerfDeviceConcurrency.cc index 6fe9ad3ffc..5e54f5eaab 100644 --- a/projects/hip-tests/catch/perftests/stream/hipPerfDeviceConcurrency.cc +++ b/projects/hip-tests/catch/perftests/stream/hipPerfDeviceConcurrency.cc @@ -267,3 +267,8 @@ TEST_CASE("Perf_hipPerfDeviceConcurrency") { // Time for kernel on all available devices REQUIRE(true == deviceConcurrency.run(++testCase, nGpu)); } + +/** +* End doxygen group perfStreamTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/stream/hipPerfStreamConcurrency.cc b/projects/hip-tests/catch/perftests/stream/hipPerfStreamConcurrency.cc index e82a72341f..1fcbd9fde8 100644 --- a/projects/hip-tests/catch/perftests/stream/hipPerfStreamConcurrency.cc +++ b/projects/hip-tests/catch/perftests/stream/hipPerfStreamConcurrency.cc @@ -413,3 +413,8 @@ TEST_CASE("Perf_hipPerfStreamConcurrency") { REQUIRE(true == streamConcurrency.run(testCase, deviceId)); } } + +/** +* End doxygen group perfComputeTest. +* @} +*/ diff --git a/projects/hip-tests/catch/perftests/stream/hipPerfStreamCreateCopyDestroy.cc b/projects/hip-tests/catch/perftests/stream/hipPerfStreamCreateCopyDestroy.cc index 2589403ef8..ff8b1d3b67 100644 --- a/projects/hip-tests/catch/perftests/stream/hipPerfStreamCreateCopyDestroy.cc +++ b/projects/hip-tests/catch/perftests/stream/hipPerfStreamCreateCopyDestroy.cc @@ -144,3 +144,8 @@ TEST_CASE("Perf_hipPerfStreamCreateCopyDestroy") { REQUIRE(true == streamCCD.run(testCase)); } } + +/** +* End doxygen group perfStreamTest. +* @} +*/ diff --git a/projects/hip-tests/catch/stress/memory/hipHostRegisterStress.cc b/projects/hip-tests/catch/stress/memory/hipHostRegisterStress.cc index 564dfc29b2..44553aa70e 100644 --- a/projects/hip-tests/catch/stress/memory/hipHostRegisterStress.cc +++ b/projects/hip-tests/catch/stress/memory/hipHostRegisterStress.cc @@ -110,3 +110,8 @@ TEST_CASE("Stress_hipHostRegister_Oversubscription") { HIP_CHECK(hipHostUnregister(A)); free(A); } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/assertion/assert.cc b/projects/hip-tests/catch/unit/assertion/assert.cc index 29cadd2896..a0edd197c8 100644 --- a/projects/hip-tests/catch/unit/assertion/assert.cc +++ b/projects/hip-tests/catch/unit/assertion/assert.cc @@ -122,3 +122,8 @@ TEST_CASE("Unit_Assert_Positive_Basic_KernelFail") { REQUIRE(abort_raised_flag == 0); #endif } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/assertion/static_assert.cc b/projects/hip-tests/catch/unit/assertion/static_assert.cc index 508db295b7..17c3aa3e98 100644 --- a/projects/hip-tests/catch/unit/assertion/static_assert.cc +++ b/projects/hip-tests/catch/unit/assertion/static_assert.cc @@ -86,3 +86,8 @@ TEST_CASE("Unit_StaticAssert_Positive_Basic_RTC") { StaticAssertWrapper(kStaticA * - HIP_VERSION >= 5.2 */ TEST_CASE("Unit_StaticAssert_Negative_Basic_RTC") { StaticAssertWrapper(kStaticAssert_Negative); } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/__hip_atomic_compare_exchange_strong.cc b/projects/hip-tests/catch/unit/atomics/__hip_atomic_compare_exchange_strong.cc index 69fd72ec51..272ee731a9 100644 --- a/projects/hip-tests/catch/unit/atomics/__hip_atomic_compare_exchange_strong.cc +++ b/projects/hip-tests/catch/unit/atomics/__hip_atomic_compare_exchange_strong.cc @@ -126,4 +126,9 @@ TEMPLATE_TEST_CASE("Unit___hip_atomic_compare_exchange_strong_Positive_Workgroup __HIP_MEMORY_SCOPE_WORKGROUP>(warp_size, cache_line_size); } } -} \ No newline at end of file +} + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/__hip_atomic_exchange.cc b/projects/hip-tests/catch/unit/atomics/__hip_atomic_exchange.cc index a518aaafbe..f7f0f62903 100644 --- a/projects/hip-tests/catch/unit/atomics/__hip_atomic_exchange.cc +++ b/projects/hip-tests/catch/unit/atomics/__hip_atomic_exchange.cc @@ -133,4 +133,9 @@ TEMPLATE_TEST_CASE("Unit___hip_atomic_exchange_Positive_Workgroup", "", int, uns cache_line_size); } } -} \ No newline at end of file +} + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_add.cc b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_add.cc index 075b2b858e..b0bf68c7c6 100644 --- a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_add.cc +++ b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_add.cc @@ -129,4 +129,9 @@ TEMPLATE_TEST_CASE("Unit___hip_atomic_fetch_add_Positive_Workgroup", "", int, un __HIP_MEMORY_SCOPE_WORKGROUP>(warp_size, cache_line_size); } } -} \ No newline at end of file +} + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_and.cc b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_and.cc index 51fd37bf59..91ee48e820 100644 --- a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_and.cc +++ b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_and.cc @@ -185,3 +185,8 @@ TEMPLATE_TEST_CASE("Unit___hip_atomic_fetch_and_Positive_Workgroup_Scattered_Add } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_max.cc b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_max.cc index cc42309333..f7c8232178 100644 --- a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_max.cc +++ b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_max.cc @@ -184,4 +184,9 @@ TEMPLATE_TEST_CASE("Unit___hip_atomic_fetch_max_Positive_Workgroup_Scattered_Add cache_line_size); } } -} \ No newline at end of file +} + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_min.cc b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_min.cc index f09a3732f9..c681485e0e 100644 --- a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_min.cc +++ b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_min.cc @@ -184,4 +184,9 @@ TEMPLATE_TEST_CASE("Unit___hip_atomic_fetch_min_Positive_Workgroup_Scattered_Add cache_line_size); } } -} \ No newline at end of file +} + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_or.cc b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_or.cc index 000df50f80..3d76ddd603 100644 --- a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_or.cc +++ b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_or.cc @@ -185,3 +185,8 @@ TEMPLATE_TEST_CASE("Unit___hip_atomic_fetch_or_Positive_Workgroup_Scattered_Addr } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_xor.cc b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_xor.cc index 0f3f3f3743..7ff583dad6 100644 --- a/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_xor.cc +++ b/projects/hip-tests/catch/unit/atomics/__hip_atomic_fetch_xor.cc @@ -185,3 +185,8 @@ TEMPLATE_TEST_CASE("Unit___hip_atomic_fetch_xor_Positive_Workgroup_Scattered_Add } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicAdd.cc b/projects/hip-tests/catch/unit/atomics/atomicAdd.cc index 76eef23ac8..e0ff2223ee 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicAdd.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicAdd.cc @@ -165,3 +165,8 @@ TEST_CASE("Unit_atomicAdd_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicAdd_system.cc b/projects/hip-tests/catch/unit/atomics/atomicAdd_system.cc index c51ce0ad1f..3dec91420b 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicAdd_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicAdd_system.cc @@ -175,3 +175,8 @@ TEMPLATE_TEST_CASE("Unit_atomicAdd_system_Positive_Host_And_Peer_GPUs", "", int, } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicAnd.cc b/projects/hip-tests/catch/unit/atomics/atomicAnd.cc index 756526a31c..992676a6e1 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicAnd.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicAnd.cc @@ -220,3 +220,8 @@ TEST_CASE("Unit_atomicAnd_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicAnd_system.cc b/projects/hip-tests/catch/unit/atomics/atomicAnd_system.cc index e696a8ac26..390aea691b 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicAnd_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicAnd_system.cc @@ -107,3 +107,8 @@ TEMPLATE_TEST_CASE("Unit_atomicAnd_system_Positive_Peer_GPUs_Scattered_Addresses } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicCAS.cc b/projects/hip-tests/catch/unit/atomics/atomicCAS.cc index 3be684306d..f89779b13b 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicCAS.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicCAS.cc @@ -170,3 +170,8 @@ TEST_CASE("Unit_atomicCAS_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicCAS_system.cc b/projects/hip-tests/catch/unit/atomics/atomicCAS_system.cc index 8f2dd8306b..2b39d04415 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicCAS_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicCAS_system.cc @@ -183,3 +183,8 @@ TEMPLATE_TEST_CASE("Unit_atomicCAS_system_Positive_Host_And_Peer_GPUs", "", int, } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicDec.cc b/projects/hip-tests/catch/unit/atomics/atomicDec.cc index e088ebe2b6..49d9b9f786 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicDec.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicDec.cc @@ -161,4 +161,9 @@ TEST_CASE("Unit_atomicDec_Negative_Parameters_RTC") { HIPRTC_CHECK(hiprtcDestroyProgram(&program)); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); -} \ No newline at end of file +} + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicExch.cc b/projects/hip-tests/catch/unit/atomics/atomicExch.cc index 47e5cc6ba9..d296590387 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicExch.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicExch.cc @@ -211,3 +211,8 @@ TEST_CASE("Unit_atomicExch_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicExch_system.cc b/projects/hip-tests/catch/unit/atomics/atomicExch_system.cc index 5cecd72968..626a4fe253 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicExch_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicExch_system.cc @@ -233,3 +233,8 @@ TEST_CASE("Unit_atomicExch_system_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicInc.cc b/projects/hip-tests/catch/unit/atomics/atomicInc.cc index 4c7f79a04f..3f31a2e9b9 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicInc.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicInc.cc @@ -161,4 +161,9 @@ TEST_CASE("Unit_atomicInc_Negative_Parameters_RTC") { HIPRTC_CHECK(hiprtcDestroyProgram(&program)); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); -} \ No newline at end of file +} + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicMax.cc b/projects/hip-tests/catch/unit/atomics/atomicMax.cc index e98ceaaf4c..8fe40ff2e0 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicMax.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicMax.cc @@ -220,3 +220,8 @@ TEST_CASE("Unit_atomicMax_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicMax_system.cc b/projects/hip-tests/catch/unit/atomics/atomicMax_system.cc index b07b566616..a5a9fcb86f 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicMax_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicMax_system.cc @@ -122,3 +122,8 @@ TEMPLATE_TEST_CASE("Unit_atomicMax_system_Positive_Peer_GPUs_Scattered_Addresses } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicMin.cc b/projects/hip-tests/catch/unit/atomics/atomicMin.cc index 3d0f89412f..c2c50f6814 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicMin.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicMin.cc @@ -220,3 +220,8 @@ TEST_CASE("Unit_atomicMin_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicMin_system.cc b/projects/hip-tests/catch/unit/atomics/atomicMin_system.cc index 7474a2e10d..a9e93762c9 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicMin_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicMin_system.cc @@ -122,3 +122,8 @@ TEMPLATE_TEST_CASE("Unit_atomicMin_system_Positive_Peer_GPUs_Scattered_Addresses } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicOr.cc b/projects/hip-tests/catch/unit/atomics/atomicOr.cc index e2ae9c6825..a82858107b 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicOr.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicOr.cc @@ -220,3 +220,8 @@ TEST_CASE("Unit_atomicOr_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicOr_system.cc b/projects/hip-tests/catch/unit/atomics/atomicOr_system.cc index 0239056e3f..dbbc4206ff 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicOr_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicOr_system.cc @@ -107,3 +107,8 @@ TEMPLATE_TEST_CASE("Unit_atomicOr_system_Positive_Peer_GPUs_Scattered_Addresses" } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicSub.cc b/projects/hip-tests/catch/unit/atomics/atomicSub.cc index 75d1678c46..aafe0b4874 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicSub.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicSub.cc @@ -164,4 +164,9 @@ TEST_CASE("Unit_atomicSub_Negative_Parameters_RTC") { HIPRTC_CHECK(hiprtcDestroyProgram(&program)); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); -} \ No newline at end of file +} + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicSub_system.cc b/projects/hip-tests/catch/unit/atomics/atomicSub_system.cc index 0abccf754f..20d272b816 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicSub_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicSub_system.cc @@ -175,3 +175,8 @@ TEMPLATE_TEST_CASE("Unit_atomicSub_system_Positive_Host_And_Peer_GPUs", "", int, } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicXor.cc b/projects/hip-tests/catch/unit/atomics/atomicXor.cc index 0fb31252c5..be7de6a44b 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicXor.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicXor.cc @@ -220,3 +220,8 @@ TEST_CASE("Unit_atomicXor_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomicXor_system.cc b/projects/hip-tests/catch/unit/atomics/atomicXor_system.cc index fbfb82d36d..f3aa9f219d 100644 --- a/projects/hip-tests/catch/unit/atomics/atomicXor_system.cc +++ b/projects/hip-tests/catch/unit/atomics/atomicXor_system.cc @@ -107,3 +107,8 @@ TEMPLATE_TEST_CASE("Unit_atomicXor_system_Positive_Peer_GPUs_Scattered_Addresses } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/atomic_builtins.cc b/projects/hip-tests/catch/unit/atomics/atomic_builtins.cc index c5ade6b30a..cd14c70e85 100644 --- a/projects/hip-tests/catch/unit/atomics/atomic_builtins.cc +++ b/projects/hip-tests/catch/unit/atomics/atomic_builtins.cc @@ -95,3 +95,8 @@ TEST_CASE("Unit_AtomicBuiltins_Negative_Parameters_RTC") { AtomicBuiltinsRTCWrapper(kBuiltinFetchMax, 5, 2); AtomicBuiltinsRTCWrapper(kBuiltinFetchMin, 5, 2); } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/safeAtomicAdd.cc b/projects/hip-tests/catch/unit/atomics/safeAtomicAdd.cc index cfc760a7ce..b6050c0c54 100644 --- a/projects/hip-tests/catch/unit/atomics/safeAtomicAdd.cc +++ b/projects/hip-tests/catch/unit/atomics/safeAtomicAdd.cc @@ -121,3 +121,8 @@ TEMPLATE_TEST_CASE("Unit_safeAtomicAdd_Positive_Multi_Kernel", "", float, double } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/safeAtomicMax.cc b/projects/hip-tests/catch/unit/atomics/safeAtomicMax.cc index 581a4a566a..8a5006a300 100644 --- a/projects/hip-tests/catch/unit/atomics/safeAtomicMax.cc +++ b/projects/hip-tests/catch/unit/atomics/safeAtomicMax.cc @@ -173,3 +173,8 @@ TEMPLATE_TEST_CASE("Unit_safeAtomicMax_Positive_Multi_Kernel_Scattered_Addresses } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/safeAtomicMin.cc b/projects/hip-tests/catch/unit/atomics/safeAtomicMin.cc index 810be72ca4..2d797a3f97 100644 --- a/projects/hip-tests/catch/unit/atomics/safeAtomicMin.cc +++ b/projects/hip-tests/catch/unit/atomics/safeAtomicMin.cc @@ -173,3 +173,8 @@ TEMPLATE_TEST_CASE("Unit_safeAtomicMin_Positive_Multi_Kernel_Scattered_Addresses } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/unsafeAtomicAdd.cc b/projects/hip-tests/catch/unit/atomics/unsafeAtomicAdd.cc index 8c717c7bf5..71c3041b28 100644 --- a/projects/hip-tests/catch/unit/atomics/unsafeAtomicAdd.cc +++ b/projects/hip-tests/catch/unit/atomics/unsafeAtomicAdd.cc @@ -122,3 +122,8 @@ TEMPLATE_TEST_CASE("Unit_unsafeAtomicAdd_Positive_Multi_Kernel", "", float, doub } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/unsafeAtomicMax.cc b/projects/hip-tests/catch/unit/atomics/unsafeAtomicMax.cc index 2341e2d8c7..ea3d1784d8 100644 --- a/projects/hip-tests/catch/unit/atomics/unsafeAtomicMax.cc +++ b/projects/hip-tests/catch/unit/atomics/unsafeAtomicMax.cc @@ -173,3 +173,8 @@ TEMPLATE_TEST_CASE("Unit_unsafeAtomicMax_Positive_Multi_Kernel_Scattered_Address } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/atomics/unsafeAtomicMin.cc b/projects/hip-tests/catch/unit/atomics/unsafeAtomicMin.cc index 60b827854a..a3833963c8 100644 --- a/projects/hip-tests/catch/unit/atomics/unsafeAtomicMin.cc +++ b/projects/hip-tests/catch/unit/atomics/unsafeAtomicMin.cc @@ -173,3 +173,8 @@ TEMPLATE_TEST_CASE("Unit_unsafeAtomicMin_Positive_Multi_Kernel_Scattered_Address } } } + +/** +* End doxygen group AtomicsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/callback/hipApiName.cc b/projects/hip-tests/catch/unit/callback/hipApiName.cc index 51f778c4dc..477a089736 100644 --- a/projects/hip-tests/catch/unit/callback/hipApiName.cc +++ b/projects/hip-tests/catch/unit/callback/hipApiName.cc @@ -77,3 +77,8 @@ TEST_CASE("Unit_hipApiName_Negative_ReservedIds") { REQUIRE_THAT(hipApiName(std::numeric_limits::min()), Catch::Equals(kUnknownApi)); REQUIRE_THAT(hipApiName(std::numeric_limits::max()), Catch::Equals(kUnknownApi)); } + +/** +* End doxygen group CallbackTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/callback/hipGetStreamDeviceId.cc b/projects/hip-tests/catch/unit/callback/hipGetStreamDeviceId.cc index dc2a36a08d..b74eb56868 100644 --- a/projects/hip-tests/catch/unit/callback/hipGetStreamDeviceId.cc +++ b/projects/hip-tests/catch/unit/callback/hipGetStreamDeviceId.cc @@ -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. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/callback/hipKernelNameRef.cc b/projects/hip-tests/catch/unit/callback/hipKernelNameRef.cc index ff9364c3db..c5fbc4dd53 100644 --- a/projects/hip-tests/catch/unit/callback/hipKernelNameRef.cc +++ b/projects/hip-tests/catch/unit/callback/hipKernelNameRef.cc @@ -69,3 +69,8 @@ TEST_CASE("Unit_hipKernelNameRef_Negative_Parameters") { hipFunction_t kernel_function{nullptr}; REQUIRE(hipKernelNameRef(kernel_function) == nullptr); } + +/** +* End doxygen group CallbackTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/callback/hipKernelNameRefByPtr.cc b/projects/hip-tests/catch/unit/callback/hipKernelNameRefByPtr.cc index dc4d7205f4..44be319939 100644 --- a/projects/hip-tests/catch/unit/callback/hipKernelNameRefByPtr.cc +++ b/projects/hip-tests/catch/unit/callback/hipKernelNameRefByPtr.cc @@ -103,3 +103,8 @@ TEST_CASE("Unit_hipKernelNameRefByPtr_Negative_KernelNullptr") { REQUIRE(hipKernelNameRefByPtr(kernel_ptr, stream_guard.stream()) == nullptr); } } + +/** +* End doxygen group CallbackTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/channelDescriptor/channel_descriptor.cc b/projects/hip-tests/catch/unit/channelDescriptor/channel_descriptor.cc index 60f68817bc..6e6444ede7 100644 --- a/projects/hip-tests/catch/unit/channelDescriptor/channel_descriptor.cc +++ b/projects/hip-tests/catch/unit/channelDescriptor/channel_descriptor.cc @@ -192,3 +192,8 @@ TEST_CASE("Unit_ChannelDescriptor_Positive_16BitFloatingPoint") { REQUIRE(channel_desc.f == referent_channel_desc.f); } #endif + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/clock/hipClockCheck.cc b/projects/hip-tests/catch/unit/clock/hipClockCheck.cc index 148ba143c8..0c1306eec0 100644 --- a/projects/hip-tests/catch/unit/clock/hipClockCheck.cc +++ b/projects/hip-tests/catch/unit/clock/hipClockCheck.cc @@ -189,3 +189,8 @@ TEST_CASE("Unit_hipWallClock64_Positive_Basic") { REQUIRE(kernel_time_execution(kernel_wc64, clock_rate, expected_time1, expected_time2)); } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/complex/complex.cc b/projects/hip-tests/catch/unit/complex/complex.cc index 11b42eb0e5..39d14edfbe 100644 --- a/projects/hip-tests/catch/unit/complex/complex.cc +++ b/projects/hip-tests/catch/unit/complex/complex.cc @@ -477,3 +477,8 @@ TEST_CASE("Unit_Device_Complex_Cast_Negative_Parameters_RTC") { ComplexTypeRTCWrapper<14>(kComplexDoubleToFloat); ComplexTypeRTCWrapper<14>(kComplexFloatToDouble); } + +/** +* End doxygen group ComplexTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_group.cc b/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_group.cc index 3c5f3c9c62..9956134dab 100644 --- a/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_group.cc +++ b/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_group.cc @@ -757,4 +757,9 @@ template void CoalescedGroupSyncTest() { TEMPLATE_TEST_CASE("Unit_Coalesced_Group_Sync_Positive_Basic", "", uint8_t, uint16_t, uint32_t) { SECTION("Global memory") { CoalescedGroupSyncTest(); } SECTION("Shared memory") { CoalescedGroupSyncTest(); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_group_tiled_partition.cc b/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_group_tiled_partition.cc index f14a60caea..c354bbe3a9 100644 --- a/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_group_tiled_partition.cc +++ b/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_group_tiled_partition.cc @@ -683,3 +683,8 @@ TEMPLATE_TEST_CASE("Unit_Coalesced_Group_Tiled_Partition_Sync_Positive_Basic", " SECTION("Global memory") { CoalescedGroupTiledPartitionSyncTest(); } SECTION("Shared memory") { CoalescedGroupTiledPartitionSyncTest(); } } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_tiled_groups_metagrp.cc b/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_tiled_groups_metagrp.cc index b3dbe4d0e2..2cd653a958 100644 --- a/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_tiled_groups_metagrp.cc +++ b/projects/hip-tests/catch/unit/cooperativeGrps/coalesced_tiled_groups_metagrp.cc @@ -137,3 +137,8 @@ TEST_CASE("Unit_coalesced_groups_metagrp_basic") { delete[] mgrpSize_h; delete[] mgrpRank_h; } + +/** +* End doxygen group CooperativeGroupTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/cooperativeGrps/grid_group.cc b/projects/hip-tests/catch/unit/cooperativeGrps/grid_group.cc index e8c7ef1cf0..eb97359456 100644 --- a/projects/hip-tests/catch/unit/cooperativeGrps/grid_group.cc +++ b/projects/hip-tests/catch/unit/cooperativeGrps/grid_group.cc @@ -287,3 +287,8 @@ TEST_CASE("Unit_Grid_Group_Sync_Positive_Basic") { REQUIRE(uint_arr.ptr()[i * grid.block_count_ + j] == max_in_this_loop - 1); } } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/cooperativeGrps/multi_grid_group.cc b/projects/hip-tests/catch/unit/cooperativeGrps/multi_grid_group.cc index 3550185024..0beedc53e6 100644 --- a/projects/hip-tests/catch/unit/cooperativeGrps/multi_grid_group.cc +++ b/projects/hip-tests/catch/unit/cooperativeGrps/multi_grid_group.cc @@ -650,4 +650,9 @@ TEST_CASE("Unit_Multi_Grid_Group_Positive_Sync") { return desired_val; }; ArrayAllOf(global_arr.ptr(), num_devices, f); -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/cooperativeGrps/thread_block.cc b/projects/hip-tests/catch/unit/cooperativeGrps/thread_block.cc index c85f7974cd..0b7a5eff7e 100644 --- a/projects/hip-tests/catch/unit/cooperativeGrps/thread_block.cc +++ b/projects/hip-tests/catch/unit/cooperativeGrps/thread_block.cc @@ -348,3 +348,8 @@ TEMPLATE_TEST_CASE("Unit_Thread_Block_Sync_Positive_Basic", "", uint8_t, uint16_ SECTION("Global memory") { ThreadBlockSyncTest(); } SECTION("Shared memory") { ThreadBlockSyncTest(); } } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/cooperativeGrps/thread_block_tile.cc b/projects/hip-tests/catch/unit/cooperativeGrps/thread_block_tile.cc index 599d7b6da6..15d9e4602f 100644 --- a/projects/hip-tests/catch/unit/cooperativeGrps/thread_block_tile.cc +++ b/projects/hip-tests/catch/unit/cooperativeGrps/thread_block_tile.cc @@ -551,3 +551,8 @@ TEMPLATE_TEST_CASE("Unit_Thread_Block_Tile_Sync_Positive_Basic", "", uint8_t, ui #endif } } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipChooseDevice.cc b/projects/hip-tests/catch/unit/device/hipChooseDevice.cc index d27cddc424..165d8a5e12 100644 --- a/projects/hip-tests/catch/unit/device/hipChooseDevice.cc +++ b/projects/hip-tests/catch/unit/device/hipChooseDevice.cc @@ -79,3 +79,8 @@ TEST_CASE("Unit_hipChooseDevice_NegTst") { REQUIRE_FALSE(hipSuccess == hipChooseDevice(&dev, nullptr)); } } + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceCanAccessPeer.cc b/projects/hip-tests/catch/unit/device/hipDeviceCanAccessPeer.cc index 78d2ac5ca5..6ef6ca5926 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceCanAccessPeer.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceCanAccessPeer.cc @@ -104,3 +104,8 @@ TEST_CASE("Unit_hipDeviceCanAccessPeer_negative") { HIP_CHECK_ERROR(hipDeviceCanAccessPeer(&canAccessPeer, 0, deviceCount), hipErrorInvalidDevice); } } + +/** +* End doxygen group PeerToPeerTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceComputeCapability.cc b/projects/hip-tests/catch/unit/device/hipDeviceComputeCapability.cc index 12dfc245ab..a73a454342 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceComputeCapability.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceComputeCapability.cc @@ -104,3 +104,8 @@ TEST_CASE("Unit_hipDeviceComputeCapability_ValidateVersion") { REQUIRE(minor >= 0); } } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceGetByPCIBusId.cc b/projects/hip-tests/catch/unit/device/hipDeviceGetByPCIBusId.cc index aef690fda0..4f716c7421 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceGetByPCIBusId.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceGetByPCIBusId.cc @@ -173,3 +173,8 @@ TEST_CASE("Unit_hipDeviceGetByPCIBusId_WrongBusID") { REQUIRE(ret != hipSuccess); } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceGetDefaultMemPool.cc b/projects/hip-tests/catch/unit/device/hipDeviceGetDefaultMemPool.cc index 12d620d6ce..5effd0211d 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceGetDefaultMemPool.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceGetDefaultMemPool.cc @@ -90,4 +90,9 @@ TEST_CASE("Unit_hipDeviceGetDefaultMemPool_Negative_Parameters") { HIP_CHECK_ERROR(hipDeviceGetDefaultMemPool(&mem_pool, HipTest::getDeviceCount()), hipErrorInvalidDevice); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceGetLimit_old.cc b/projects/hip-tests/catch/unit/device/hipDeviceGetLimit_old.cc index 24c9b143e0..c1f7b5faad 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceGetLimit_old.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceGetLimit_old.cc @@ -74,3 +74,8 @@ TEST_CASE("Unit_hipDeviceGetLimit_CheckValidityOfOutputVal") { hipSuccess); REQUIRE_FALSE(Value <= 0); } + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceGetName.cc b/projects/hip-tests/catch/unit/device/hipDeviceGetName.cc index 8a5fcde577..b8f91cfa57 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceGetName.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceGetName.cc @@ -173,3 +173,8 @@ TEST_CASE("Unit_hipDeviceGetName_PartialFill") { REQUIRE(*strEnd == 0); REQUIRE(std::all_of(strEnd+1, end, [](char& c) { return c == fillValue; })); } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceGetPCIBusId.cc b/projects/hip-tests/catch/unit/device/hipDeviceGetPCIBusId.cc index 90f34f6653..94ad35995e 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceGetPCIBusId.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceGetPCIBusId.cc @@ -184,3 +184,8 @@ TEST_CASE("Unit_hipDeviceGetPCIBusId_NegTst") { deviceCount) == hipSuccess); } } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceGetUuid.cc b/projects/hip-tests/catch/unit/device/hipDeviceGetUuid.cc index c4c27c6b45..b809b650ce 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceGetUuid.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceGetUuid.cc @@ -192,3 +192,8 @@ TEST_CASE("Unit_hipDeviceGetUuid_VerifyUuidFrm_hipGetDeviceProperties") { } #endif #endif + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceReset.cc b/projects/hip-tests/catch/unit/device/hipDeviceReset.cc index 6136a71a2b..6ae2c4f75e 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceReset.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceReset.cc @@ -166,3 +166,8 @@ TEST_CASE("Unit_hipDeviceReset_Positive_Threaded") { CHECK(mem_config_after == mem_config_before); } } + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceSetLimit_old.cc b/projects/hip-tests/catch/unit/device/hipDeviceSetLimit_old.cc index 4760f22756..f958425191 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceSetLimit_old.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceSetLimit_old.cc @@ -101,3 +101,8 @@ TEST_CASE("Unit_hipDeviceSetLimit_SetGet") { static_cast(0xffff), value/2)); } } + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceSynchronize.cc b/projects/hip-tests/catch/unit/device/hipDeviceSynchronize.cc index b94ddc39a9..06f36922e7 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceSynchronize.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceSynchronize.cc @@ -158,3 +158,8 @@ TEST_CASE("Unit_hipDeviceSynchronize_Functional") { HIP_CHECK(hipDeviceSynchronize()); REQUIRE(NUM_ITERS == A[NUM_STREAMS - 1][0] - 1); } + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDeviceTotalMem.cc b/projects/hip-tests/catch/unit/device/hipDeviceTotalMem.cc index fa2014bfe0..04a649f44a 100644 --- a/projects/hip-tests/catch/unit/device/hipDeviceTotalMem.cc +++ b/projects/hip-tests/catch/unit/device/hipDeviceTotalMem.cc @@ -134,3 +134,8 @@ TEST_CASE("Unit_hipDeviceTotalMem_NonSelectedDevice") { REQUIRE(totMem == prop.totalGlobalMem); } } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipDriverGetVersion.cc b/projects/hip-tests/catch/unit/device/hipDriverGetVersion.cc index d3eb25e568..081d7f7643 100644 --- a/projects/hip-tests/catch/unit/device/hipDriverGetVersion.cc +++ b/projects/hip-tests/catch/unit/device/hipDriverGetVersion.cc @@ -67,3 +67,8 @@ TEST_CASE("Unit_hipDriverGetVersion_Negative") { HIP_CHECK_ERROR(hipDriverGetVersion(nullptr), hipErrorInvalidValue); } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipExtGetLinkTypeAndHopCount.cc b/projects/hip-tests/catch/unit/device/hipExtGetLinkTypeAndHopCount.cc index 8c10e5976f..8417759ed0 100644 --- a/projects/hip-tests/catch/unit/device/hipExtGetLinkTypeAndHopCount.cc +++ b/projects/hip-tests/catch/unit/device/hipExtGetLinkTypeAndHopCount.cc @@ -152,3 +152,8 @@ TEST_CASE("Unit_hipExtGetLinkTypeAndHopCount_Negative_Parameters") { } #endif #endif + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipGetDeviceAttribute.cc b/projects/hip-tests/catch/unit/device/hipGetDeviceAttribute.cc index 0d8ccd8fda..2fd3a425da 100644 --- a/projects/hip-tests/catch/unit/device/hipGetDeviceAttribute.cc +++ b/projects/hip-tests/catch/unit/device/hipGetDeviceAttribute.cc @@ -540,3 +540,8 @@ TEST_CASE("Unit_hipGetDeviceAttribute_hipDevAttrHostRegisterSupported") { return; } } + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipGetDeviceCount.cc b/projects/hip-tests/catch/unit/device/hipGetDeviceCount.cc index d0d77a5e06..40949412a1 100644 --- a/projects/hip-tests/catch/unit/device/hipGetDeviceCount.cc +++ b/projects/hip-tests/catch/unit/device/hipGetDeviceCount.cc @@ -94,4 +94,9 @@ TEST_CASE("Unit_hipGetDeviceCount_HideDevices") { */ TEST_CASE("Print_Out_Device_Count") { std::cout << "Device Count: " << HipTest::getDeviceCount() << std::endl; -} \ No newline at end of file +} + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipGetDeviceProperties.cc b/projects/hip-tests/catch/unit/device/hipGetDeviceProperties.cc index f3f584ab63..29a87060b8 100644 --- a/projects/hip-tests/catch/unit/device/hipGetDeviceProperties.cc +++ b/projects/hip-tests/catch/unit/device/hipGetDeviceProperties.cc @@ -488,3 +488,8 @@ TEST_CASE("Print_Out_Properties_6.0") { std::flush(std::cout); } + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipInit.cc b/projects/hip-tests/catch/unit/device/hipInit.cc index 9f5280c297..ff928b5564 100644 --- a/projects/hip-tests/catch/unit/device/hipInit.cc +++ b/projects/hip-tests/catch/unit/device/hipInit.cc @@ -69,3 +69,8 @@ TEST_CASE("Unit_hipInit_Negative") { HIP_CHECK_ERROR(hipInit(invalid_flag), hipErrorInvalidValue); } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipIpcCloseMemHandle.cc b/projects/hip-tests/catch/unit/device/hipIpcCloseMemHandle.cc index eb81c3f93f..826b7bac52 100644 --- a/projects/hip-tests/catch/unit/device/hipIpcCloseMemHandle.cc +++ b/projects/hip-tests/catch/unit/device/hipIpcCloseMemHandle.cc @@ -126,4 +126,9 @@ TEST_CASE("Unit_hipIpcCloseMemHandle_Negative_Close_In_Originating_Process") { HIP_CHECK_ERROR(hipIpcCloseMemHandle(ptr), hipErrorInvalidValue); HIP_CHECK(hipFree(ptr)); -} \ No newline at end of file +} + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipIpcGetMemHandle.cc b/projects/hip-tests/catch/unit/device/hipIpcGetMemHandle.cc index 72d34fe117..aaf9d9491e 100644 --- a/projects/hip-tests/catch/unit/device/hipIpcGetMemHandle.cc +++ b/projects/hip-tests/catch/unit/device/hipIpcGetMemHandle.cc @@ -134,4 +134,9 @@ TEST_CASE("Unit_hipIpcGetMemHandle_Negative_Out_Of_Bound_Pointer") { HIP_CHECK_ERROR(hipIpcGetMemHandle(&handle, reinterpret_cast(ptr + n)), hipErrorInvalidValue); HIP_CHECK(hipFree(reinterpret_cast(ptr))); -} \ No newline at end of file +} + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipIpcOpenMemHandle.cc b/projects/hip-tests/catch/unit/device/hipIpcOpenMemHandle.cc index 46329b32c8..a41a80e16d 100644 --- a/projects/hip-tests/catch/unit/device/hipIpcOpenMemHandle.cc +++ b/projects/hip-tests/catch/unit/device/hipIpcOpenMemHandle.cc @@ -124,4 +124,9 @@ TEST_CASE("Unit_hipIpcOpenMemHandle_Negative_Open_In_Two_Contexts_Same_Device") HIP_CHECK(hipFree(reinterpret_cast(ptr))); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device/hipRuntimeGetVersion.cc b/projects/hip-tests/catch/unit/device/hipRuntimeGetVersion.cc index 6bca5c1a20..b0b65c25d3 100644 --- a/projects/hip-tests/catch/unit/device/hipRuntimeGetVersion.cc +++ b/projects/hip-tests/catch/unit/device/hipRuntimeGetVersion.cc @@ -66,3 +66,8 @@ TEST_CASE("Unit_hipRuntimeGetVersion_Negative") { // If initialization is attempted with nullptr, error shall be reported CHECK_FALSE(hipRuntimeGetVersion(nullptr) == hipSuccess); } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device_memory/memcpy.cc b/projects/hip-tests/catch/unit/device_memory/memcpy.cc index efb3bea567..12ef00f5af 100644 --- a/projects/hip-tests/catch/unit/device_memory/memcpy.cc +++ b/projects/hip-tests/catch/unit/device_memory/memcpy.cc @@ -247,3 +247,8 @@ TEST_CASE("Unit_Device_memcpy_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/device_memory/memset.cc b/projects/hip-tests/catch/unit/device_memory/memset.cc index 902a45111e..f3ad3c16c2 100644 --- a/projects/hip-tests/catch/unit/device_memory/memset.cc +++ b/projects/hip-tests/catch/unit/device_memory/memset.cc @@ -169,4 +169,9 @@ TEST_CASE("Unit_Device_memset_Negative_Parameters_RTC") { HIPRTC_CHECK(hiprtcDestroyProgram(&program)); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/dynamicLoading/complex_loading_behavior.cc b/projects/hip-tests/catch/unit/dynamicLoading/complex_loading_behavior.cc index 663ce7f5a1..ba28726c6e 100644 --- a/projects/hip-tests/catch/unit/dynamicLoading/complex_loading_behavior.cc +++ b/projects/hip-tests/catch/unit/dynamicLoading/complex_loading_behavior.cc @@ -145,3 +145,8 @@ TEST_CASE("Unit_dynamic_loading_device_kernels_from_library") { REQUIRE(testResult == true); } + +/** +* End doxygen group DynamicLoading. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/dynamicLoading/hipApiDynamicLoad.cc b/projects/hip-tests/catch/unit/dynamicLoading/hipApiDynamicLoad.cc index b09300bfea..d12c97c4c7 100644 --- a/projects/hip-tests/catch/unit/dynamicLoading/hipApiDynamicLoad.cc +++ b/projects/hip-tests/catch/unit/dynamicLoading/hipApiDynamicLoad.cc @@ -167,3 +167,8 @@ TEST_CASE("Unit_hipApiDynamicLoad") { free(A_h); free(C_h); } + +/** +* End doxygen group DynamicLoading. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/errorHandling/hipDrvGetErrorName.cc b/projects/hip-tests/catch/unit/errorHandling/hipDrvGetErrorName.cc index b3401cfc5d..bae42209ef 100644 --- a/projects/hip-tests/catch/unit/errorHandling/hipDrvGetErrorName.cc +++ b/projects/hip-tests/catch/unit/errorHandling/hipDrvGetErrorName.cc @@ -81,3 +81,8 @@ TEST_CASE("Unit_hipDrvGetErrorName_Negative_Parameters") { } #endif } + +/** +* End doxygen group ErrorTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/errorHandling/hipDrvGetErrorString.cc b/projects/hip-tests/catch/unit/errorHandling/hipDrvGetErrorString.cc index 5f35c344fe..e81ced683a 100644 --- a/projects/hip-tests/catch/unit/errorHandling/hipDrvGetErrorString.cc +++ b/projects/hip-tests/catch/unit/errorHandling/hipDrvGetErrorString.cc @@ -81,3 +81,8 @@ TEST_CASE("Unit_hipDrvGetErrorString_Negative_Parameters") { } #endif } + +/** +* End doxygen group ErrorTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/errorHandling/hipGetErrorName.cc b/projects/hip-tests/catch/unit/errorHandling/hipGetErrorName.cc index 75d9f4a549..6fe5842a7a 100644 --- a/projects/hip-tests/catch/unit/errorHandling/hipGetErrorName.cc +++ b/projects/hip-tests/catch/unit/errorHandling/hipGetErrorName.cc @@ -78,4 +78,9 @@ TEST_CASE("Unit_hipGetErrorName_Negative_Parameters") { #elif HT_AMD REQUIRE_THAT(error_string, Catch::Equals("hipErrorUnknown")); #endif -} \ No newline at end of file +} + +/** +* End doxygen group ErrorTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/errorHandling/hipGetErrorString.cc b/projects/hip-tests/catch/unit/errorHandling/hipGetErrorString.cc index 6becd9fdb6..82c6ffb1a4 100644 --- a/projects/hip-tests/catch/unit/errorHandling/hipGetErrorString.cc +++ b/projects/hip-tests/catch/unit/errorHandling/hipGetErrorString.cc @@ -72,4 +72,9 @@ TEST_CASE("Unit_hipGetErrorString_Positive_Basic") { TEST_CASE("Unit_hipGetErrorString_Negative_Parameters") { const char* error_string = hipGetErrorString(static_cast(-1)); REQUIRE(error_string != nullptr); -} \ No newline at end of file +} + +/** +* End doxygen group ErrorTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/errorHandling/hipPeekAtLastError.cc b/projects/hip-tests/catch/unit/errorHandling/hipPeekAtLastError.cc index aac75e41e1..3b0ddfddf1 100644 --- a/projects/hip-tests/catch/unit/errorHandling/hipPeekAtLastError.cc +++ b/projects/hip-tests/catch/unit/errorHandling/hipPeekAtLastError.cc @@ -79,3 +79,8 @@ TEST_CASE("Unit_hipPeekAtLastError_Positive_Threaded") { HipPeekAtLastErrorTest test; test.run(); } + +/** +* End doxygen group ErrorTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/event/Unit_hipEvent.cc b/projects/hip-tests/catch/unit/event/Unit_hipEvent.cc index 24c8856006..21f5ce2d03 100644 --- a/projects/hip-tests/catch/unit/event/Unit_hipEvent.cc +++ b/projects/hip-tests/catch/unit/event/Unit_hipEvent.cc @@ -205,3 +205,8 @@ void runTests(int64_t numElements) { TEST_CASE("Unit_hipEvent") { runTests(10000000); } + +/** +* End doxygen group EventTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/event/Unit_hipEventElapsedTime.cc b/projects/hip-tests/catch/unit/event/Unit_hipEventElapsedTime.cc index cf8d6fb919..d19d362152 100644 --- a/projects/hip-tests/catch/unit/event/Unit_hipEventElapsedTime.cc +++ b/projects/hip-tests/catch/unit/event/Unit_hipEventElapsedTime.cc @@ -203,3 +203,8 @@ TEST_CASE("Unit_hipEventElapsedTime") { HIP_CHECK(hipEventDestroy(start)); HIP_CHECK(hipEventDestroy(stop)); } + +/** +* End doxygen group EventTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc b/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc index a4f71d568a..1967a43e0a 100644 --- a/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc +++ b/projects/hip-tests/catch/unit/event/Unit_hipEventIpc.cc @@ -122,3 +122,8 @@ TEST_CASE("Unit_hipEventIpc") { HipTest::checkVectorADD(A_h, B_h, C_h, N, true); } + +/** +* End doxygen group EventTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/event/Unit_hipEventMGpuMThreads.cc b/projects/hip-tests/catch/unit/event/Unit_hipEventMGpuMThreads.cc index 346d8c05ec..c5d236796e 100644 --- a/projects/hip-tests/catch/unit/event/Unit_hipEventMGpuMThreads.cc +++ b/projects/hip-tests/catch/unit/event/Unit_hipEventMGpuMThreads.cc @@ -252,3 +252,8 @@ TEST_CASE("Unit_hipEventMGpuMThreads_3") { SUCCEED("skipped the testcase as number of devices is less than 2"); } } + +/** +* End doxygen group EventTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/event/Unit_hipEventQuery.cc b/projects/hip-tests/catch/unit/event/Unit_hipEventQuery.cc index 29f7b4d50c..45f776dda8 100644 --- a/projects/hip-tests/catch/unit/event/Unit_hipEventQuery.cc +++ b/projects/hip-tests/catch/unit/event/Unit_hipEventQuery.cc @@ -91,3 +91,8 @@ TEST_CASE("Unit_hipEventQuery_DifferentDevice") { HIP_CHECK(hipEventDestroy(event2)); HIP_CHECK(hipStreamDestroy(stream)); } + +/** +* End doxygen group EventTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/event/Unit_hipEventRecord.cc b/projects/hip-tests/catch/unit/event/Unit_hipEventRecord.cc index 7dd8c582b9..30a808e328 100644 --- a/projects/hip-tests/catch/unit/event/Unit_hipEventRecord.cc +++ b/projects/hip-tests/catch/unit/event/Unit_hipEventRecord.cc @@ -174,4 +174,9 @@ TEST_CASE("Unit_hipEventRecord_Negative") { HIP_CHECK(hipEventDestroy(start)); } } -} \ No newline at end of file +} + +/** +* End doxygen group EventTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/event/hipEventDestroy.cc b/projects/hip-tests/catch/unit/event/hipEventDestroy.cc index 8836e3db7a..e81b73d89f 100644 --- a/projects/hip-tests/catch/unit/event/hipEventDestroy.cc +++ b/projects/hip-tests/catch/unit/event/hipEventDestroy.cc @@ -150,3 +150,8 @@ TEST_CASE("Unit_hipEventDestroy_Negative") { } } #endif + +/** +* End doxygen group EventTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/event/hipEventSynchronize.cc b/projects/hip-tests/catch/unit/event/hipEventSynchronize.cc index 76373eea31..8faed49cd5 100644 --- a/projects/hip-tests/catch/unit/event/hipEventSynchronize.cc +++ b/projects/hip-tests/catch/unit/event/hipEventSynchronize.cc @@ -156,3 +156,8 @@ TEST_CASE("Unit_hipEventSynchronize_NoEventRecord_Positive") { HipTest::checkVectorADD(A_h, B_h, C_h, N, true); HipTest::freeArrays(A_d, B_d, C_d, A_h, B_h, C_h, false); } + +/** +* End doxygen group EventTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/executionControl/hipFuncSetAttribute.cc b/projects/hip-tests/catch/unit/executionControl/hipFuncSetAttribute.cc index 785cc91e45..177598d755 100644 --- a/projects/hip-tests/catch/unit/executionControl/hipFuncSetAttribute.cc +++ b/projects/hip-tests/catch/unit/executionControl/hipFuncSetAttribute.cc @@ -258,3 +258,8 @@ TEST_CASE("Unit_hipFuncSetAttribute_Positive_PreferredSharedMemoryCarveout_Not_S REQUIRE(old_attributes.preferredShmemCarveout == new_attributes.preferredShmemCarveout); } + +/** +* End doxygen group ExecutionTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/executionControl/hipFuncSetCacheConfig.cc b/projects/hip-tests/catch/unit/executionControl/hipFuncSetCacheConfig.cc index 1f5ce8dfda..600e8fdc0d 100644 --- a/projects/hip-tests/catch/unit/executionControl/hipFuncSetCacheConfig.cc +++ b/projects/hip-tests/catch/unit/executionControl/hipFuncSetCacheConfig.cc @@ -103,3 +103,8 @@ TEST_CASE("Unit_hipFuncSetCacheConfig_Negative_Not_Supported") { HIP_CHECK_ERROR(hipFuncSetCacheConfig(reinterpret_cast(kernel), hipFuncCachePreferNone), hipErrorNotSupported); } + +/** +* End doxygen group ExecutionTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/executionControl/hipFuncSetSharedMemConfig.cc b/projects/hip-tests/catch/unit/executionControl/hipFuncSetSharedMemConfig.cc index c44a83b3be..7b68180e07 100644 --- a/projects/hip-tests/catch/unit/executionControl/hipFuncSetSharedMemConfig.cc +++ b/projects/hip-tests/catch/unit/executionControl/hipFuncSetSharedMemConfig.cc @@ -104,3 +104,8 @@ TEST_CASE("Unit_hipFuncSetSharedMemConfig_Negative_Not_Supported") { hipFuncSetSharedMemConfig(reinterpret_cast(kernel), hipSharedMemBankSizeDefault), hipErrorNotSupported); } + +/** +* End doxygen group ExecutionTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/g++/hipMalloc.cc b/projects/hip-tests/catch/unit/g++/hipMalloc.cc index c0ee9d0892..37a66e22c8 100644 --- a/projects/hip-tests/catch/unit/g++/hipMalloc.cc +++ b/projects/hip-tests/catch/unit/g++/hipMalloc.cc @@ -47,3 +47,8 @@ TEST_CASE("Unit_hipMalloc_gpptest") { int result = MallocFunc(); REQUIRE(result == 1); } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipDeviceGetGraphMemAttribute.cc b/projects/hip-tests/catch/unit/graph/hipDeviceGetGraphMemAttribute.cc index 7aa10fe61c..a5cbbee50a 100644 --- a/projects/hip-tests/catch/unit/graph/hipDeviceGetGraphMemAttribute.cc +++ b/projects/hip-tests/catch/unit/graph/hipDeviceGetGraphMemAttribute.cc @@ -203,3 +203,8 @@ TEST_CASE("Unit_hipDeviceGetGraphMemAttribute_Negative_Parameters") { HIP_CHECK_ERROR(hipDeviceGetGraphMemAttribute(0, attr, nullptr), hipErrorInvalidValue); } } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipDeviceGraphMemTrim.cc b/projects/hip-tests/catch/unit/graph/hipDeviceGraphMemTrim.cc index 5d730a3f88..b10852597a 100644 --- a/projects/hip-tests/catch/unit/graph/hipDeviceGraphMemTrim.cc +++ b/projects/hip-tests/catch/unit/graph/hipDeviceGraphMemTrim.cc @@ -71,3 +71,8 @@ TEST_CASE("Unit_hipDeviceGraphMemTrim_Negative_Parameters") { HIP_CHECK_ERROR(hipDeviceGraphMemTrim(num_dev), hipErrorInvalidDevice); } } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipDeviceSetGraphMemAttribute.cc b/projects/hip-tests/catch/unit/graph/hipDeviceSetGraphMemAttribute.cc index a103b12fee..71c6083532 100644 --- a/projects/hip-tests/catch/unit/graph/hipDeviceSetGraphMemAttribute.cc +++ b/projects/hip-tests/catch/unit/graph/hipDeviceSetGraphMemAttribute.cc @@ -115,3 +115,8 @@ TEST_CASE("Unit_hipDeviceSetGraphMemAttribute_Negative_Parameters") { hipErrorInvalidValue); } } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipDrvGraphAddMemcpyNode.cc b/projects/hip-tests/catch/unit/graph/hipDrvGraphAddMemcpyNode.cc index 53c9ec079f..2d2e715d4f 100644 --- a/projects/hip-tests/catch/unit/graph/hipDrvGraphAddMemcpyNode.cc +++ b/projects/hip-tests/catch/unit/graph/hipDrvGraphAddMemcpyNode.cc @@ -659,4 +659,9 @@ TEST_CASE("Unit_hipDrvGraphAddMemcpyNode_Negative_Parameters") { HIP_CHECK(hipCtxPopCurrent(&context)); HIP_CHECK(hipCtxDestroy(context)); -} \ No newline at end of file +} + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipDrvGraphAddMemsetNode.cc b/projects/hip-tests/catch/unit/graph/hipDrvGraphAddMemsetNode.cc index cbdd461c5a..e256feb30b 100644 --- a/projects/hip-tests/catch/unit/graph/hipDrvGraphAddMemsetNode.cc +++ b/projects/hip-tests/catch/unit/graph/hipDrvGraphAddMemsetNode.cc @@ -670,3 +670,8 @@ TEST_CASE("Unit_hipDrvGraphAddMemsetNode_hipMallocManaged") { HIP_CHECK(hipCtxPopCurrent(&context)); HIP_CHECK(hipCtxDestroy(context)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipDrvGraphMemcpyNodeGetParams.cc b/projects/hip-tests/catch/unit/graph/hipDrvGraphMemcpyNodeGetParams.cc index 544c983bd1..77595b11bb 100644 --- a/projects/hip-tests/catch/unit/graph/hipDrvGraphMemcpyNodeGetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipDrvGraphMemcpyNodeGetParams.cc @@ -91,4 +91,9 @@ TEST_CASE("Unit_hipDrvGraphMemcpyNodeGetParams_Negative_Parameters") { HIP_CHECK(hipCtxPopCurrent(&context)); HIP_CHECK(hipCtxDestroy(context)); } -#endif // if 0 \ No newline at end of file +#endif // if 0 + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipDrvGraphMemcpyNodeSetParams.cc b/projects/hip-tests/catch/unit/graph/hipDrvGraphMemcpyNodeSetParams.cc index eaa3469924..a25c7508cf 100644 --- a/projects/hip-tests/catch/unit/graph/hipDrvGraphMemcpyNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipDrvGraphMemcpyNodeSetParams.cc @@ -314,4 +314,9 @@ TEST_CASE("Unit_hipDrvGraphMemcpyNodeSetParams_Negative_Parameters") { HIP_CHECK(hipCtxPopCurrent(&context)); HIP_CHECK(hipCtxDestroy(context)); } -#endif // if 0 \ No newline at end of file +#endif // if 0 + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddDependencies.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddDependencies.cc index 1281581f89..d960cb1f37 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddDependencies.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddDependencies.cc @@ -301,3 +301,8 @@ TEST_CASE("Unit_hipGraphAddDependencies_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); free(A_h); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddKernelNode.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddKernelNode.cc index dd6d9f6960..b007da46b1 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddKernelNode.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddKernelNode.cc @@ -464,3 +464,8 @@ TEST_CASE("Unit_hipGraphAddKernelNode_moduleLoadKernelFn_streamCapture") { } #endif + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddMemAllocNode.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddMemAllocNode.cc index 4c99e25473..64adc13600 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddMemAllocNode.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddMemAllocNode.cc @@ -456,3 +456,8 @@ TEST_CASE("Unit_hipGraphAddMemAllocNode_Positive_FreeSeparateGraph") { HIP_CHECK(hipGraphExecDestroy(graph_exec1)); HIP_CHECK(hipGraphExecDestroy(graph_exec2)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddMemFreeNode.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddMemFreeNode.cc index fc023bff34..42eafbc25e 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddMemFreeNode.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddMemFreeNode.cc @@ -190,3 +190,8 @@ TEST_CASE("Unit_hipGraphAddMemFreeNode_Negative_NotSupported") { HIP_CHECK(hipGraphDestroy(graph1)); HIP_CHECK(hipGraphDestroy(graph2)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNode.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNode.cc index caf117f42e..d08f71ff2c 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNode.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNode.cc @@ -289,3 +289,8 @@ TEST_CASE("Unit_hipGraphAddMemcpyNode_Negative_Parameters") { make_hipPos(0, 0, 0), extent, hipMemcpyDeviceToDevice); } } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNode1D.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNode1D.cc index 83ae815019..d4abe9dc14 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNode1D.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNode1D.cc @@ -182,3 +182,8 @@ TEST_CASE("Unit_hipGraphAddMemcpyNode1D_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNodeFromSymbol.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNodeFromSymbol.cc index effb4f68e6..0c72dc5966 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNodeFromSymbol.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNodeFromSymbol.cc @@ -146,3 +146,8 @@ TEST_CASE("Unit_hipGraphAddMemcpyNodeFromSymbol_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNodeToSymbol.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNodeToSymbol.cc index 3163443944..399ca87080 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNodeToSymbol.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddMemcpyNodeToSymbol.cc @@ -149,3 +149,8 @@ TEST_CASE("Unit_hipGraphAddMemcpyNodeToSymbol_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddMemsetNode.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddMemsetNode.cc index e11d08a4b3..04a4ec4778 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddMemsetNode.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddMemsetNode.cc @@ -530,3 +530,8 @@ TEST_CASE("Unit_hipGraphAddMemsetNode_hipMallocManaged") { HIP_CHECK(hipStreamDestroy(streamForGraph)); HIP_CHECK(hipFree(A_d)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddNode.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddNode.cc index b321082d95..136720dbab 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddNode.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddNode.cc @@ -550,3 +550,8 @@ TEST_CASE("Unit_hipGraphAddNode_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); HIP_CHECK(hipEventDestroy(event)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphAddNodeBeginCapture.cc b/projects/hip-tests/catch/unit/graph/hipGraphAddNodeBeginCapture.cc index 59138742f8..3caa112f60 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphAddNodeBeginCapture.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphAddNodeBeginCapture.cc @@ -949,3 +949,8 @@ TEST_CASE("Unit_hipStreamEndCapture_later_and_addEmptyNode") { HIP_CHECK(hipStreamDestroy(stream)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphCreate.cc b/projects/hip-tests/catch/unit/graph/hipGraphCreate.cc index 301bf345a0..8aa49ce13f 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphCreate.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphCreate.cc @@ -70,3 +70,8 @@ TEST_CASE("Unit_hipGraphCreate_Positive_Basic") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphDebugDotPrint.cc b/projects/hip-tests/catch/unit/graph/hipGraphDebugDotPrint.cc index 5e9444def4..ec6dcb4eb5 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphDebugDotPrint.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphDebugDotPrint.cc @@ -397,3 +397,8 @@ TEST_CASE("Unit_hipGraphDebugDotPrint_Argument_Check") { HIP_CHECK(hipGraphDestroy(graph)); } #endif // __linux__ + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphDestroy.cc b/projects/hip-tests/catch/unit/graph/hipGraphDestroy.cc index 8ec41e4862..2070066285 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphDestroy.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphDestroy.cc @@ -63,3 +63,8 @@ TEST_CASE("Unit_hipGraphDestroy_Positive_Basic") { TEST_CASE("Unit_hipGraphDestroy_Negative_Parameters") { HIP_CHECK_ERROR(hipGraphDestroy(static_cast(nullptr)), hipErrorInvalidValue); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphExecDestroy.cc b/projects/hip-tests/catch/unit/graph/hipGraphExecDestroy.cc index debeb32a52..60baf73862 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphExecDestroy.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphExecDestroy.cc @@ -95,3 +95,8 @@ TEST_CASE("Unit_hipGraphExecDestroy_Positive_Basic") { HIP_CHECK(hipGraphExecDestroy(graphExec)); HIP_CHECK(hipStreamDestroy(streamForGraph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParams.cc b/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParams.cc index 6d55392e11..aa9359d6bc 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParams.cc @@ -264,4 +264,9 @@ TEST_CASE("Unit_hipGraphExecMemcpyNodeSetParams_Negative_Changing_Memcpy_Directi HIP_CHECK(hipGraphExecDestroy(graph_exec)); HIP_CHECK(hipGraphDestroy(graph)); -} \ No newline at end of file +} + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParams1D.cc b/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParams1D.cc index 9a01d6d0ae..ce60036828 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParams1D.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParams1D.cc @@ -251,3 +251,8 @@ TEST_CASE("Unit_hipGraphExecMemcpyNodeSetParams1D_Negative_Changing_Memcpy_Direc HIP_CHECK(hipGraphExecDestroy(graph_exec)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParamsFromSymbol.cc b/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParamsFromSymbol.cc index 6116966bea..a9669590ca 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParamsFromSymbol.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParamsFromSymbol.cc @@ -187,3 +187,8 @@ TEST_CASE("Unit_hipGraphExecMemcpyNodeSetParamsFromSymbol_Negative_Parameters") HIP_CHECK(hipGraphExecDestroy(graph_exec)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParamsToSymbol.cc b/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParamsToSymbol.cc index 3d8681eeb4..4d3d0189d6 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParamsToSymbol.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphExecMemcpyNodeSetParamsToSymbol.cc @@ -194,3 +194,8 @@ TEST_CASE("Unit_hipGraphExecMemcpyNodeSetParamsToSymbol_Negative_Parameters") { HIP_CHECK(hipGraphExecDestroy(graph_exec)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphExecMemsetNodeSetParams.cc b/projects/hip-tests/catch/unit/graph/hipGraphExecMemsetNodeSetParams.cc index ee2282b425..8533ed4170 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphExecMemsetNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphExecMemsetNodeSetParams.cc @@ -218,3 +218,8 @@ TEST_CASE("Unit_hipGraphExecMemsetNodeSetParams_Negative_Updating_Non1D_Node") { HIP_CHECK(hipGraphExecDestroy(graph_exec)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphExecUpdate.cc b/projects/hip-tests/catch/unit/graph/hipGraphExecUpdate.cc index bfc7b2c43e..bbe00df59a 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphExecUpdate.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphExecUpdate.cc @@ -827,3 +827,8 @@ TEST_CASE("Unit_hipGraphExecUpdate_Functional_KernelFunction_Changed") { HIP_CHECK(hipGraphDestroy(graph2)); HIP_CHECK(hipStreamDestroy(stream)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphGetEdges.cc b/projects/hip-tests/catch/unit/graph/hipGraphGetEdges.cc index 408ba88884..de0cb37bb7 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphGetEdges.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphGetEdges.cc @@ -295,3 +295,8 @@ TEST_CASE("Unit_hipGraphGetEdges_Negative_Parameters") { HIP_CHECK(hipEventDestroy(event_end)); HIP_CHECK(hipEventDestroy(event_start)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphGetNodes.cc b/projects/hip-tests/catch/unit/graph/hipGraphGetNodes.cc index 2d7837fd13..0eccc2d34d 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphGetNodes.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphGetNodes.cc @@ -277,3 +277,8 @@ TEST_CASE("Unit_hipGraphGetNodes_Negative_Parameters") { HIP_CHECK(hipEventDestroy(event_start)); free(nodes); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphGetRootNodes.cc b/projects/hip-tests/catch/unit/graph/hipGraphGetRootNodes.cc index 7e88953f39..9720ae8aa9 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphGetRootNodes.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphGetRootNodes.cc @@ -265,3 +265,8 @@ TEST_CASE("Unit_hipGraphGetRootNodes_Negative_Parameters") { HIP_CHECK(hipEventDestroy(event_start)); free(nodes); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphKernelNodeCopyAttributes.cc b/projects/hip-tests/catch/unit/graph/hipGraphKernelNodeCopyAttributes.cc index d9079c2ec3..8123a7f353 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphKernelNodeCopyAttributes.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphKernelNodeCopyAttributes.cc @@ -284,3 +284,8 @@ TEST_CASE("Unit_hipGraphKernelNodeCopyAttributes_Attribute_Negative") { HIP_CHECK(hipGraphDestroy(graph)); HIP_CHECK(hipStreamDestroy(streamForGraph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphKernelNodeSetAttribute_old.cc b/projects/hip-tests/catch/unit/graph/hipGraphKernelNodeSetAttribute_old.cc index ac476b2546..01efc7b1e6 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphKernelNodeSetAttribute_old.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphKernelNodeSetAttribute_old.cc @@ -368,3 +368,8 @@ TEST_CASE("Unit_hipGraphKernelNodeSetAttribute_Negative") { HIP_CHECK(hipGraphDestroy(graph)); HIP_CHECK(hipStreamDestroy(stream)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphLaunch.cc b/projects/hip-tests/catch/unit/graph/hipGraphLaunch.cc index e0513a28e0..8d5fcb4393 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphLaunch.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphLaunch.cc @@ -143,3 +143,8 @@ TEST_CASE("Unit_hipGraphLaunch_Negative_Parameters") { HIP_CHECK_ERROR(hipGraphLaunch(graph_exec, hipStreamPerThread), hipErrorInvalidValue); } } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphMemAllocNodeGetParams.cc b/projects/hip-tests/catch/unit/graph/hipGraphMemAllocNodeGetParams.cc index 99e341a77d..47f167a0de 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphMemAllocNodeGetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphMemAllocNodeGetParams.cc @@ -428,3 +428,8 @@ TEST_CASE("Unit_hipGraphMem_Alloc_Free_NodeGetParams_Negative") { HIP_CHECK(hipStreamDestroy(stream)); HIP_CHECK(hipDeviceGraphMemTrim(0)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeGetParams.cc b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeGetParams.cc index 7e2b90249d..70ebd1d5d0 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeGetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeGetParams.cc @@ -86,4 +86,9 @@ TEST_CASE("Unit_hipGraphMemcpyNodeGetParams_Negative_Parameters") { HIP_CHECK_ERROR(hipGraphMemcpyNodeGetParams(node, ¶ms), hipErrorInvalidValue); } #endif -} \ No newline at end of file +} + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParams.cc b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParams.cc index 615b9210ad..8ab72ceaf1 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParams.cc @@ -284,4 +284,9 @@ TEST_CASE("Unit_hipGraphMemcpyNodeSetParams_Negative_Parameters") { NegativeTests(dst_alloc.pitched_ptr(), make_hipPos(0, 0, 0), src_alloc.pitched_ptr(), make_hipPos(0, 0, 0), extent, hipMemcpyDeviceToDevice); } -} \ No newline at end of file +} + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParams1D.cc b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParams1D.cc index fa22c6ee2c..970a3d9792 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParams1D.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParams1D.cc @@ -196,3 +196,8 @@ TEST_CASE("Unit_hipGraphMemcpyNodeSetParams1D_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParamsFromSymbol.cc b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParamsFromSymbol.cc index b8c10c3900..121fad7ecc 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParamsFromSymbol.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParamsFromSymbol.cc @@ -158,3 +158,8 @@ TEST_CASE("Unit_hipGraphMemcpyNodeSetParamsFromSymbol_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParamsToSymbol.cc b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParamsToSymbol.cc index b62b01cf5b..ecb9f075f8 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParamsToSymbol.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphMemcpyNodeSetParamsToSymbol.cc @@ -159,3 +159,8 @@ TEST_CASE("Unit_hipGraphMemcpyNodeSetParamsToSymbol_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphMemsetNodeGetParams.cc b/projects/hip-tests/catch/unit/graph/hipGraphMemsetNodeGetParams.cc index 1c640db2de..d49c0c1c31 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphMemsetNodeGetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphMemsetNodeGetParams.cc @@ -82,3 +82,8 @@ TEST_CASE("Unit_hipGraphMemsetNodeGetParams_Negative_Parameters") { } #endif } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphMemsetNodeSetParams.cc b/projects/hip-tests/catch/unit/graph/hipGraphMemsetNodeSetParams.cc index d816e8b88e..b881ca91d0 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphMemsetNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphMemsetNodeSetParams.cc @@ -147,3 +147,8 @@ TEST_CASE("Unit_hipGraphMemsetNodeSetParams_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphNodeGetDependencies.cc b/projects/hip-tests/catch/unit/graph/hipGraphNodeGetDependencies.cc index a395ebc961..2070486d26 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphNodeGetDependencies.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphNodeGetDependencies.cc @@ -249,3 +249,8 @@ TEST_CASE("Unit_hipGraphNodeGetDependencies_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); HIP_CHECK(hipFree(A_d)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphNodeGetDependentNodes.cc b/projects/hip-tests/catch/unit/graph/hipGraphNodeGetDependentNodes.cc index f3a6d984f9..1d7268111c 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphNodeGetDependentNodes.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphNodeGetDependentNodes.cc @@ -247,3 +247,8 @@ TEST_CASE("Unit_hipGraphNodeGetDependentNodes_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); HIP_CHECK(hipFree(A_d)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphPerf.cc b/projects/hip-tests/catch/unit/graph/hipGraphPerf.cc index d457c9b011..23f4caba6a 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphPerf.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphPerf.cc @@ -2757,3 +2757,8 @@ TEST_CASE("Unit_hipGraph_PerfCheck_hipGraphExecUpdate_kernel_inLoop") { } #endif #endif // #if __linux__ + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipGraphRemoveDependencies.cc b/projects/hip-tests/catch/unit/graph/hipGraphRemoveDependencies.cc index 46d4d6ff10..2cbc28b749 100644 --- a/projects/hip-tests/catch/unit/graph/hipGraphRemoveDependencies.cc +++ b/projects/hip-tests/catch/unit/graph/hipGraphRemoveDependencies.cc @@ -494,3 +494,8 @@ TEST_CASE("Unit_hipGraphRemoveDependencies_Negative_Parameters") { HIP_CHECK(hipEventDestroy(event_end)); HIP_CHECK(hipEventDestroy(event_start)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipLaunchHostFunc.cc b/projects/hip-tests/catch/unit/graph/hipLaunchHostFunc.cc index fe82055061..8fe5908761 100644 --- a/projects/hip-tests/catch/unit/graph/hipLaunchHostFunc.cc +++ b/projects/hip-tests/catch/unit/graph/hipLaunchHostFunc.cc @@ -180,3 +180,8 @@ TEST_CASE("Unit_hipLaunchHostFunc_Positive_Thread") { HIP_CHECK(hipGraphExecDestroy(graphExec)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipStreamBeginCapture.cc b/projects/hip-tests/catch/unit/graph/hipStreamBeginCapture.cc index cbe8185818..12d82ac09b 100644 --- a/projects/hip-tests/catch/unit/graph/hipStreamBeginCapture.cc +++ b/projects/hip-tests/catch/unit/graph/hipStreamBeginCapture.cc @@ -1478,3 +1478,8 @@ TEST_CASE("Unit_hipStreamBeginCapture_StreamSync_OngoingCapture_MThread") { HIP_CHECK(hipGraphDestroy(graph)); } } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipStreamEndCapture.cc b/projects/hip-tests/catch/unit/graph/hipStreamEndCapture.cc index 7ec1ea88a6..67b2b8a32b 100644 --- a/projects/hip-tests/catch/unit/graph/hipStreamEndCapture.cc +++ b/projects/hip-tests/catch/unit/graph/hipStreamEndCapture.cc @@ -203,3 +203,8 @@ TEST_CASE("Unit_hipStreamEndCapture_Positive_Thread") { HIP_CHECK(hipGraphExecDestroy(graphExec)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipStreamGetCaptureInfo.cc b/projects/hip-tests/catch/unit/graph/hipStreamGetCaptureInfo.cc index 9c3317ed85..2d8f018bdb 100644 --- a/projects/hip-tests/catch/unit/graph/hipStreamGetCaptureInfo.cc +++ b/projects/hip-tests/catch/unit/graph/hipStreamGetCaptureInfo.cc @@ -196,3 +196,8 @@ TEST_CASE("Unit_hipStreamGetCaptureInfo_Negative_Parameters") { } #endif } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipStreamGetCaptureInfo_v2.cc b/projects/hip-tests/catch/unit/graph/hipStreamGetCaptureInfo_v2.cc index 0dde7247b1..f8514c52d2 100644 --- a/projects/hip-tests/catch/unit/graph/hipStreamGetCaptureInfo_v2.cc +++ b/projects/hip-tests/catch/unit/graph/hipStreamGetCaptureInfo_v2.cc @@ -258,3 +258,8 @@ TEST_CASE("Unit_hipStreamGetCaptureInfo_v2_Negative_Parameters") { } #endif } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipStreamIsCapturing.cc b/projects/hip-tests/catch/unit/graph/hipStreamIsCapturing.cc index 256d20f21d..7f0df15a41 100644 --- a/projects/hip-tests/catch/unit/graph/hipStreamIsCapturing.cc +++ b/projects/hip-tests/catch/unit/graph/hipStreamIsCapturing.cc @@ -209,3 +209,8 @@ TEST_CASE("Unit_hipStreamIsCapturing_Positive_Thread") { HIP_CHECK(hipStreamEndCapture(stream, &graph)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipStreamUpdateCaptureDependencies.cc b/projects/hip-tests/catch/unit/graph/hipStreamUpdateCaptureDependencies.cc index e11e1c3e24..9e5df0fe6a 100644 --- a/projects/hip-tests/catch/unit/graph/hipStreamUpdateCaptureDependencies.cc +++ b/projects/hip-tests/catch/unit/graph/hipStreamUpdateCaptureDependencies.cc @@ -469,3 +469,8 @@ TEST_CASE("Unit_hipStreamUpdateCaptureDependencies_Negative_Parameters") { HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/graph/hipThreadExchangeStreamCaptureMode.cc b/projects/hip-tests/catch/unit/graph/hipThreadExchangeStreamCaptureMode.cc index 5ac784bc79..fe73283f68 100644 --- a/projects/hip-tests/catch/unit/graph/hipThreadExchangeStreamCaptureMode.cc +++ b/projects/hip-tests/catch/unit/graph/hipThreadExchangeStreamCaptureMode.cc @@ -148,3 +148,8 @@ TEST_CASE("Unit_hipThreadExchangeStreamCaptureMode_Negative_Parameters") { } } #endif + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/hip_specific/hip_hc_8pk.cc b/projects/hip-tests/catch/unit/hip_specific/hip_hc_8pk.cc index a3d996fee4..310f8d6658 100644 --- a/projects/hip-tests/catch/unit/hip_specific/hip_hc_8pk.cc +++ b/projects/hip-tests/catch/unit/hip_specific/hip_hc_8pk.cc @@ -169,4 +169,9 @@ TEST_CASE("Unit_Device__hip_hc_8pk_Negative_Parameters_RTC") { HIPRTC_CHECK(hiprtcDestroyProgram(&program)); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipDynamicShared.cc b/projects/hip-tests/catch/unit/kernel/hipDynamicShared.cc index 90de000d8f..02a4ed9f19 100644 --- a/projects/hip-tests/catch/unit/kernel/hipDynamicShared.cc +++ b/projects/hip-tests/catch/unit/kernel/hipDynamicShared.cc @@ -162,3 +162,8 @@ TEST_CASE("Unit_hipDynamicShared") { testExternShared(65536, 64); } } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipDynamicShared2.cc b/projects/hip-tests/catch/unit/kernel/hipDynamicShared2.cc index bcc5ecca85..248b7a0dbc 100644 --- a/projects/hip-tests/catch/unit/kernel/hipDynamicShared2.cc +++ b/projects/hip-tests/catch/unit/kernel/hipDynamicShared2.cc @@ -87,3 +87,8 @@ TEST_CASE("Unit_hipDynamicShared2") { delete[] A; delete[] B; } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipEmptyKernel.cc b/projects/hip-tests/catch/unit/kernel/hipEmptyKernel.cc index eb6f9818ba..478f39550a 100644 --- a/projects/hip-tests/catch/unit/kernel/hipEmptyKernel.cc +++ b/projects/hip-tests/catch/unit/kernel/hipEmptyKernel.cc @@ -52,3 +52,8 @@ TEST_CASE("Unit_hipEmptyKernel") { hipLaunchKernelGGL(HIP_KERNEL_NAME(Empty), dim3(1), dim3(1), 0, 0, 0); HIP_CHECK(hipDeviceSynchronize()); } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipExtLaunchKernelGGL.cc b/projects/hip-tests/catch/unit/kernel/hipExtLaunchKernelGGL.cc index 6cf89ade50..962b58e605 100644 --- a/projects/hip-tests/catch/unit/kernel/hipExtLaunchKernelGGL.cc +++ b/projects/hip-tests/catch/unit/kernel/hipExtLaunchKernelGGL.cc @@ -131,3 +131,8 @@ TEST_CASE("Unit_hipExtLaunchKernelGGL") { testMixData(); } } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipGridLaunch.cc b/projects/hip-tests/catch/unit/kernel/hipGridLaunch.cc index e009a29c77..29667aa60b 100644 --- a/projects/hip-tests/catch/unit/kernel/hipGridLaunch.cc +++ b/projects/hip-tests/catch/unit/kernel/hipGridLaunch.cc @@ -115,3 +115,8 @@ TEST_CASE("Unit_hipGridLaunch") { } #endif } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipLanguageExtensions.cc b/projects/hip-tests/catch/unit/kernel/hipLanguageExtensions.cc index e303c52138..0308c087d1 100644 --- a/projects/hip-tests/catch/unit/kernel/hipLanguageExtensions.cc +++ b/projects/hip-tests/catch/unit/kernel/hipLanguageExtensions.cc @@ -104,3 +104,8 @@ __global__ void vectorADD(T __restrict__* A_d, T* B_d, T* C_d, size_t N) { TEST_CASE("Unit_hipLanguageExtensions") { REQUIRE(true); } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipLaunchParm.cc b/projects/hip-tests/catch/unit/kernel/hipLaunchParm.cc index c5cf63cbbf..86d574778c 100644 --- a/projects/hip-tests/catch/unit/kernel/hipLaunchParm.cc +++ b/projects/hip-tests/catch/unit/kernel/hipLaunchParm.cc @@ -1012,3 +1012,8 @@ TEST_CASE("Unit_hipLaunchParm") { HIP_CHECK(hipHostFree(result_h)); HIP_CHECK(hipFree(result_d)); } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipLaunchParmFunctor.cc b/projects/hip-tests/catch/unit/kernel/hipLaunchParmFunctor.cc index a99aa5f412..a453dbbde6 100644 --- a/projects/hip-tests/catch/unit/kernel/hipLaunchParmFunctor.cc +++ b/projects/hip-tests/catch/unit/kernel/hipLaunchParmFunctor.cc @@ -457,3 +457,8 @@ TEST_CASE("Unit_hipLaunchParmFunctor") { FunctorTests.TestForFunctorContainInStructObj(); } } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipPrintfKernel.cc b/projects/hip-tests/catch/unit/kernel/hipPrintfKernel.cc index c616f86eae..0d2eaea2db 100644 --- a/projects/hip-tests/catch/unit/kernel/hipPrintfKernel.cc +++ b/projects/hip-tests/catch/unit/kernel/hipPrintfKernel.cc @@ -65,3 +65,8 @@ TEST_CASE("Unit_kernel_ChkPrintf") { delete [] data; } } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipShflTests.cc b/projects/hip-tests/catch/unit/kernel/hipShflTests.cc index 3525602bd0..af7faa4525 100644 --- a/projects/hip-tests/catch/unit/kernel/hipShflTests.cc +++ b/projects/hip-tests/catch/unit/kernel/hipShflTests.cc @@ -175,3 +175,8 @@ TEST_CASE("Unit_hipShflTests") { SECTION("run test for unsigned int") { runTest(); } SECTION("run test for uint64_t") { runTest(); } } + +/** +* End doxygen group ShflTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipTestConstant.cc b/projects/hip-tests/catch/unit/kernel/hipTestConstant.cc index 0d7693a91f..c95c3faeec 100644 --- a/projects/hip-tests/catch/unit/kernel/hipTestConstant.cc +++ b/projects/hip-tests/catch/unit/kernel/hipTestConstant.cc @@ -74,3 +74,8 @@ TEST_CASE("Unit_kernel_chkConstantViaKernel") { HIP_CHECK(hipFree(Ad)); } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipTestGlobalVariable.cc b/projects/hip-tests/catch/unit/kernel/hipTestGlobalVariable.cc index 151a92f7e8..eed083a032 100644 --- a/projects/hip-tests/catch/unit/kernel/hipTestGlobalVariable.cc +++ b/projects/hip-tests/catch/unit/kernel/hipTestGlobalVariable.cc @@ -99,3 +99,8 @@ TEST_CASE("Unit_kernel_chkGlobalArrAndGlobalVaribleViaKernelFn") { runTestConstantGlobalVar(); runTestGlobalArray(); } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/hipTestMemKernel.cc b/projects/hip-tests/catch/unit/kernel/hipTestMemKernel.cc index beedb180a5..c7932b3f83 100644 --- a/projects/hip-tests/catch/unit/kernel/hipTestMemKernel.cc +++ b/projects/hip-tests/catch/unit/kernel/hipTestMemKernel.cc @@ -246,3 +246,8 @@ TEST_CASE("Unit_kernel_MemoryOperationsViaKernels") { HIP_CHECK(hipFree(Cd)); } } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/kernel/launch_bounds.cc b/projects/hip-tests/catch/unit/kernel/launch_bounds.cc index 5cab54679b..6c9646aaf5 100644 --- a/projects/hip-tests/catch/unit/kernel/launch_bounds.cc +++ b/projects/hip-tests/catch/unit/kernel/launch_bounds.cc @@ -100,3 +100,8 @@ TEST_CASE("Unit_kernel_LaunchBounds_Functional") { free(A_h); free(C_h); } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/launchBounds/launch_bounds.cc b/projects/hip-tests/catch/unit/launchBounds/launch_bounds.cc index 72b087331b..1a9fc70710 100644 --- a/projects/hip-tests/catch/unit/launchBounds/launch_bounds.cc +++ b/projects/hip-tests/catch/unit/launchBounds/launch_bounds.cc @@ -171,3 +171,8 @@ TEST_CASE("Unit_Kernel_Launch_bounds_Negative_Parameters_RTC") { REQUIRE(error_count > 0); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/casting_double_funcs.cc b/projects/hip-tests/catch/unit/math/casting_double_funcs.cc index fcdbe441ef..26af6d1f54 100644 --- a/projects/hip-tests/catch/unit/math/casting_double_funcs.cc +++ b/projects/hip-tests/catch/unit/math/casting_double_funcs.cc @@ -594,4 +594,9 @@ TEST_CASE("Unit_Device___double_as_longlong_Positive") { */ TEST_CASE("Unit_Device___double_as_longlong_Negative_RTC") { NegativeTestRTCWrapper<3>(kDoubleAsLonglong); -} \ No newline at end of file +} + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/casting_float_funcs.cc b/projects/hip-tests/catch/unit/math/casting_float_funcs.cc index f5e92e218b..5d3e4400dc 100644 --- a/projects/hip-tests/catch/unit/math/casting_float_funcs.cc +++ b/projects/hip-tests/catch/unit/math/casting_float_funcs.cc @@ -438,3 +438,8 @@ TEST_CASE("Unit_Device___float_as_uint_Positive") { * - HIP_VERSION >= 5.2 */ TEST_CASE("Unit_Device___float_as_uint_Negative_RTC") { NegativeTestRTCWrapper<3>(kFloatAsUint); } + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/casting_half2_funcs.cc b/projects/hip-tests/catch/unit/math/casting_half2_funcs.cc index 38562f38eb..20e0f0a0c4 100644 --- a/projects/hip-tests/catch/unit/math/casting_half2_funcs.cc +++ b/projects/hip-tests/catch/unit/math/casting_half2_funcs.cc @@ -417,3 +417,8 @@ TEST_CASE("Unit_Device___half22float2_Accuracy_Positive") { UnaryHalfPrecisionTest(__half22float2_kernel, __half22float2_ref, Float2ValidatorBuilderFactory(EqValidatorBuilderFactory())); } + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/casting_half2int_funcs.cc b/projects/hip-tests/catch/unit/math/casting_half2int_funcs.cc index 77c32fcb9c..d46a8e0ba9 100644 --- a/projects/hip-tests/catch/unit/math/casting_half2int_funcs.cc +++ b/projects/hip-tests/catch/unit/math/casting_half2int_funcs.cc @@ -437,4 +437,9 @@ TEST_CASE("Unit_Device___half_as_ushort_Accuracy_Positive") { unsigned short (*ref)(Float16) = type2_as_type1_ref; CastUnaryHalfPrecisionTest(__half_as_ushort_kernel, ref, EqValidatorBuilderFactory()); -} \ No newline at end of file +} + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/casting_half_float_funcs.cc b/projects/hip-tests/catch/unit/math/casting_half_float_funcs.cc index 23d6de2e8b..9e096f15bf 100644 --- a/projects/hip-tests/catch/unit/math/casting_half_float_funcs.cc +++ b/projects/hip-tests/catch/unit/math/casting_half_float_funcs.cc @@ -244,4 +244,9 @@ CAST_REF_DEF(__half2float, float, Float16) TEST_CASE("Unit_Device___half2float_Accuracy_Positive") { float (*ref)(Float16) = __half2float_ref; UnaryHalfPrecisionTest(__half2float_kernel, ref, EqValidatorBuilderFactory()); -} \ No newline at end of file +} + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/casting_int2half_funcs.cc b/projects/hip-tests/catch/unit/math/casting_int2half_funcs.cc index d0d404ebc9..6737656728 100644 --- a/projects/hip-tests/catch/unit/math/casting_int2half_funcs.cc +++ b/projects/hip-tests/catch/unit/math/casting_int2half_funcs.cc @@ -445,4 +445,9 @@ CAST_KERNEL_DEF(__ushort_as_half, Float16, unsigned short) TEST_CASE("Unit_Device___ushort_as_half_Accuracy_Positive") { Float16 (*ref)(unsigned short) = type2_as_type1_ref; CastIntBruteForceTest(__ushort_as_half_kernel, ref, EqValidatorBuilderFactory()); -} \ No newline at end of file +} + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/casting_int_funcs.cc b/projects/hip-tests/catch/unit/math/casting_int_funcs.cc index 49e8ae7463..628355a12c 100644 --- a/projects/hip-tests/catch/unit/math/casting_int_funcs.cc +++ b/projects/hip-tests/catch/unit/math/casting_int_funcs.cc @@ -732,4 +732,9 @@ TEST_CASE("Unit_Device___hiloint2double_Positive") { * ------------------------ * - HIP_VERSION >= 5.2 */ -TEST_CASE("Unit_Device___hiloint2double_Negative_RTC") { NegativeTestRTCWrapper<5>(kHilo2Double); } \ No newline at end of file +TEST_CASE("Unit_Device___hiloint2double_Negative_RTC") { NegativeTestRTCWrapper<5>(kHilo2Double); } + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/half_precision_arithmetic.cc b/projects/hip-tests/catch/unit/math/half_precision_arithmetic.cc index b909fb04af..a119055502 100644 --- a/projects/hip-tests/catch/unit/math/half_precision_arithmetic.cc +++ b/projects/hip-tests/catch/unit/math/half_precision_arithmetic.cc @@ -438,4 +438,9 @@ MATH_TERNARY_HP_KERNEL_DEF(__hfma2_sat); * ------------------------ * - HIP_VERSION >= 5.2 */ -MATH_TERNARY_HP_TEST_DEF_IMPL(__hfma2_sat, __hfma_sat_ref, EqValidatorBuilderFactory()); \ No newline at end of file +MATH_TERNARY_HP_TEST_DEF_IMPL(__hfma2_sat, __hfma_sat_ref, EqValidatorBuilderFactory()); + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/half_precision_comparison.cc b/projects/hip-tests/catch/unit/math/half_precision_comparison.cc index c736054e6d..9cb7c67b73 100644 --- a/projects/hip-tests/catch/unit/math/half_precision_comparison.cc +++ b/projects/hip-tests/catch/unit/math/half_precision_comparison.cc @@ -844,4 +844,9 @@ MATH_BINARY_HP_KERNEL_DEF(__hmin_nan) * ------------------------ * - HIP_VERSION >= 5.2 */ -MATH_BINARY_HP_TEST_DEF_IMPL(__hmin_nan, __hmin_nan_ref, EqValidatorBuilderFactory()) \ No newline at end of file +MATH_BINARY_HP_TEST_DEF_IMPL(__hmin_nan, __hmin_nan_ref, EqValidatorBuilderFactory()) + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/half_precision_math.cc b/projects/hip-tests/catch/unit/math/half_precision_math.cc index a1524b1f7e..a4b111d0e1 100644 --- a/projects/hip-tests/catch/unit/math/half_precision_math.cc +++ b/projects/hip-tests/catch/unit/math/half_precision_math.cc @@ -577,4 +577,9 @@ MATH_UNARY_HP_KERNEL_DEF(h2rint); * - HIP_VERSION >= 5.2 */ MATH_UNARY_HP_TEST_DEF_IMPL(h2rint, static_cast(std::rint), - EqValidatorBuilderFactory()); \ No newline at end of file + EqValidatorBuilderFactory()); + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/log_funcs.cc b/projects/hip-tests/catch/unit/math/log_funcs.cc index 83ec1806f3..a0b7279202 100644 --- a/projects/hip-tests/catch/unit/math/log_funcs.cc +++ b/projects/hip-tests/catch/unit/math/log_funcs.cc @@ -258,3 +258,8 @@ TEST_CASE("Unit_Device_ilogb_Accuracy_Positive") { * - HIP_VERSION >= 5.2 */ TEST_CASE("Unit_Device_ilogb_ilogbf_Negative_RTC") { NegativeTestRTCWrapper<4>(kIlogb); } + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/pow_funcs.cc b/projects/hip-tests/catch/unit/math/pow_funcs.cc index 1722a26db5..584ea986c9 100644 --- a/projects/hip-tests/catch/unit/math/pow_funcs.cc +++ b/projects/hip-tests/catch/unit/math/pow_funcs.cc @@ -453,3 +453,8 @@ TEMPLATE_TEST_CASE("Unit_Device_scalbln_Accuracy_Positive", "", float, double) { * - HIP_VERSION >= 5.2 */ TEST_CASE("Unit_Device_scalbln_scalblnf_Negative_RTC") { NegativeTestRTCWrapper<8>(kScalbln); } + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/root_funcs.cc b/projects/hip-tests/catch/unit/math/root_funcs.cc index 1638ca8b04..a565330049 100644 --- a/projects/hip-tests/catch/unit/math/root_funcs.cc +++ b/projects/hip-tests/catch/unit/math/root_funcs.cc @@ -602,3 +602,8 @@ TEMPLATE_TEST_CASE("Unit_Device_rnorm_Sanity_Positive", "", float, double) { * - HIP_VERSION >= 5.2 */ TEST_CASE("Unit_Device_rnorm_rnormf_Negative_RTC") { NegativeTestRTCWrapper<18>(kRnorm); } + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/math/special_funcs.cc b/projects/hip-tests/catch/unit/math/special_funcs.cc index 5461afadd1..64f074e90c 100644 --- a/projects/hip-tests/catch/unit/math/special_funcs.cc +++ b/projects/hip-tests/catch/unit/math/special_funcs.cc @@ -1115,3 +1115,8 @@ TEST_CASE("Unit_Device_jn_Accuracy_Limited_Positive") { * - HIP_VERSION >= 5.2 */ TEST_CASE("Unit_Device_jn_jnf_Negative_RTC") { NegativeTestRTCWrapper<8>(kJn); } + +/** +* End doxygen group MathTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipArray3DGetDescriptor.cc b/projects/hip-tests/catch/unit/memory/hipArray3DGetDescriptor.cc index 31a2881dd8..2ee0c373ee 100644 --- a/projects/hip-tests/catch/unit/memory/hipArray3DGetDescriptor.cc +++ b/projects/hip-tests/catch/unit/memory/hipArray3DGetDescriptor.cc @@ -85,4 +85,9 @@ TEST_CASE("Unit_hipArray3DGetDescriptor_Negative_Parameters") { HIP_CHECK(hipArrayDestroy(array.ptr())); HIP_CHECK_ERROR(hipArray3DGetDescriptor(&desc, array.ptr()), hipErrorInvalidHandle); } -} \ No newline at end of file +} + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipArrayGetDescriptor.cc b/projects/hip-tests/catch/unit/memory/hipArrayGetDescriptor.cc index cac8809cb7..49bb74fb20 100644 --- a/projects/hip-tests/catch/unit/memory/hipArrayGetDescriptor.cc +++ b/projects/hip-tests/catch/unit/memory/hipArrayGetDescriptor.cc @@ -543,3 +543,8 @@ TEST_CASE("Unit_hipArrayGetDescriptor_Negative_Parameters") { static_cast(hipArrayDestroy(ptr)); } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipArrayGetInfo.cc b/projects/hip-tests/catch/unit/memory/hipArrayGetInfo.cc index 10ebbfe1e7..a0ff7a5e9a 100644 --- a/projects/hip-tests/catch/unit/memory/hipArrayGetInfo.cc +++ b/projects/hip-tests/catch/unit/memory/hipArrayGetInfo.cc @@ -91,4 +91,9 @@ TEST_CASE("Unit_hipArrayGetInfo_Negative_Parameters") { HIP_CHECK(hipFreeArray(array.ptr())); HIP_CHECK_ERROR(hipArrayGetInfo(&desc, &extent, &flags, array.ptr()), hipErrorInvalidHandle); } -} \ No newline at end of file +} + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipDrvMemcpy3DAsync_old.cc b/projects/hip-tests/catch/unit/memory/hipDrvMemcpy3DAsync_old.cc index c44992746c..893c25c504 100644 --- a/projects/hip-tests/catch/unit/memory/hipDrvMemcpy3DAsync_old.cc +++ b/projects/hip-tests/catch/unit/memory/hipDrvMemcpy3DAsync_old.cc @@ -642,3 +642,8 @@ TEST_CASE("Unit_hipDrvMemcpy3DAsync_multiDevice_Basic_Size_Test") { } } } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipDrvMemcpy3D_old.cc b/projects/hip-tests/catch/unit/memory/hipDrvMemcpy3D_old.cc index 0e39deb95f..238d383a71 100644 --- a/projects/hip-tests/catch/unit/memory/hipDrvMemcpy3D_old.cc +++ b/projects/hip-tests/catch/unit/memory/hipDrvMemcpy3D_old.cc @@ -623,3 +623,8 @@ TEST_CASE("Unit_hipDrvMemcpy3D_multiDevice_Basic_Size_Test") { } } } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipFreeAsync.cc b/projects/hip-tests/catch/unit/memory/hipFreeAsync.cc index eb8c5b50de..7c49e1b76c 100644 --- a/projects/hip-tests/catch/unit/memory/hipFreeAsync.cc +++ b/projects/hip-tests/catch/unit/memory/hipFreeAsync.cc @@ -77,3 +77,8 @@ TEST_CASE("Unit_hipFreeAsync_Negative_Parameters") { hipErrorInvalidValue); } } + +/** +* End doxygen group StreamOTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipHostRegister.cc b/projects/hip-tests/catch/unit/memory/hipHostRegister.cc index 2110ee9281..4e3f3b0fb8 100644 --- a/projects/hip-tests/catch/unit/memory/hipHostRegister.cc +++ b/projects/hip-tests/catch/unit/memory/hipHostRegister.cc @@ -984,3 +984,8 @@ TEMPLATE_TEST_CASE("Unit_hipHostRegister_Negative", "", int, float, double) { HIP_CHECK_ERROR(hipHostRegister(hostPtr, 0, 0), hipErrorInvalidValue); } } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMallocAsync.cc b/projects/hip-tests/catch/unit/memory/hipMallocAsync.cc index f9e1d8aa8a..c7ff4ab1ec 100644 --- a/projects/hip-tests/catch/unit/memory/hipMallocAsync.cc +++ b/projects/hip-tests/catch/unit/memory/hipMallocAsync.cc @@ -136,3 +136,8 @@ TEST_CASE("Unit_hipMallocAsync_Negative_Parameters") { hipErrorOutOfMemory); } } + +/** +* End doxygen group StreamOTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMallocFromPoolAsync.cc b/projects/hip-tests/catch/unit/memory/hipMallocFromPoolAsync.cc index 408e43374a..a309df4729 100644 --- a/projects/hip-tests/catch/unit/memory/hipMallocFromPoolAsync.cc +++ b/projects/hip-tests/catch/unit/memory/hipMallocFromPoolAsync.cc @@ -147,3 +147,8 @@ TEST_CASE("Unit_hipMallocFromPoolAsync_Negative_Parameters") { hipErrorOutOfMemory); } } + +/** +* End doxygen group StreamOTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemGetAddressRange.cc b/projects/hip-tests/catch/unit/memory/hipMemGetAddressRange.cc index c6237bbd11..b8b895a10f 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemGetAddressRange.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemGetAddressRange.cc @@ -119,3 +119,8 @@ TEST_CASE("Unit_hipMemGetAddressRange_Negative") { hipErrorNotFound); } } + +/** +* End doxygen group PeerToPeerTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemPoolCreate.cc b/projects/hip-tests/catch/unit/memory/hipMemPoolCreate.cc index d914c009d6..2c4e5c7708 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemPoolCreate.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemPoolCreate.cc @@ -150,3 +150,8 @@ TEST_CASE("Unit_hipMemPoolCreate_Without_maxSize") { HIP_CHECK(hipMemPoolDestroy(mem_pool)); HIP_CHECK(hipStreamDestroy(stream)); } + +/** +* End doxygen group StreamOTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemPoolDestroy.cc b/projects/hip-tests/catch/unit/memory/hipMemPoolDestroy.cc index 24d8b7552f..121e01534a 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemPoolDestroy.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemPoolDestroy.cc @@ -76,3 +76,8 @@ TEST_CASE("Unit_hipMemPoolDestroy_Negative_Parameter") { HIP_CHECK_ERROR(hipMemPoolDestroy(default_mem_pool), hipErrorInvalidValue); } } + +/** +* End doxygen group StreamOTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemPoolTrimTo.cc b/projects/hip-tests/catch/unit/memory/hipMemPoolTrimTo.cc index 6decc1c11f..26b1710194 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemPoolTrimTo.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemPoolTrimTo.cc @@ -163,3 +163,8 @@ TEST_CASE("Unit_hipMemPoolTrimTo_Positive_Basic") { HIP_CHECK(hipFreeAsync(reinterpret_cast(alloc_mem2), stream.stream())); } + +/** +* End doxygen group StreamOTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpy2DAsync_old.cc b/projects/hip-tests/catch/unit/memory/hipMemcpy2DAsync_old.cc index 867064fe4c..233d6077dd 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemcpy2DAsync_old.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemcpy2DAsync_old.cc @@ -560,3 +560,8 @@ TEST_CASE("Unit_hipMemcpy2DAsync_multiDevice_Basic_Size_Test") { } } } + +/** +* End doxygen group MemcpyTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpy2D_old.cc b/projects/hip-tests/catch/unit/memory/hipMemcpy2D_old.cc index b3cd9eb865..25df0446b1 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemcpy2D_old.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemcpy2D_old.cc @@ -508,3 +508,8 @@ TEST_CASE("Unit_hipMemcpy2D_multiDevice_Basic_Size_Test") { } } } + +/** +* End doxygen group MemcpyTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpy3DAsync_old.cc b/projects/hip-tests/catch/unit/memory/hipMemcpy3DAsync_old.cc index 264c31569b..0cff9e2510 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemcpy3DAsync_old.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemcpy3DAsync_old.cc @@ -835,3 +835,8 @@ TEST_CASE("Unit_hipMemcpy3DAsync_Basic_Size_Test") { } } } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpy3D_old.cc b/projects/hip-tests/catch/unit/memory/hipMemcpy3D_old.cc index 1fb32183a8..0b5d7ecfde 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemcpy3D_old.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemcpy3D_old.cc @@ -721,3 +721,8 @@ TEST_CASE("Unit_hipMemcpy3D_multiDevice_Basic_Size_Test") { } } } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpyDeviceToDeviceNoCU.cc b/projects/hip-tests/catch/unit/memory/hipMemcpyDeviceToDeviceNoCU.cc index 7385dc9fcd..07020724a5 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemcpyDeviceToDeviceNoCU.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemcpyDeviceToDeviceNoCU.cc @@ -292,3 +292,8 @@ TEST_CASE("Unit_hipMemcpyDeviceToDeviceNoCU_Memcpy_Kernel_InParallel") { HIP_CHECK(hipFree(Bd)); HIP_CHECK(hipFree(Cd)); } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpyPeer.cc b/projects/hip-tests/catch/unit/memory/hipMemcpyPeer.cc index c04a84c027..6daf341e6b 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemcpyPeer.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemcpyPeer.cc @@ -283,3 +283,8 @@ TEST_CASE("Unit_hipMemcpyPeer_Negative_Parameters") { INFO("Peer access cannot be enabled between devices " << src_device << " " << dst_device); } } + +/** +* End doxygen group PeerToPeerTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipMemcpyPeerAsync.cc b/projects/hip-tests/catch/unit/memory/hipMemcpyPeerAsync.cc index d86da680d2..3fb71dfd13 100644 --- a/projects/hip-tests/catch/unit/memory/hipMemcpyPeerAsync.cc +++ b/projects/hip-tests/catch/unit/memory/hipMemcpyPeerAsync.cc @@ -319,3 +319,8 @@ TEST_CASE("Unit_hipMemcpyPeerAsync_Negative_Parameters") { INFO("Peer access cannot be enabled between devices " << src_device << " " << dst_device); } } + +/** +* End doxygen group PeerToPeerTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipPointerGetAttributes.cc b/projects/hip-tests/catch/unit/memory/hipPointerGetAttributes.cc index 60357678f6..2cf9846df9 100644 --- a/projects/hip-tests/catch/unit/memory/hipPointerGetAttributes.cc +++ b/projects/hip-tests/catch/unit/memory/hipPointerGetAttributes.cc @@ -558,3 +558,8 @@ TEST_CASE("Unit_hipPointerGetAttributes_GpuIter_Unregistered_Memory") { free(ptr3); } } + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/memory/hipPointerSetAttribute.cc b/projects/hip-tests/catch/unit/memory/hipPointerSetAttribute.cc index ebce0855b2..fe1a93011d 100644 --- a/projects/hip-tests/catch/unit/memory/hipPointerSetAttribute.cc +++ b/projects/hip-tests/catch/unit/memory/hipPointerSetAttribute.cc @@ -105,4 +105,9 @@ TEST_CASE("Unit_hipPointerSetAttribute_Negative_Parameters") { HIP_CHECK_ERROR(hipPointerSetAttribute(&value, HIP_POINTER_ATTRIBUTE_SYNC_MEMOPS, mem.ptr()), hipErrorInvalidDevicePointer); } -} \ No newline at end of file +} + +/** +* End doxygen group MemoryTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/module/hipExtModuleLaunchKernel.cc b/projects/hip-tests/catch/unit/module/hipExtModuleLaunchKernel.cc index 3772587453..e3f6acf682 100644 --- a/projects/hip-tests/catch/unit/module/hipExtModuleLaunchKernel.cc +++ b/projects/hip-tests/catch/unit/module/hipExtModuleLaunchKernel.cc @@ -285,3 +285,8 @@ TEST_CASE("Unit_hipExtModuleLaunchKernel_Positive_Parameters") { TEST_CASE("Unit_hipExtModuleLaunchKernel_Negative_Parameters") { ModuleLaunchKernelNegativeParameters(); } + +/** +* End doxygen group KernelTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/module/hipModuleLaunchCooperativeKernel.cc b/projects/hip-tests/catch/unit/module/hipModuleLaunchCooperativeKernel.cc index cf92152bce..415d468a82 100644 --- a/projects/hip-tests/catch/unit/module/hipModuleLaunchCooperativeKernel.cc +++ b/projects/hip-tests/catch/unit/module/hipModuleLaunchCooperativeKernel.cc @@ -208,4 +208,9 @@ TEST_CASE("Unit_hipModuleLaunchCooperativeKernel_Negative_Parameters") { hipErrorInvalidValue); } #endif -} \ No newline at end of file +} + +/** +* End doxygen group ModuleTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/module/hipModuleLaunchCooperativeKernelMultiDevice.cc b/projects/hip-tests/catch/unit/module/hipModuleLaunchCooperativeKernelMultiDevice.cc index 1deaae02c0..5198569d88 100644 --- a/projects/hip-tests/catch/unit/module/hipModuleLaunchCooperativeKernelMultiDevice.cc +++ b/projects/hip-tests/catch/unit/module/hipModuleLaunchCooperativeKernelMultiDevice.cc @@ -224,4 +224,9 @@ TEST_CASE("Unit_hipModuleLaunchCooperativeKernelMultiDevice_Negative_MultiKernel for (const auto params : params_list) { HIP_CHECK(hipStreamDestroy(params.hStream)); } -} \ No newline at end of file +} + +/** +* End doxygen group ModuleTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/p2p/hipDeviceGetP2PAttribute.cc b/projects/hip-tests/catch/unit/p2p/hipDeviceGetP2PAttribute.cc index 5564fdfc31..34f311e9ac 100644 --- a/projects/hip-tests/catch/unit/p2p/hipDeviceGetP2PAttribute.cc +++ b/projects/hip-tests/catch/unit/p2p/hipDeviceGetP2PAttribute.cc @@ -194,3 +194,8 @@ TEST_CASE("Unit_hipDeviceGetP2PAttribute_Negative") { } #endif } + +/** +* End doxygen group DriverTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/p2p/hipP2pLinkTypeAndHopFunc.cc b/projects/hip-tests/catch/unit/p2p/hipP2pLinkTypeAndHopFunc.cc index 9cc2d7c080..71e0c6f0c7 100644 --- a/projects/hip-tests/catch/unit/p2p/hipP2pLinkTypeAndHopFunc.cc +++ b/projects/hip-tests/catch/unit/p2p/hipP2pLinkTypeAndHopFunc.cc @@ -349,3 +349,8 @@ TEST_CASE("Unit_hipP2pLinkTypeAndHopFunc") { printf("This test is skipped due to non linux environment.\n"); #endif } + +/** +* End doxygen group p2pTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/printf/printfFlags.cc b/projects/hip-tests/catch/unit/printf/printfFlags.cc index 58efa857b3..5d2cfc70e7 100644 --- a/projects/hip-tests/catch/unit/printf/printfFlags.cc +++ b/projects/hip-tests/catch/unit/printf/printfFlags.cc @@ -73,3 +73,8 @@ xyzzy REQUIRE(proc.run() == 0); REQUIRE(proc.getOutput() == reference); } + +/** +* End doxygen group PrintfTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/printf/printfFlagsNonHost.cc b/projects/hip-tests/catch/unit/printf/printfFlagsNonHost.cc index 1fd7900d52..771087692b 100644 --- a/projects/hip-tests/catch/unit/printf/printfFlagsNonHost.cc +++ b/projects/hip-tests/catch/unit/printf/printfFlagsNonHost.cc @@ -59,3 +59,8 @@ xyzzy REQUIRE(proc.getOutput() == reference); } + +/** +* End doxygen group PrintfTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/printf/printfHost.cc b/projects/hip-tests/catch/unit/printf/printfHost.cc index a4afc5268a..1b9ef078da 100644 --- a/projects/hip-tests/catch/unit/printf/printfHost.cc +++ b/projects/hip-tests/catch/unit/printf/printfHost.cc @@ -62,3 +62,8 @@ TEST_CASE("Unit_Host_Printf") { free(count); HIP_CHECK(hipFree(count_d)); } + +/** +* End doxygen group PrintfTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/printf/printfLength.cc b/projects/hip-tests/catch/unit/printf/printfLength.cc index 7fce68bac3..af3dad60ef 100644 --- a/projects/hip-tests/catch/unit/printf/printfLength.cc +++ b/projects/hip-tests/catch/unit/printf/printfLength.cc @@ -85,3 +85,8 @@ x REQUIRE(0 == proc.run()); REQUIRE(proc.getOutput() == reference); } + +/** +* End doxygen group PrintfTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/printf/printfNonHost.cc b/projects/hip-tests/catch/unit/printf/printfNonHost.cc index 80989de77a..903aeedb78 100644 --- a/projects/hip-tests/catch/unit/printf/printfNonHost.cc +++ b/projects/hip-tests/catch/unit/printf/printfNonHost.cc @@ -205,3 +205,8 @@ TEST_CASE("Unit_NonHost_Printf_BufferAvailability") { HIP_CHECK(hipFree(count_d)); } + +/** +* End doxygen group PrintfTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/printf/printfSpecifiers.cc b/projects/hip-tests/catch/unit/printf/printfSpecifiers.cc index 1c76c6f1dc..6eddfcec6e 100644 --- a/projects/hip-tests/catch/unit/printf/printfSpecifiers.cc +++ b/projects/hip-tests/catch/unit/printf/printfSpecifiers.cc @@ -175,3 +175,8 @@ TEST_CASE("Unit_Printf_Negative_Parameters_RTC") { HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); } + +/** +* End doxygen group PrintfTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/printf/printfSpecifiersNonHost.cc b/projects/hip-tests/catch/unit/printf/printfSpecifiersNonHost.cc index c712e5e435..cc372f1714 100644 --- a/projects/hip-tests/catch/unit/printf/printfSpecifiersNonHost.cc +++ b/projects/hip-tests/catch/unit/printf/printfSpecifiersNonHost.cc @@ -114,3 +114,8 @@ x REQUIRE(0 == proc.run()); REQUIRE(proc.getOutput() == reference); } + +/** +* End doxygen group PrintfTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/rtc/hipRtcComplexHeader.cc b/projects/hip-tests/catch/unit/rtc/hipRtcComplexHeader.cc index 46dd53dbbc..783cb5b86f 100644 --- a/projects/hip-tests/catch/unit/rtc/hipRtcComplexHeader.cc +++ b/projects/hip-tests/catch/unit/rtc/hipRtcComplexHeader.cc @@ -235,3 +235,8 @@ TEST_CASE("Unit_Rtc_HipComplex_header") { delete[] compiler_options; delete[] result_h; } + +/** +* End doxygen group hiprtcHeadersTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/rtc/hiprtcGetLoweredName.cc b/projects/hip-tests/catch/unit/rtc/hiprtcGetLoweredName.cc index ce622a82d3..05d7f5c46a 100644 --- a/projects/hip-tests/catch/unit/rtc/hiprtcGetLoweredName.cc +++ b/projects/hip-tests/catch/unit/rtc/hiprtcGetLoweredName.cc @@ -162,3 +162,8 @@ TEST_CASE("Unit_hiprtcGetLoweredName_templateKrnls") { REQUIRE(Test(2, gpuProgram2)); REQUIRE(Test(3, gpuProgram3)); } + +/** +* End doxygen group hiprtc. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/rtc/hiprtc_MathConstants_HeaderTst.cc b/projects/hip-tests/catch/unit/rtc/hiprtc_MathConstants_HeaderTst.cc index 2879c2e267..874b2dec27 100644 --- a/projects/hip-tests/catch/unit/rtc/hiprtc_MathConstants_HeaderTst.cc +++ b/projects/hip-tests/catch/unit/rtc/hiprtc_MathConstants_HeaderTst.cc @@ -229,3 +229,8 @@ TEST_CASE("Unit_Rtc_MathConstants_header") { delete [] result_h; REQUIRE(true); } + +/** +* End doxygen group hiprtcHeaders. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/rtc/hiprtc_MathFunctions_HeaderTst.cc b/projects/hip-tests/catch/unit/rtc/hiprtc_MathFunctions_HeaderTst.cc index a44be0ad1b..84f5524c97 100644 --- a/projects/hip-tests/catch/unit/rtc/hiprtc_MathFunctions_HeaderTst.cc +++ b/projects/hip-tests/catch/unit/rtc/hiprtc_MathFunctions_HeaderTst.cc @@ -123,3 +123,8 @@ TEST_CASE("Unit_Rtc_MathFunctions_header") { delete [] result_h; REQUIRE(true); } + +/** +* End doxygen group hiprtcHeaders. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/rtc/hiprtc_TextureTypes_HeaderTst.cc b/projects/hip-tests/catch/unit/rtc/hiprtc_TextureTypes_HeaderTst.cc index 8053cf4136..845cc0e83e 100644 --- a/projects/hip-tests/catch/unit/rtc/hiprtc_TextureTypes_HeaderTst.cc +++ b/projects/hip-tests/catch/unit/rtc/hiprtc_TextureTypes_HeaderTst.cc @@ -131,3 +131,8 @@ TEST_CASE("Unit_Rtc_TextureTypes_header") { delete [] result_h; REQUIRE(true); } + +/** +* End doxygen group hiprtcHeaders. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/rtc/hiprtc_VectorTypes_HeaderTst.cc b/projects/hip-tests/catch/unit/rtc/hiprtc_VectorTypes_HeaderTst.cc index 487ca8fd5a..7780dfac62 100644 --- a/projects/hip-tests/catch/unit/rtc/hiprtc_VectorTypes_HeaderTst.cc +++ b/projects/hip-tests/catch/unit/rtc/hiprtc_VectorTypes_HeaderTst.cc @@ -1430,3 +1430,8 @@ TEST_CASE("Unit_Rtc_VectorTypes_header") { delete [] result_h; REQUIRE(true); } + +/** +* End doxygen group hiprtcHeaders. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/rtc/hiprtc_fp16_HeaderTst.cc b/projects/hip-tests/catch/unit/rtc/hiprtc_fp16_HeaderTst.cc index 97ee23cb49..db06a95b42 100644 --- a/projects/hip-tests/catch/unit/rtc/hiprtc_fp16_HeaderTst.cc +++ b/projects/hip-tests/catch/unit/rtc/hiprtc_fp16_HeaderTst.cc @@ -353,3 +353,8 @@ TEST_CASE("Unit_Rtc_fp16_header") { delete [] result_h; REQUIRE(true); } + +/** +* End doxygen group hiprtcHeaders. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc b/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc index ee3b723c7e..7a246dd84e 100644 --- a/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc +++ b/projects/hip-tests/catch/unit/stream/hipStreamCreateWithPriority.cc @@ -1011,3 +1011,8 @@ TEST_CASE("Unit_hipStreamCreateWithPriority_ValidateWithEvents") { TEST_CASE("Unit_hipStreamCreateWithPriority_TestMultipleStreamWithPriority") { hipStreamCreateWithPriorityTest::TestForMultipleStreamWithPriority(); } + +/** +* End doxygen group StreamTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/stream/hipStreamGetDevice.cc b/projects/hip-tests/catch/unit/stream/hipStreamGetDevice.cc index fd89069f2f..247e9b19ba 100644 --- a/projects/hip-tests/catch/unit/stream/hipStreamGetDevice.cc +++ b/projects/hip-tests/catch/unit/stream/hipStreamGetDevice.cc @@ -235,3 +235,8 @@ TEST_CASE("Unit_hipStreamGetDevice_NullStream") { } } #endif + +/** +* End doxygen group StreamTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/hipCreateSurfaceObject.cc b/projects/hip-tests/catch/unit/surface/hipCreateSurfaceObject.cc index b4ad78406d..07f153ad50 100644 --- a/projects/hip-tests/catch/unit/surface/hipCreateSurfaceObject.cc +++ b/projects/hip-tests/catch/unit/surface/hipCreateSurfaceObject.cc @@ -84,4 +84,9 @@ TEST_CASE("Unit_hipCreateSurfaceObject_Negative_Parameters") { #endif HIP_CHECK(hipFreeArray(array)); -} \ No newline at end of file +} + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/hipDestroySurfaceObject.cc b/projects/hip-tests/catch/unit/surface/hipDestroySurfaceObject.cc index 324da15f32..7115e712b3 100644 --- a/projects/hip-tests/catch/unit/surface/hipDestroySurfaceObject.cc +++ b/projects/hip-tests/catch/unit/surface/hipDestroySurfaceObject.cc @@ -65,4 +65,9 @@ TEST_CASE("Unit_hipDestroySurfaceObject_Negative_Parameters") { HIP_CHECK(hipFreeArray(array)); } -} \ No newline at end of file +} + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/surf1D.cc b/projects/hip-tests/catch/unit/surface/surf1D.cc index 20286ef483..62dbf71351 100644 --- a/projects/hip-tests/catch/unit/surface/surf1D.cc +++ b/projects/hip-tests/catch/unit/surface/surf1D.cc @@ -292,3 +292,8 @@ TEMPLATE_TEST_CASE("Unit_surf1D_Positive_ReadWrite", "", char, uchar, short, ush const int width = GENERATE(31, 67, 131, 263); runTestRW(width); } + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/surf1DLayered.cc b/projects/hip-tests/catch/unit/surface/surf1DLayered.cc index 3432524527..a4493b7f2a 100644 --- a/projects/hip-tests/catch/unit/surface/surf1DLayered.cc +++ b/projects/hip-tests/catch/unit/surface/surf1DLayered.cc @@ -292,3 +292,8 @@ TEMPLATE_TEST_CASE("Unit_surf1DLayered_Positive_ReadWrite", "", char, uchar, sho const int width = GENERATE(31, 67, 131, 263); runTestRW(width); } + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/surf2D.cc b/projects/hip-tests/catch/unit/surface/surf2D.cc index ca504b178b..477951f816 100644 --- a/projects/hip-tests/catch/unit/surface/surf2D.cc +++ b/projects/hip-tests/catch/unit/surface/surf2D.cc @@ -336,3 +336,8 @@ TEMPLATE_TEST_CASE("Unit_surf2D_Positive_ReadWrite", "", char, uchar, short, ush const int height = GENERATE(131, 263); runTestRW(width, height); } + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/surf2DLayered.cc b/projects/hip-tests/catch/unit/surface/surf2DLayered.cc index c8f06bdfc2..7978a21769 100644 --- a/projects/hip-tests/catch/unit/surface/surf2DLayered.cc +++ b/projects/hip-tests/catch/unit/surface/surf2DLayered.cc @@ -336,3 +336,8 @@ TEMPLATE_TEST_CASE("Unit_surf2DLayered_Positive_ReadWrite", "", char, uchar, sho const int height = GENERATE(131, 263); runTestRW(width, height); } + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/surf3D.cc b/projects/hip-tests/catch/unit/surface/surf3D.cc index d209f09115..7728335082 100644 --- a/projects/hip-tests/catch/unit/surface/surf3D.cc +++ b/projects/hip-tests/catch/unit/surface/surf3D.cc @@ -385,3 +385,8 @@ TEMPLATE_TEST_CASE("Unit_surf3D_Positive_ReadWrite", "", char, uchar, short, ush const int depth = GENERATE(4, 11); runTestR(width, height, depth); } + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/surfCubemap.cc b/projects/hip-tests/catch/unit/surface/surfCubemap.cc index c0fa488567..3b821abbc0 100644 --- a/projects/hip-tests/catch/unit/surface/surfCubemap.cc +++ b/projects/hip-tests/catch/unit/surface/surfCubemap.cc @@ -336,3 +336,8 @@ TEMPLATE_TEST_CASE("Unit_surfCubemap_Positive_ReadWrite", "", char, uchar, short const int height = GENERATE(131, 263); runTestRW(width, height); } + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/surface/surfCubemapLayered.cc b/projects/hip-tests/catch/unit/surface/surfCubemapLayered.cc index 89da56ed53..bdc691ad8f 100644 --- a/projects/hip-tests/catch/unit/surface/surfCubemapLayered.cc +++ b/projects/hip-tests/catch/unit/surface/surfCubemapLayered.cc @@ -338,3 +338,8 @@ TEMPLATE_TEST_CASE("Unit_surfCubemapLayered_Positive_ReadWrite", "", char, uchar const int height = GENERATE(131, 263); runTestRW(width, height); } + +/** +* End doxygen group SurfaceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/syncthreads/__syncthreads.cc b/projects/hip-tests/catch/unit/syncthreads/__syncthreads.cc index 2f63ae39ae..1c643e6c97 100644 --- a/projects/hip-tests/catch/unit/syncthreads/__syncthreads.cc +++ b/projects/hip-tests/catch/unit/syncthreads/__syncthreads.cc @@ -56,4 +56,9 @@ TEST_CASE("Unit___syncthreads_Positive_Basic") { for (int i = 0; i < kGridSize; ++i) { REQUIRE(out_alloc.host_ptr()[i] == kBlockSize * (kBlockSize + 1) / 2); } -} \ No newline at end of file +} + +/** +* End doxygen group SyncthreadsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/syncthreads/__syncthreads_and.cc b/projects/hip-tests/catch/unit/syncthreads/__syncthreads_and.cc index 91dc17fbb2..556c2de70d 100644 --- a/projects/hip-tests/catch/unit/syncthreads/__syncthreads_and.cc +++ b/projects/hip-tests/catch/unit/syncthreads/__syncthreads_and.cc @@ -238,4 +238,9 @@ TEST_CASE("Unit___syncthreads_and_Negative_Parameters_RTC") { HIPRTC_CHECK(hiprtcDestroyProgram(&program)); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); -} \ No newline at end of file +} + +/** +* End doxygen group SyncthreadsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/syncthreads/__syncthreads_count.cc b/projects/hip-tests/catch/unit/syncthreads/__syncthreads_count.cc index dd084f436e..833a31d57d 100644 --- a/projects/hip-tests/catch/unit/syncthreads/__syncthreads_count.cc +++ b/projects/hip-tests/catch/unit/syncthreads/__syncthreads_count.cc @@ -238,4 +238,9 @@ TEST_CASE("Unit___syncthreads_count_Negative_Parameters_RTC") { HIPRTC_CHECK(hiprtcDestroyProgram(&program)); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); -} \ No newline at end of file +} + +/** +* End doxygen group SyncthreadsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/syncthreads/__syncthreads_or.cc b/projects/hip-tests/catch/unit/syncthreads/__syncthreads_or.cc index d392c50eab..6185dab009 100644 --- a/projects/hip-tests/catch/unit/syncthreads/__syncthreads_or.cc +++ b/projects/hip-tests/catch/unit/syncthreads/__syncthreads_or.cc @@ -238,4 +238,9 @@ TEST_CASE("Unit___syncthreads_or_Negative_Parameters_RTC") { HIPRTC_CHECK(hiprtcDestroyProgram(&program)); HIPRTC_CHECK_ERROR(result, HIPRTC_ERROR_COMPILATION); REQUIRE(error_count == expected_error_count); -} \ No newline at end of file +} + +/** +* End doxygen group SyncthreadsTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipBindTextureToMipmappedArray.cc b/projects/hip-tests/catch/unit/texture/hipBindTextureToMipmappedArray.cc index 3004cdd835..767089cbb4 100644 --- a/projects/hip-tests/catch/unit/texture/hipBindTextureToMipmappedArray.cc +++ b/projects/hip-tests/catch/unit/texture/hipBindTextureToMipmappedArray.cc @@ -213,4 +213,9 @@ TEST_CASE("Unit_hipTextureMipmapRef2D_Negative_Parameters") { " skipping the test."); #endif } -#endif \ No newline at end of file +#endif + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_ArgValidation.cc b/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_ArgValidation.cc index d0d3d965f7..32f7c05f46 100644 --- a/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_ArgValidation.cc +++ b/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_ArgValidation.cc @@ -105,3 +105,8 @@ TEST_CASE("Unit_hipCreateTextureObject_ArgValidation") { // De-Initialization HIP_CHECK(hipFree(texBuf)); } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Array.cc b/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Array.cc index 5395502f84..0a7d14d33c 100644 --- a/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Array.cc +++ b/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Array.cc @@ -94,3 +94,8 @@ TEST_CASE("Unit_hipCreateTextureObject_MmArrayResource") { ret = hipCreateTextureObject(&texObj, &resDesc, &texDesc, nullptr); REQUIRE(ret != hipSuccess); } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Linear.cc b/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Linear.cc index 286c12bfc6..78afd9d3a6 100644 --- a/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Linear.cc +++ b/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Linear.cc @@ -159,3 +159,8 @@ TEST_CASE("Unit_hipCreateTextureObject_LinearResource") { // De-Initialization HIP_CHECK(hipFree(texBuf)); } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Pitch2D.cc b/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Pitch2D.cc index f81d03d021..8f867a887e 100644 --- a/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Pitch2D.cc +++ b/projects/hip-tests/catch/unit/texture/hipCreateTextureObject_Pitch2D.cc @@ -250,3 +250,8 @@ TEST_CASE("Unit_hipCreateTextureObject_Pitch2DResource") { HIP_CHECK(hipFree(devPtrA)); } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipFreeMipmappedArray.cc b/projects/hip-tests/catch/unit/texture/hipFreeMipmappedArray.cc index c0ca080d26..889e39f128 100644 --- a/projects/hip-tests/catch/unit/texture/hipFreeMipmappedArray.cc +++ b/projects/hip-tests/catch/unit/texture/hipFreeMipmappedArray.cc @@ -57,4 +57,9 @@ TEST_CASE("Unit_hipFreeMipmappedArray_Negative_Parameters") { HIP_CHECK(hipFreeMipmappedArray(array)); HIP_CHECK_ERROR(hipFreeMipmappedArray(array), hipErrorContextIsDestroyed); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipGetChanDesc.cc b/projects/hip-tests/catch/unit/texture/hipGetChanDesc.cc index 5d40bd8466..76cacf98a9 100644 --- a/projects/hip-tests/catch/unit/texture/hipGetChanDesc.cc +++ b/projects/hip-tests/catch/unit/texture/hipGetChanDesc.cc @@ -95,3 +95,8 @@ TEST_CASE("Unit_hipGetChannelDesc_Negative_Parameters") { HIP_CHECK(hipFreeArray(hip_array)); } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipGetMipmappedArrayLevel.cc b/projects/hip-tests/catch/unit/texture/hipGetMipmappedArrayLevel.cc index 0740c06d04..ab5abc80fa 100644 --- a/projects/hip-tests/catch/unit/texture/hipGetMipmappedArrayLevel.cc +++ b/projects/hip-tests/catch/unit/texture/hipGetMipmappedArrayLevel.cc @@ -64,4 +64,9 @@ TEST_CASE("Unit_hipGetMipmappedArrayLevel_Negative_Parameters") { } HIP_CHECK(hipFreeMipmappedArray(array)); -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipMallocMipmappedArray.cc b/projects/hip-tests/catch/unit/texture/hipMallocMipmappedArray.cc index 364f481465..a579453be7 100644 --- a/projects/hip-tests/catch/unit/texture/hipMallocMipmappedArray.cc +++ b/projects/hip-tests/catch/unit/texture/hipMallocMipmappedArray.cc @@ -114,4 +114,9 @@ TEST_CASE("Unit_hipMallocMipmappedArray_Negative_Parameters") { hipErrorInvalidValue); } #endif -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipMipmappedArrayCreate.cc b/projects/hip-tests/catch/unit/texture/hipMipmappedArrayCreate.cc index 33f80a1a9a..3a291cd43b 100644 --- a/projects/hip-tests/catch/unit/texture/hipMipmappedArrayCreate.cc +++ b/projects/hip-tests/catch/unit/texture/hipMipmappedArrayCreate.cc @@ -115,4 +115,9 @@ TEST_CASE("Unit_hipMipmappedArrayCreate_Negative_Parameters") { HIP_CHECK_ERROR(hipMipmappedArrayCreate(&array, &desc, levels), hipErrorInvalidValue); } #endif -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipMipmappedArrayDestroy.cc b/projects/hip-tests/catch/unit/texture/hipMipmappedArrayDestroy.cc index 3706cc48ff..288d37723e 100644 --- a/projects/hip-tests/catch/unit/texture/hipMipmappedArrayDestroy.cc +++ b/projects/hip-tests/catch/unit/texture/hipMipmappedArrayDestroy.cc @@ -68,4 +68,9 @@ TEST_CASE("Unit_hipMipmappedArrayDestroy_Negative_Parameters") { HIP_CHECK(hipMipmappedArrayDestroy(array)); HIP_CHECK_ERROR(hipMipmappedArrayDestroy(array), hipErrorContextIsDestroyed); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipMipmappedArrayGetLevel.cc b/projects/hip-tests/catch/unit/texture/hipMipmappedArrayGetLevel.cc index dacd07c7b5..56e73684ad 100644 --- a/projects/hip-tests/catch/unit/texture/hipMipmappedArrayGetLevel.cc +++ b/projects/hip-tests/catch/unit/texture/hipMipmappedArrayGetLevel.cc @@ -74,4 +74,9 @@ TEST_CASE("Unit_hipMipmappedArrayGetLevel_Negative_Parameters") { } HIP_CHECK(hipMipmappedArrayDestroy(array)); -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipTexObjPitch.cc b/projects/hip-tests/catch/unit/texture/hipTexObjPitch.cc index bfd5b4c563..1cc0d8efc1 100644 --- a/projects/hip-tests/catch/unit/texture/hipTexObjPitch.cc +++ b/projects/hip-tests/catch/unit/texture/hipTexObjPitch.cc @@ -118,3 +118,8 @@ TEMPLATE_TEST_CASE("Unit_hipTexObjPitch_texture2D", "", float, int, HIP_CHECK(hipFree(devPtrA)); HIP_CHECK(hipFree(devPtrB)); } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipTextureMipmapObj2D.cc b/projects/hip-tests/catch/unit/texture/hipTextureMipmapObj2D.cc index dadeeab2af..420ba2d9aa 100644 --- a/projects/hip-tests/catch/unit/texture/hipTextureMipmapObj2D.cc +++ b/projects/hip-tests/catch/unit/texture/hipTextureMipmapObj2D.cc @@ -502,3 +502,8 @@ TEMPLATE_TEST_CASE("Unit_hipTextureMipmapObj2D_Check - hipReadModeElementType fl hipAddressModeBorder>(67, 131, -0.3, -0.67); } } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipTextureObj1DCheckModes.cc b/projects/hip-tests/catch/unit/texture/hipTextureObj1DCheckModes.cc index 836f992c4e..425ce46415 100644 --- a/projects/hip-tests/catch/unit/texture/hipTextureObj1DCheckModes.cc +++ b/projects/hip-tests/catch/unit/texture/hipTextureObj1DCheckModes.cc @@ -162,3 +162,8 @@ TEST_CASE("Unit_hipTextureObj1DCheckModes") { runTest(256, 12.5); } } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipTextureObj2D.cc b/projects/hip-tests/catch/unit/texture/hipTextureObj2D.cc index 387f10ed5d..4346ef3094 100644 --- a/projects/hip-tests/catch/unit/texture/hipTextureObj2D.cc +++ b/projects/hip-tests/catch/unit/texture/hipTextureObj2D.cc @@ -124,3 +124,8 @@ TEST_CASE("Unit_hipTextureObj2D_Check") { HIP_CHECK(hipFreeArray(hipArray)); free(hData); } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipTextureObj2DCheckModes.cc b/projects/hip-tests/catch/unit/texture/hipTextureObj2DCheckModes.cc index 6047efe813..8a26f975fa 100644 --- a/projects/hip-tests/catch/unit/texture/hipTextureObj2DCheckModes.cc +++ b/projects/hip-tests/catch/unit/texture/hipTextureObj2DCheckModes.cc @@ -174,3 +174,8 @@ TEST_CASE("Unit_hipTextureObj2DCheckModes") { runTest(256, 256, 12.5, 0.01); } } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/hipTextureObj3DCheckModes.cc b/projects/hip-tests/catch/unit/texture/hipTextureObj3DCheckModes.cc index 5e0b53062b..f4c7d7927b 100644 --- a/projects/hip-tests/catch/unit/texture/hipTextureObj3DCheckModes.cc +++ b/projects/hip-tests/catch/unit/texture/hipTextureObj3DCheckModes.cc @@ -220,3 +220,8 @@ TEST_CASE("Unit_hipTextureObj3DCheckModes") { runTest(256, 256, 256, 12.5, 0.01, -9.9); } } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex1D.cc b/projects/hip-tests/catch/unit/texture/tex1D.cc index 17f360d17f..cf4720e3e6 100644 --- a/projects/hip-tests/catch/unit/texture/tex1D.cc +++ b/projects/hip-tests/catch/unit/texture/tex1D.cc @@ -136,4 +136,9 @@ TEMPLATE_TEST_CASE("Unit_tex1D_Positive_ReadModeNormalizedFloat", "", char, unsi REQUIRE(ref_val.z == fixture.out_alloc_h[i].z); REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex1DGrad.cc b/projects/hip-tests/catch/unit/texture/tex1DGrad.cc index 1c006571b1..0bad93a90a 100644 --- a/projects/hip-tests/catch/unit/texture/tex1DGrad.cc +++ b/projects/hip-tests/catch/unit/texture/tex1DGrad.cc @@ -136,4 +136,9 @@ TEMPLATE_TEST_CASE("Unit_tex1DGrad_Positive_ReadModeNormalizedFloat", "", char, REQUIRE(ref_val.z == fixture.out_alloc_h[i].z); REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex1DLayered.cc b/projects/hip-tests/catch/unit/texture/tex1DLayered.cc index e0ad4f707c..edb18c6a40 100644 --- a/projects/hip-tests/catch/unit/texture/tex1DLayered.cc +++ b/projects/hip-tests/catch/unit/texture/tex1DLayered.cc @@ -147,3 +147,8 @@ TEMPLATE_TEST_CASE("Unit_tex1DLayered_Positive_ReadModeNormalizedFloat", "", cha } } } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex1DLayeredGrad.cc b/projects/hip-tests/catch/unit/texture/tex1DLayeredGrad.cc index 6115c939b8..dbbd7032b2 100644 --- a/projects/hip-tests/catch/unit/texture/tex1DLayeredGrad.cc +++ b/projects/hip-tests/catch/unit/texture/tex1DLayeredGrad.cc @@ -147,4 +147,9 @@ TEMPLATE_TEST_CASE("Unit_tex1DLayeredGrad_Positive_ReadModeNormalizedFloat", "", REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex1DLayeredLod.cc b/projects/hip-tests/catch/unit/texture/tex1DLayeredLod.cc index a39d664502..366e84df8a 100644 --- a/projects/hip-tests/catch/unit/texture/tex1DLayeredLod.cc +++ b/projects/hip-tests/catch/unit/texture/tex1DLayeredLod.cc @@ -146,4 +146,9 @@ TEMPLATE_TEST_CASE("Unit_tex1DLayeredLod_Positive_ReadModeNormalizedFloat", "", REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex1DLod.cc b/projects/hip-tests/catch/unit/texture/tex1DLod.cc index e38ed60745..36a0ddeda0 100644 --- a/projects/hip-tests/catch/unit/texture/tex1DLod.cc +++ b/projects/hip-tests/catch/unit/texture/tex1DLod.cc @@ -136,4 +136,9 @@ TEMPLATE_TEST_CASE("Unit_tex1DLod_Positive_ReadModeNormalizedFloat", "", char, u REQUIRE(ref_val.z == fixture.out_alloc_h[i].z); REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex1Dfetch.cc b/projects/hip-tests/catch/unit/texture/tex1Dfetch.cc index 9354d92a46..bfb7ef68eb 100644 --- a/projects/hip-tests/catch/unit/texture/tex1Dfetch.cc +++ b/projects/hip-tests/catch/unit/texture/tex1Dfetch.cc @@ -159,4 +159,9 @@ TEMPLATE_TEST_CASE("Unit_tex1Dfetch_Positive_ReadModeNormalizedFloat", "", char, REQUIRE(ref_val.z == out_alloc_h[i].z); REQUIRE(ref_val.w == out_alloc_h[i].w); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex2D.cc b/projects/hip-tests/catch/unit/texture/tex2D.cc index 7b31a03944..47095e0885 100644 --- a/projects/hip-tests/catch/unit/texture/tex2D.cc +++ b/projects/hip-tests/catch/unit/texture/tex2D.cc @@ -170,4 +170,9 @@ TEMPLATE_TEST_CASE("Unit_tex2D_Positive_ReadModeNormalizedFloat", "", char, unsi REQUIRE(ref_val.z == fixture.out_alloc_h[i].z); REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex2DGrad.cc b/projects/hip-tests/catch/unit/texture/tex2DGrad.cc index 939a6a2543..a18f0d5a04 100644 --- a/projects/hip-tests/catch/unit/texture/tex2DGrad.cc +++ b/projects/hip-tests/catch/unit/texture/tex2DGrad.cc @@ -172,4 +172,9 @@ TEMPLATE_TEST_CASE("Unit_tex2DGrad_Positive_ReadModeNormalizedFloat", "", char, REQUIRE(ref_val.z == fixture.out_alloc_h[i].z); REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex2DLayered.cc b/projects/hip-tests/catch/unit/texture/tex2DLayered.cc index 4929a5b3e0..6f2cd424e3 100644 --- a/projects/hip-tests/catch/unit/texture/tex2DLayered.cc +++ b/projects/hip-tests/catch/unit/texture/tex2DLayered.cc @@ -180,4 +180,9 @@ TEMPLATE_TEST_CASE("Unit_tex2DLayered_Positive_ReadModeNormalizedFloat", "", cha REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex2DLayeredGrad.cc b/projects/hip-tests/catch/unit/texture/tex2DLayeredGrad.cc index d58920bf56..a3bcbe0d08 100644 --- a/projects/hip-tests/catch/unit/texture/tex2DLayeredGrad.cc +++ b/projects/hip-tests/catch/unit/texture/tex2DLayeredGrad.cc @@ -180,4 +180,9 @@ TEMPLATE_TEST_CASE("Unit_tex2DLayeredGrad_Positive_ReadModeNormalizedFloat", "", REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex2DLayeredLod.cc b/projects/hip-tests/catch/unit/texture/tex2DLayeredLod.cc index e51000c204..70d9b6e143 100644 --- a/projects/hip-tests/catch/unit/texture/tex2DLayeredLod.cc +++ b/projects/hip-tests/catch/unit/texture/tex2DLayeredLod.cc @@ -180,4 +180,9 @@ TEMPLATE_TEST_CASE("Unit_tex2DLayeredLod_Positive_ReadModeNormalizedFloat", "", REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex2DLod.cc b/projects/hip-tests/catch/unit/texture/tex2DLod.cc index e875e09133..a643879f31 100644 --- a/projects/hip-tests/catch/unit/texture/tex2DLod.cc +++ b/projects/hip-tests/catch/unit/texture/tex2DLod.cc @@ -172,4 +172,9 @@ TEMPLATE_TEST_CASE("Unit_tex2DLod_Positive_ReadModeNormalizedFloat", "", char, u REQUIRE(ref_val.z == fixture.out_alloc_h[i].z); REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex2Dgather.cc b/projects/hip-tests/catch/unit/texture/tex2Dgather.cc index 6d1c262097..1a675e238c 100644 --- a/projects/hip-tests/catch/unit/texture/tex2Dgather.cc +++ b/projects/hip-tests/catch/unit/texture/tex2Dgather.cc @@ -101,4 +101,9 @@ TEMPLATE_TEST_CASE("Unit_tex2Dgather_Positive_ReadModeElementType", "", char, un REQUIRE(ref_val.z == fixture.out_alloc_h[i].z); REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex3D.cc b/projects/hip-tests/catch/unit/texture/tex3D.cc index 2aaefe84d3..481155244d 100644 --- a/projects/hip-tests/catch/unit/texture/tex3D.cc +++ b/projects/hip-tests/catch/unit/texture/tex3D.cc @@ -192,3 +192,8 @@ TEMPLATE_TEST_CASE("Unit_tex3D_Positive_ReadModeNormalizedFloat", "", char, unsi REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex3DGrad.cc b/projects/hip-tests/catch/unit/texture/tex3DGrad.cc index b810359fc1..46bc66faba 100644 --- a/projects/hip-tests/catch/unit/texture/tex3DGrad.cc +++ b/projects/hip-tests/catch/unit/texture/tex3DGrad.cc @@ -191,3 +191,8 @@ TEMPLATE_TEST_CASE("Unit_tex3DGrad_Positive_ReadModeNormalizedFloat", "", char, REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/tex3DLod.cc b/projects/hip-tests/catch/unit/texture/tex3DLod.cc index e514c9b9a3..097a03badd 100644 --- a/projects/hip-tests/catch/unit/texture/tex3DLod.cc +++ b/projects/hip-tests/catch/unit/texture/tex3DLod.cc @@ -191,3 +191,8 @@ TEMPLATE_TEST_CASE("Unit_tex3DLod_Positive_ReadModeNormalizedFloat", "", char, u REQUIRE(ref_val.w == fixture.out_alloc_h[i].w); } } + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/texCubemap.cc b/projects/hip-tests/catch/unit/texture/texCubemap.cc index 572283a4a7..436fc52c66 100644 --- a/projects/hip-tests/catch/unit/texture/texCubemap.cc +++ b/projects/hip-tests/catch/unit/texture/texCubemap.cc @@ -200,4 +200,9 @@ TEMPLATE_TEST_CASE("Unit_texCubemap_Positive_ReadModeNormalizedFloat", "", char, } } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/texCubemapGrad.cc b/projects/hip-tests/catch/unit/texture/texCubemapGrad.cc index 75a69f698c..e99a907c48 100644 --- a/projects/hip-tests/catch/unit/texture/texCubemapGrad.cc +++ b/projects/hip-tests/catch/unit/texture/texCubemapGrad.cc @@ -200,4 +200,9 @@ TEMPLATE_TEST_CASE("Unit_texCubemapGrad_Positive_ReadModeNormalizedFloat", "", c } } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/texCubemapLayered.cc b/projects/hip-tests/catch/unit/texture/texCubemapLayered.cc index d7db8d0847..41ae3ead5f 100644 --- a/projects/hip-tests/catch/unit/texture/texCubemapLayered.cc +++ b/projects/hip-tests/catch/unit/texture/texCubemapLayered.cc @@ -206,4 +206,9 @@ TEMPLATE_TEST_CASE("Unit_texCubemapLayered_Positive_ReadModeNormalizedFloat", "" } } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/texCubemapLayeredGrad.cc b/projects/hip-tests/catch/unit/texture/texCubemapLayeredGrad.cc index 68c5efdb86..b06a7e2142 100644 --- a/projects/hip-tests/catch/unit/texture/texCubemapLayeredGrad.cc +++ b/projects/hip-tests/catch/unit/texture/texCubemapLayeredGrad.cc @@ -208,4 +208,9 @@ TEMPLATE_TEST_CASE("Unit_texCubemapLayeredGrad_Positive_ReadModeNormalizedFloat" } } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/texCubemapLayeredLod.cc b/projects/hip-tests/catch/unit/texture/texCubemapLayeredLod.cc index af305d1e6c..6aa1728207 100644 --- a/projects/hip-tests/catch/unit/texture/texCubemapLayeredLod.cc +++ b/projects/hip-tests/catch/unit/texture/texCubemapLayeredLod.cc @@ -208,4 +208,9 @@ TEMPLATE_TEST_CASE("Unit_texCubemapLayeredLod_Positive_ReadModeNormalizedFloat", } } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/texture/texCubemapLod.cc b/projects/hip-tests/catch/unit/texture/texCubemapLod.cc index e35f8f7b6c..6166b8d50b 100644 --- a/projects/hip-tests/catch/unit/texture/texCubemapLod.cc +++ b/projects/hip-tests/catch/unit/texture/texCubemapLod.cc @@ -200,4 +200,9 @@ TEMPLATE_TEST_CASE("Unit_texCubemapLod_Positive_ReadModeNormalizedFloat", "", ch } } } -} \ No newline at end of file +} + +/** +* End doxygen group TextureTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/threadfence/__threadfence.cc b/projects/hip-tests/catch/unit/threadfence/__threadfence.cc index 155f7ef484..b7ccfac783 100644 --- a/projects/hip-tests/catch/unit/threadfence/__threadfence.cc +++ b/projects/hip-tests/catch/unit/threadfence/__threadfence.cc @@ -198,4 +198,9 @@ TEST_CASE("Unit___threadfence_Positive_Basic_Peer") { REQUIRE(!(out_host.ptr()[0] == kInitVal1 && out_host.ptr()[1] == kSetVal2)); } -} \ No newline at end of file +} + +/** +* End doxygen group ThreadfenceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/threadfence/__threadfence_block.cc b/projects/hip-tests/catch/unit/threadfence/__threadfence_block.cc index fcee25f628..bcb9521650 100644 --- a/projects/hip-tests/catch/unit/threadfence/__threadfence_block.cc +++ b/projects/hip-tests/catch/unit/threadfence/__threadfence_block.cc @@ -198,4 +198,9 @@ TEST_CASE("Unit___threadfence_block_Positive_Basic_Peer") { REQUIRE(!(out_host.ptr()[0] == kInitVal1 && out_host.ptr()[1] == kSetVal2)); } -} \ No newline at end of file +} + +/** +* End doxygen group ThreadfenceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/threadfence/__threadfence_system.cc b/projects/hip-tests/catch/unit/threadfence/__threadfence_system.cc index 331abdb407..9ae9ef55ad 100644 --- a/projects/hip-tests/catch/unit/threadfence/__threadfence_system.cc +++ b/projects/hip-tests/catch/unit/threadfence/__threadfence_system.cc @@ -123,4 +123,9 @@ TEST_CASE("Unit___threadfence_system_Positive_Basic_Host") { REQUIRE(!(out_host.host_ptr()[0] == kInitVal1 && out_host.ptr()[1] == kSetVal2)); } -} \ No newline at end of file +} + +/** +* End doxygen group ThreadfenceTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vector_types/dim3.cc b/projects/hip-tests/catch/unit/vector_types/dim3.cc index 2b1db91ded..8733cba3cd 100644 --- a/projects/hip-tests/catch/unit/vector_types/dim3.cc +++ b/projects/hip-tests/catch/unit/vector_types/dim3.cc @@ -259,3 +259,8 @@ TEST_CASE("Unit_dim3_XYZ_Positive_Host") { REQUIRE(vector.y == value_y); REQUIRE(vector.z == value_z); } + +/** +* End doxygen group VectorTypeTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vector_types/vector_types.cc b/projects/hip-tests/catch/unit/vector_types/vector_types.cc index 2a4b5eda0c..654d674385 100644 --- a/projects/hip-tests/catch/unit/vector_types/vector_types.cc +++ b/projects/hip-tests/catch/unit/vector_types/vector_types.cc @@ -355,3 +355,8 @@ TEST_CASE("Unit_VectorOperators_Negative_Parameters_RTC") { VectorTypesRTCWrapper<96>(kCalculateAssignLongLong); } #endif // HT_AMD + +/** +* End doxygen group VectorTypeTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemAddressFree.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemAddressFree.cc index 6171f830ac..470d290a5b 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemAddressFree.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemAddressFree.cc @@ -72,3 +72,8 @@ TEST_CASE("Unit_hipMemAddressFree_negative") { HIP_CHECK(hipMemAddressFree(ptrA, size_mem)); } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemAddressReserve.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemAddressReserve.cc index c19f8ada43..a28e12b74c 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemAddressReserve.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemAddressReserve.cc @@ -148,3 +148,8 @@ TEST_CASE("Unit_hipMemAddressReserve_Negative") { REQUIRE(hipMemAddressReserve(&ptrA, (size_mem - 1), 0, 0, 0) == hipErrorMemoryAllocation); } } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemCreate.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemCreate.cc index 4cc52786ad..5501d4e90e 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemCreate.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemCreate.cc @@ -443,3 +443,8 @@ TEST_CASE("Unit_hipMemCreate_Negative") { REQUIRE(hipMemCreate(&handle, granularity, &prop, 0) == hipErrorInvalidValue); } } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemExportToShareableHandle.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemExportToShareableHandle.cc index d5c4b5394e..e05d82f0cf 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemExportToShareableHandle.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemExportToShareableHandle.cc @@ -142,4 +142,9 @@ TEST_CASE("Unit_hipMemExportToShareableHandle_Negative_Parameters") { hipErrorInvalidValue); } #endif -} \ No newline at end of file +} + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemGetAllocationGranularity.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemGetAllocationGranularity.cc index 0f45a53810..0cc76ed026 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemGetAllocationGranularity.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemGetAllocationGranularity.cc @@ -182,3 +182,8 @@ TEST_CASE("Unit_hipMemGetAllocationGranularity_NegativeTests") { } #endif } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemGetAllocationPropertiesFromHandle.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemGetAllocationPropertiesFromHandle.cc index cc3a8dc519..ddc6f7c0fe 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemGetAllocationPropertiesFromHandle.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemGetAllocationPropertiesFromHandle.cc @@ -115,3 +115,8 @@ TEST_CASE("Unit_hipMemGetAllocationPropertiesFromHandle_Negative") { HIP_CHECK(hipMemRelease(handle)); } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemImportFromShareableHandle.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemImportFromShareableHandle.cc index f362e4f049..4e5a6ff040 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemImportFromShareableHandle.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemImportFromShareableHandle.cc @@ -207,4 +207,9 @@ TEST_CASE("Unit_hipMemImportFromShareableHandle_Negative_Parameters") { } HIP_CHECK(hipMemRelease(handle)); -} \ No newline at end of file +} + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemMap.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemMap.cc index 7a46f0f3cb..e856993e6b 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemMap.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemMap.cc @@ -630,3 +630,8 @@ TEST_CASE("Unit_hipMemMap_negative") { HIP_CHECK(hipMemRelease(handle)); HIP_CHECK(hipMemAddressFree(ptrA, size_mem)); } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemMapArrayAsync.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemMapArrayAsync.cc index 2bc726f82c..aa84faf790 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemMapArrayAsync.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemMapArrayAsync.cc @@ -107,4 +107,9 @@ TEST_CASE("Unit_hipMemMapArrayAsync_Positive_Basic") { HIP_CHECK(hipMemRelease(handle)); HIP_CHECK(hipMipmappedArrayDestroy(array)); -} \ No newline at end of file +} + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemRelease.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemRelease.cc index e544710757..b41276e058 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemRelease.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemRelease.cc @@ -44,3 +44,8 @@ THE SOFTWARE. TEST_CASE("Unit_hipMemRelease_negative") { SECTION("Nullptr to handle") { REQUIRE(hipMemRelease(nullptr) == hipErrorInvalidValue); } } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemRetainAllocationHandle.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemRetainAllocationHandle.cc index 1b4d00dea3..8397d2aaa6 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemRetainAllocationHandle.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemRetainAllocationHandle.cc @@ -139,3 +139,8 @@ TEST_CASE("Unit_hipMemRetainAllocationHandle_NegTst") { } HIP_CHECK(hipMemAddressFree(ptrA, size_mem)); } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemSetGetAccess.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemSetGetAccess.cc index dca05c5f1a..8533341c88 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemSetGetAccess.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemSetGetAccess.cc @@ -1490,3 +1490,8 @@ TEST_CASE("Unit_hipMemSetAccess_negative") { HIP_CHECK(hipMemAddressFree(ptrA, size_mem)); HIP_CHECK(hipMemRelease(handle)); } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemUnmap.cc b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemUnmap.cc index eeadb83099..67561fc83c 100644 --- a/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemUnmap.cc +++ b/projects/hip-tests/catch/unit/virtualMemoryManagement/hipMemUnmap.cc @@ -86,3 +86,8 @@ TEST_CASE("Unit_hipMemUnmap_negative") { HIP_CHECK(hipMemUnmap(ptrA, size_mem)); HIP_CHECK(hipMemAddressFree(ptrA, size_mem)); } + +/** +* End doxygen group VirtualMemoryManagementTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphAddExternalSemaphoresSignalNode.cc b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphAddExternalSemaphoresSignalNode.cc index 7d6e80971d..5e3325767a 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphAddExternalSemaphoresSignalNode.cc +++ b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphAddExternalSemaphoresSignalNode.cc @@ -137,3 +137,8 @@ TEST_CASE("Unit_hipGraphAddExternalSemaphoresSignalNode_Vulkan_Negative_Paramete HIP_CHECK(hipDestroyExternalSemaphore(hip_ext_semaphore)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphAddExternalSemaphoresWaitNode.cc b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphAddExternalSemaphoresWaitNode.cc index 17d2f87195..dafb3e4e0f 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphAddExternalSemaphoresWaitNode.cc +++ b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphAddExternalSemaphoresWaitNode.cc @@ -136,3 +136,8 @@ TEST_CASE("Unit_hipGraphAddExternalSemaphoresWaitNode_Vulkan_Negative_Parameters HIP_CHECK(hipDestroyExternalSemaphore(hip_ext_semaphore)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExecExternalSemaphoresSignalNodeSetParams.cc b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExecExternalSemaphoresSignalNodeSetParams.cc index 79d970b950..12940d790e 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExecExternalSemaphoresSignalNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExecExternalSemaphoresSignalNodeSetParams.cc @@ -192,3 +192,8 @@ TEST_CASE("Unit_hipGraphExecExternalSemaphoresSignalNodeSetParams_Vulkan_Negativ HIP_CHECK(hipGraphExecDestroy(graph_exec)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExecExternalSemaphoresWaitNodeSetParams.cc b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExecExternalSemaphoresWaitNodeSetParams.cc index 51910b880e..8e6ec1e56e 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExecExternalSemaphoresWaitNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExecExternalSemaphoresWaitNodeSetParams.cc @@ -189,3 +189,8 @@ TEST_CASE("Unit_hipGraphExecExternalSemaphoresWaitNodeSetParams_Vulkan_Negative_ HIP_CHECK(hipGraphExecDestroy(graph_exec)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresSignalNodeGetParams.cc b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresSignalNodeGetParams.cc index 6f6c3c2787..47cb6ea086 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresSignalNodeGetParams.cc +++ b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresSignalNodeGetParams.cc @@ -94,3 +94,8 @@ TEST_CASE("Unit_hipGraphExternalSemaphoresSignalNodeGetParams_Negative_Parameter } #endif } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresSignalNodeSetParams.cc b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresSignalNodeSetParams.cc index 8f964d966d..8427ac2dc4 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresSignalNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresSignalNodeSetParams.cc @@ -135,3 +135,8 @@ TEST_CASE("Unit_hipGraphExternalSemaphoresSignalNodeSetParams_Vulkan_Negative_Pa HIP_CHECK(hipDestroyExternalSemaphore(hip_ext_semaphore)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresWaitNodeGetParams.cc b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresWaitNodeGetParams.cc index b6c0034c04..08ee4fbe3f 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresWaitNodeGetParams.cc +++ b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresWaitNodeGetParams.cc @@ -94,3 +94,8 @@ TEST_CASE("Unit_hipGraphExternalSemaphoresWaitNodeGetParams_Negative_Parameters" } #endif } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresWaitNodeSetParams.cc b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresWaitNodeSetParams.cc index c21c810ac1..7575a468ff 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresWaitNodeSetParams.cc +++ b/projects/hip-tests/catch/unit/vulkan_interop/hipGraphExternalSemaphoresWaitNodeSetParams.cc @@ -134,3 +134,8 @@ TEST_CASE("Unit_hipGraphExternalSemaphoresWaitNodeSetParams_Vulkan_Negative_Para HIP_CHECK(hipDestroyExternalSemaphore(hip_ext_semaphore)); HIP_CHECK(hipGraphDestroy(graph)); } + +/** +* End doxygen group GraphTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/warp/warp_all.cc b/projects/hip-tests/catch/unit/warp/warp_all.cc index 40c129609d..73d7bf782d 100644 --- a/projects/hip-tests/catch/unit/warp/warp_all.cc +++ b/projects/hip-tests/catch/unit/warp/warp_all.cc @@ -125,4 +125,9 @@ TEST_CASE("Unit_Warp_Vote_All_Positive_Basic") { SECTION("Warp Vote All with random active mask") { WarpAll().run(true); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/warp/warp_any.cc b/projects/hip-tests/catch/unit/warp/warp_any.cc index 91dadbb12c..19c21a24f8 100644 --- a/projects/hip-tests/catch/unit/warp/warp_any.cc +++ b/projects/hip-tests/catch/unit/warp/warp_any.cc @@ -116,4 +116,9 @@ TEST_CASE("Unit_Warp_Vote_Any_Positive_Basic") { SECTION("Warp Vote Any with random active mask") { WarpAny().run(true); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/warp/warp_ballot.cc b/projects/hip-tests/catch/unit/warp/warp_ballot.cc index 6365d67fb0..168c794dbb 100644 --- a/projects/hip-tests/catch/unit/warp/warp_ballot.cc +++ b/projects/hip-tests/catch/unit/warp/warp_ballot.cc @@ -117,4 +117,9 @@ TEST_CASE("Unit_Warp_Ballot_Positive_Basic") { SECTION("Warp Ballot with random active mask") { WarpBallot().run(true); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/warp/warp_shfl.cc b/projects/hip-tests/catch/unit/warp/warp_shfl.cc index 73913ef672..4f7c9c24a7 100644 --- a/projects/hip-tests/catch/unit/warp/warp_shfl.cc +++ b/projects/hip-tests/catch/unit/warp/warp_shfl.cc @@ -115,3 +115,8 @@ TEMPLATE_TEST_CASE("Unit_Warp_Shfl_Positive_Basic", "", int, unsigned int, long, SECTION("Shfl with random active mask and input values") { WarpShfl().run(true); } } + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/warp/warp_shfl_down.cc b/projects/hip-tests/catch/unit/warp/warp_shfl_down.cc index 58ad8528e7..c42abce55c 100644 --- a/projects/hip-tests/catch/unit/warp/warp_shfl_down.cc +++ b/projects/hip-tests/catch/unit/warp/warp_shfl_down.cc @@ -118,4 +118,9 @@ TEMPLATE_TEST_CASE("Unit_Warp_Shfl_Down_Positive_Basic", "", int, unsigned int, SECTION("Shfl Down with random active mask and input values") { WarpShflDown().run(true); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/warp/warp_shfl_up.cc b/projects/hip-tests/catch/unit/warp/warp_shfl_up.cc index 5c55c8a9b9..f9b7708752 100644 --- a/projects/hip-tests/catch/unit/warp/warp_shfl_up.cc +++ b/projects/hip-tests/catch/unit/warp/warp_shfl_up.cc @@ -117,4 +117,9 @@ TEMPLATE_TEST_CASE("Unit_Warp_Shfl_Up_Positive_Basic", "", int, unsigned int, lo SECTION("Shfl Down with random active mask and input values") { WarpShflUp().run(true); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/ diff --git a/projects/hip-tests/catch/unit/warp/warp_shfl_xor.cc b/projects/hip-tests/catch/unit/warp/warp_shfl_xor.cc index 267bc91119..30e8697d23 100644 --- a/projects/hip-tests/catch/unit/warp/warp_shfl_xor.cc +++ b/projects/hip-tests/catch/unit/warp/warp_shfl_xor.cc @@ -115,4 +115,9 @@ TEMPLATE_TEST_CASE("Unit_Warp_Shfl_XOR_Positive_Basic", "", int, unsigned int, l SECTION("Shfl Xor with random active mask and input values") { WarpShflXOR().run(true); } -} \ No newline at end of file +} + +/** +* End doxygen group DeviceLanguageTest. +* @} +*/