Pablo Reble
Pablo Reble
Tagging @gmlueck for feedback.
Our final draft for revision 1 of the proposed Command Graph extension is ready for review. Tagging @intel/dpcpp-specification-reviewers
This is our final draft for revision 1 of the proposed extension. All feedback has been addressed. Tagging @intel/dpcpp-specification-reviewers
> Have you thought about a device-agnostic graph built using the explicit API that can be submitted to queues to a particular devices? I can see a use case where...
> @Wee-Free-Scot Interesting approach too. > > > ``` > > More important question: is "replay" valid? Captured variables might have been changed by the first/previous invocation and there should...
> oneMKL just adds a kernel to the queue and gives you back the event generated from that submission -- it doesn't care about the actual execution In fact, this...