Hi Royi, We are not supporting Linux and MacOS object generation on Windows out of the box. Through technically it's not that difficult to hack ISPC to achieve that. But my suggestion would be to use Docker. For Linux it works like a charm. For MacOS, you probably will need a fully functional VM.
For Intel GPUs (both integrated and discrete), I'm experimenting with it, but can't promise something certain at this point. If it affects your plans for using ISPC, please email me directly. Dmitry. On Thu, Aug 16, 2018 at 8:41 PM Royi <[email protected]> wrote: > Dmitry, > 2 questions with your permission: > > 1. Is there a way to generate object file for Linux and macOS on a > Windows Machine? > 2. Does ISPC have plans to support offloading to Inetl iGPU? Does ISPC > have plans to support the future Intel Discrete GPU? > > Thank You. > > > On Saturday, November 11, 2017 at 6:12:41 AM UTC+2, Dmitry Babokin wrote: >> >> Download page: http://ispc.github.io/downloads.html >> >> === v1.9.2 === (10 November 2017) >> >> An ISPC update, which brings out-of-the-box debug support on Windows, >> better performance of most of the targets and a bunch of stability >> and performance bug fixes. >> >> The release is based on patched LLVM 5.0 backend. >> >> Windows build is now supports only VS2015 and newer. If you are using >> earlier >> versions, the only known problem that you may encounter is a problem with >> "print" ISPC library function. >> >> AVX512 targets are the main beneficiaries of a newer LLVM backend and >> demonstrate the biggest performance improvements. SVML support is also >> now available on these targets (requires linking by ICC compiler). >> > -- > 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.
