We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8fa8e commit 1746d46Copy full SHA for 1746d46
make/Makefile.common
@@ -55,7 +55,7 @@ ranges_api ?= 0
55
56
ifeq ($(backend), sycl)
57
ifeq ($(findstring FPGA, $(device_type)),)
58
- export SYCL_DEVICE_FILTER=$(device_type)
+ export ONEAPI_DEVICE_SELECTOR=*:$(device_type)
59
endif
60
61
0 commit comments