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
Describe the solution you'd like
Add a streaming category that allows benchmarking of operations per second in a streaming environment where the data to be operated on is streamed in batches to the backend. This is more accelerator/HW friendly.
Describe alternatives you've considered
Currently, a similar approach can be obtained from the offline category, but backend developers have to implement the streaming by themselves from scratch.
The text was updated successfully, but these errors were encountered:
First, consider creating a workload implementation using OpenCL in clear text as a blueprint of how a streaming workload would work. Then create the streaming model around it.
Describe the solution you'd like
Add a streaming category that allows benchmarking of operations per second in a streaming environment where the data to be operated on is streamed in batches to the backend. This is more accelerator/HW friendly.
Describe alternatives you've considered
Currently, a similar approach can be obtained from the offline category, but backend developers have to implement the streaming by themselves from scratch.
The text was updated successfully, but these errors were encountered: