Skip to content
#

hardware-acceleration

Here are 107 public repositories matching this topic...

forflo
forflo commented Mar 8, 2021

In essence, I am using

Job *job = ...;
...
intptr_t res1 = tapasco_job_start(job, &jl);
intptr_t res2 = tapasco_job_release(job, 0, true);

in order to start a PE via its PEID. tapasco_job_release does appear to do a busy wait on one CPU core. Is this expected behavior of the runtime or is it an error on my side?

Improve this page

Add a description, image, and links to the hardware-acceleration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hardware-acceleration topic, visit your repo's landing page and select "manage topics."

Learn more