oneapi-src / oneDPL

oneAPI DPC++ Library (oneDPL) https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-library.html
Apache License 2.0
716 stars 113 forks source link

[oneDPL][make] + fix behavior (building exe file) in cases of non-dpcpp backends #1609

Closed MikeDvorskiy closed 2 months ago

MikeDvorskiy commented 2 months ago

[oneDPL][make] + fix behavior (building exe file) in cases of non-dpcpp backends: -o.exe

Currently, oneDPL make file doesn't build exe file (just compiles) in case of non-dpcpp backends (tbb, omp, etc) The PR introduces the change which fixes that bug.