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 917d9c9 commit 21b7562Copy full SHA for 21b7562
sycl/doc/syclcompat/README.md
@@ -1108,6 +1108,7 @@ class device_ext : public sycl::device {
1108
int get_max_work_group_size() const;
1109
int get_mem_base_addr_align() const;
1110
size_t get_global_mem_size() const;
1111
+ size_t get_local_mem_size() const;
1112
void get_memory_info(size_t &free_memory, size_t &total_memory) const;
1113
1114
void get_device_info(device_info &out) const;
0 commit comments