Skip to content

Commit 1554806

Browse files
authored
[SYCLomatic #2175] Remove test for deprecated API dpct::device_info::set_max_work_item_sizes(const sycl::id<3>)(#744)
Signed-off-by: Jiang, Zhiwei <[email protected]>
1 parent cea3ee2 commit 1554806

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

help_function/src/device_device_info.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ int main() {
6464
// test_feature:set_name(Name)
6565
Info.set_name(Name);
6666

67-
sycl::id<3> max_work_item_sizes;
68-
// test_feature:set_max_work_item_sizes(max_work_item_sizes)
69-
Info.set_max_work_item_sizes(max_work_item_sizes);
70-
7167
// test_feature:set_host_unified_memory(true)
7268
Info.set_host_unified_memory(true);
7369

0 commit comments

Comments
 (0)