Skip to content

Commit

Permalink
[oneDPL][make] A fix: usage of ONEAPI_DEVICE_SELECTOR variable (#2009)
Browse files Browse the repository at this point in the history
* [oneDPL][make] + usage ONEAPI_DEVICE_SELECTOR variable
Co-authored-by: Dmitriy Sobolev <Dmitriy.Sobolev@intel.com>
  • Loading branch information
MikeDvorskiy authored Jan 27, 2025
1 parent ec8fa8e commit 1746d46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ranges_api ?= 0

ifeq ($(backend), sycl)
ifeq ($(findstring FPGA, $(device_type)),)
export SYCL_DEVICE_FILTER=$(device_type)
export ONEAPI_DEVICE_SELECTOR=*:$(device_type)
endif
endif

Expand Down

0 comments on commit 1746d46

Please sign in to comment.