Skip to content

Commit

Permalink
Fix docs build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Vika-F committed Jan 7, 2025
1 parent cbca096 commit bb3c50f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/oneapi/dal/backend/primitives/ndarray.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,6 @@ class ndarray : public ndview<T, axis_count, order> {

#ifdef ONEDAL_DATA_PARALLEL


template <typename T, std::int64_t axis_count, ndorder order>
ndarray<T, axis_count, order> ndview<T, axis_count, order>::to_host(
sycl::queue& q,
Expand Down
2 changes: 2 additions & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,8 @@
('cpp:identifier', 'ndshape<new_axis_count>'),
('cpp:identifier', 'ndview'),
('cpp:identifier', 'order'),
('cpp:identifier', 'sycl::range<1>'),
('cpp:identifier', 'sycl::range<2>'),
('cpp:identifier', 'shape_t'),
('cpp:identifier', 'shared_t')
]

0 comments on commit bb3c50f

Please sign in to comment.