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 543aa6f commit a34b463Copy full SHA for a34b463
sycl/include/sycl/ext/oneapi/experimental/work_group_memory.hpp
@@ -50,7 +50,7 @@ class __SYCL_SPECIAL_CLASS __SYCL_TYPE(work_group_memory) work_group_memory
50
value_type, access::address_space::local_space>::type *;
51
52
public:
53
-// Frontend requries special types to have a default constructor in device
+// Frontend requires special types to have a default constructor in device
54
// compilation mode in order to have a uniform way of initializing an object of
55
// special type to then call the __init method on it. This is purely an
56
// implementation detail and not part of the spec.
0 commit comments