Commit 5f05650
committed
[SYCL][CI] Use
See #1117 and
#11436 for the context.
In this mode, `std::memcpy` cannot be used in device code, but its usage
occasionally leaks into our code base. I think testing the configuration
in CI is the easiest way to prevent that with at least some confidence.
Another option would be to modify FE to report any usage of
`std::memcpy` in device code only, but I don't know if that's even
possible.-D_FORTIFY_SOURCE=2 in Nightly E2E CI1 parent 2824f61 commit 5f05650
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
0 commit comments