You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SYnergy defines an energy target as a parameter of a queue submit(), thus currently it is not possible to specify a fine-grained energy target for shortcut functions. How do we handle it?
An alterantive API design can be to add a parameter to the parallel_for() rather than submit(). I am not sure what is the best option in this case, open to discuss alternative proposals.
The text was updated successfully, but these errors were encountered:
SYCL 2020 queue shortcut functions are member functions of the queue class that implicitly create a command group with an implicit command group handler, see: https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:queue-shortcuts
SYnergy defines an energy target as a parameter of a queue submit(), thus currently it is not possible to specify a fine-grained energy target for shortcut functions. How do we handle it?
An alterantive API design can be to add a parameter to the parallel_for() rather than submit(). I am not sure what is the best option in this case, open to discuss alternative proposals.
The text was updated successfully, but these errors were encountered: