-
Notifications
You must be signed in to change notification settings - Fork 83
How to build this on windows? #43
Comments
This will be addressed by #41. |
Do I understand correctly that now only ComputeCpp supported for windows build in /origin/parallel-stl-msvc/? |
I am not sure about triSYCL support on Windows, but maybe @keryell can say something about it ? There is nothing ComputeCpp specific on the changes for windows that are coming soon, but we are not testing internally with triSYCL on windows at the moment. |
i do not think triSYCL is tested with the ParallelSTL with Visual Studio. |
I have not tested it myself (though now that you mention it, I did want to make an alternative backend to triSYCL, one that uses the parallel STL, and SyclParallelSTL might be a really good starting point with no vendor pSTL implementations out there). Should you want to use parallelSTL with triSYCL, I believe all you need is make the same defines as we do for all our unit tests and turn on OpenMP support within the compiler. I do not know if you're using CMake, but you might get some inspiration as to what to do from our CMakeLists files, particularily from the one that declares the I intentionally named the utility function Hope that helps. |
In #53 there is some Visual Studio support from @MathiasMagnus for triSYCL but I have not tested it. |
What installation steps exactly must be done to build this on windows?
The text was updated successfully, but these errors were encountered: