Commit 1fda2a3
authored
[SYCL] Allow ESIMD backend only when explicitly set by ONEAPI_DEVICE_SELECTOR (#7336)
ONEAPI_DEVICE_SELECTOR would previously implicitly allow ESIMD backends
. This isn't desired behavior; desired behavior is to only allow ESIMD
backend only when explicitly specified by ONEAPI_DEVICE_SELECTOR.
Fix suggested by @lbushi25
Signed-off-by: Rauf, Rana <[email protected]>1 parent 276b3c2 commit 1fda2a3
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
237 | 237 | | |
238 | 238 | | |
239 | 239 | | |
| 240 | + | |
| 241 | + | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
243 | | - | |
| 245 | + | |
| 246 | + | |
244 | 247 | | |
245 | 248 | | |
246 | 249 | | |
| |||
0 commit comments