Skip to content

Commit 5a91bfa

Browse files
committed
Add missing file
1 parent 6bc951e commit 5a91bfa

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#pragma once
2+
#include <sycl/ext/oneapi/properties/properties.hpp>
3+
namespace sycl {
4+
inline namespace _V1 {
5+
namespace ext {
6+
namespace oneapi {
7+
namespace experimental {
8+
template <typename DataT, typename PropertiesT = empty_properties_t>
9+
class work_group_memory;
10+
} // namespace experimental
11+
} // namespace oneapi
12+
} // namespace ext
13+
} // namespace _V1
14+
} // namespace sycl

0 commit comments

Comments
 (0)