- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How do we enable a core scaling study using SYCL oneAPI?
i have been trying to use
queue q(cpu_selector_v);
oneapi::tbb::task_group tg;
auto mp = tbb::global_control::max_allowed_parallelism;
oneapi::tbb::global_control gc(mp,2);
to implement running the kernel on 2 cores, but vtune profiler does not display the right core count.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi, can you please provide a reproducer and exact commands to demonstrate your issue?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page