Hi, ISPC generates singled threaded code, unless you take care about multi-threading explicitly.
Look at this section for more details: http://ispc.github.io/ispc.html#task-parallel-execution Dmitry. On Thu, May 18, 2017 at 2:40 AM, nabi <[email protected]> wrote: > We are trying to build a custom machine to run a VR simulation that uses > ispc. > > Any suggestions of what hardware I can use to make a ispc simulation as > fast as possible. > > Does the library automatically use multiple CPU if available or should we > go with the fastest single intel CPU we can find. > > > -- > You received this message because you are subscribed to the Google Groups > "Intel SPMD Program Compiler Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Intel SPMD Program Compiler Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
