Previous | Next --- Slide 15 of 56
Back to Lecture Thumbnails
TJ

Question: For ISPC, foreach abstraction, is the underline implementation simply translate the code to ONE core and use interleaved SIMD to execute them, or they are gonna use as MANY cores as they can to execute SIMD?

llcoolj

I believe ISPC's foreach uses only one core

haox1

Question: why we don't have to specify idx here?

jmackama

@ haox1 I think idx is a typo and is supposed to be just i.