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
* Can now (easily) access the default stream of a context
* Can now launch a kernel with `context_t::launch()`, implicitly using the context's default stream
* Can now (easily) access the default stream of a context
* Can now launch a kernel with `context_t::launch()`, implicitly using the context's default stream
Let's allow
context.launch()
to do synchronous/default-stream launching of kernels, on any context object.The text was updated successfully, but these errors were encountered: