Skip to content

Commit f208da7

Browse files
author
Erich Keane
committed
Update 'streams' test to have accessor in it
1 parent 766887a commit f208da7

File tree

2 files changed

+348
-1
lines changed

2 files changed

+348
-1
lines changed

clang/test/SemaSYCL/Inputs/sycl.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ class handler {
219219
};
220220

221221
class stream {
222+
accessor<int, 1, access::mode::read> acc;
222223
public:
223224
stream(unsigned long BufferSize, unsigned long MaxStatementSize,
224225
handler &CGH) {}

0 commit comments

Comments
 (0)