Commit 68c275c
authored
[SYCL] Align handler::require API with the SYCL specification (#2325)
This fix corrects the definition of the handler::require API in our headers to match the SYCL specification.
The SYCL spec defines the accessor parameter of "require" to be passed by value. Our headers defined the API to take an accessor by reference.
This PR changes the accessor parameter from reference to value.
Signed-off-by: rdeodhar <[email protected]>1 parent f8902b8 commit 68c275c
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
757 | 757 | | |
758 | 758 | | |
759 | 759 | | |
760 | | - | |
761 | | - | |
| 760 | + | |
| 761 | + | |
| 762 | + | |
762 | 763 | | |
763 | 764 | | |
764 | 765 | | |
| |||
0 commit comments