Skip to content

Commit 4134190

Browse files
committed
[ESIMD] Doxygen update part III - core APIs.
Signed-off-by: Konstantin S Bobrovsky <[email protected]>
1 parent 3bb85e7 commit 4134190

File tree

4 files changed

+269
-136
lines changed

4 files changed

+269
-136
lines changed

sycl/include/sycl/ext/intel/experimental/esimd/alt_ui.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ namespace intel {
1818
namespace experimental {
1919
namespace esimd {
2020

21+
/// @addtogroup sycl_esimd_misc
2122
/// @{
22-
/// @ingroup sycl_esimd_misc
2323

2424
/// "Merges" elements of the input vectors according to the merge mask.
2525
/// @param a the first vector

sycl/include/sycl/ext/intel/experimental/esimd/common.hpp

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
#include <cstdint> // for uint* types
1616

17+
/// @cond ESIMD_DETAIL
18+
1719
#ifdef __SYCL_DEVICE_ONLY__
1820
#define SYCL_ESIMD_KERNEL __attribute__((sycl_explicit_simd))
1921
#define SYCL_ESIMD_FUNCTION __attribute__((sycl_explicit_simd))
@@ -63,15 +65,17 @@
6365
#define __ESIMD_DEPRECATED(new_api) \
6466
__SYCL_DEPRECATED("use " __ESIMD_NS_QUOTED "::" __ESIMD_QUOTE(new_api))
6567

68+
/// @endcond ESIMD_DETAIL
69+
6670
__SYCL_INLINE_NAMESPACE(cl) {
6771
namespace sycl {
6872
namespace ext {
6973
namespace intel {
7074
namespace experimental {
7175
namespace esimd {
7276

77+
/// @addtogroup sycl_esimd_core
7378
/// @{
74-
/// @ingroup sycl_esimd_core
7579

7680
using uchar = unsigned char;
7781
using ushort = unsigned short;

0 commit comments

Comments
 (0)