We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef139a commit faa3382Copy full SHA for faa3382
sycl/test/extensions/WorkGroupMemory/api_test.cpp
@@ -85,7 +85,7 @@ void test_helper(syclexp::work_group_memory<DataT> mem) {
85
}
86
87
template <typename Type, typename... rest> void test() {
88
- syclexp::work_group_memory<Type> mem;
+ syclexp::work_group_memory<Type> mem{ syclexp::indeterminate };
89
test_constness<Type>();
90
test_helper(mem);
91
if constexpr (sizeof...(rest))
0 commit comments