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
We previously removed the ability to pass properties directly to functions like
single_task, parallel_for, etc, in favor of requiring them to be attached to
the kernel.
By introducing a new kernel_function wrapper that attaches properties to a
kernel function, we remove the need for (most) developers to write such
wrappers themselves.
Signed-off-by: John Pennycook <[email protected]>
0 commit comments