Closed Rinzii closed 5 months ago
So far intel DPC++ is setup in such a manner now that implementing first class support should be quite trivial. Currently the only thing that is required atm is to just bring it all together. I’ve also have not noticed any degradations in performance or outputted values when testing internally on Linux.
I'd like to bring in first class support for Intel DPC++. To achieve this the following items need to be addressed:
I've already done some of the ground work required for this inside of our compiler detection header and the cmakelist. Overall, this should be pretty straightforward to implement, but I've not had time to handle the issue myself.