Commit 66b22c9
committed
fix: Don't disable bindless allocation using an undocumented env var
Bindless allocation is a core functionality. Having obscure mechanisms
disabling it at runtime leads to unwanted side effects, leading to
application issues, for example on applications trying to use SYCL
bindless textures, that are supposed to be available unconditionally on
DG2 and newer (when texturing is supported).
This is what is assumed here:
https://github.com/oneapi-src/unified-runtime/blob/dd7d5c6256f7ec90be9753e6e5a24d06a6b36fd6/source/adapters/level_zero/device.cpp#L1095
This reverts commit 81644a4.
Signed-off-by: Xavier Hallade <[email protected]>1 parent b33b423 commit 66b22c9
File tree
1 file changed
+1
-5
lines changed1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
51 | 50 | | |
52 | 51 | | |
53 | 52 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 53 | + | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| |||
0 commit comments