From 43157d20dea106be43eae34b4609177d7a77c6fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mirza=20Halil=C4=8Devi=C4=87?= <109971222+mirza-halilcevic@users.noreply.github.com> Date: Thu, 28 Dec 2023 16:45:02 +0100 Subject: [PATCH] EXSWHTEC-297 - Introduce build dependencies for builtin atomic operations tests #292 Change-Id: Ie16d2175e330522c226cde9f30a1f326782a4551 [ROCm/hip-tests commit: 0972ef88aacbec249a0193377e7887ef5981dd74] --- projects/hip-tests/catch/include/hip_test_defgroups.hh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/projects/hip-tests/catch/include/hip_test_defgroups.hh b/projects/hip-tests/catch/include/hip_test_defgroups.hh index 3fb6c774ef..1ab256ec10 100644 --- a/projects/hip-tests/catch/include/hip_test_defgroups.hh +++ b/projects/hip-tests/catch/include/hip_test_defgroups.hh @@ -39,6 +39,13 @@ THE SOFTWARE. * @} */ +/** + * @defgroup AtomicsTest Device Atomics + * @{ + * This section describes tests for the Device Atomic APIs. + * @} + */ + /** * @defgroup DeviceLanguageTest Device Language * @{