Previous | Next --- Slide 22 of 52
Back to Lecture Thumbnails
selena731

I know it's not described on this slide, but I couldn't find any detailed information about ISPC tasks, besides the fact that they take advantage of multi-core and that ISPC guarantees the function only returns to C/C++ code once all tasks have returned. How would the diagram look for tasks? Would it be any different besides "multi-core" instead of "single-core"?

kayvonf

See if the ISPC task documentation helps you out.