Skip to content

Commit 21b7562

Browse files
committed
Address review comment
Signed-off-by: chenwei.sun <[email protected]>
1 parent 917d9c9 commit 21b7562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sycl/doc/syclcompat/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,7 @@ class device_ext : public sycl::device {
11081108
int get_max_work_group_size() const;
11091109
int get_mem_base_addr_align() const;
11101110
size_t get_global_mem_size() const;
1111+
size_t get_local_mem_size() const;
11111112
void get_memory_info(size_t &free_memory, size_t &total_memory) const;
11121113

11131114
void get_device_info(device_info &out) const;

0 commit comments

Comments
 (0)