Commit 74a6281
authored
[SYCL][CUDA] Enable memcpy optimizations for NVPTX (#18598)
The NVPTX backend doesn't support libcalls but does support the memset
and memcpy intrinsics, so this flag enables optimizations that use these
intrinsics.
This was added for the CUDA path in https://reviews.llvm.org/D1064011 parent 5ac8577 commit 74a6281
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
966 | 966 | | |
967 | 967 | | |
968 | 968 | | |
| 969 | + | |
| 970 | + | |
969 | 971 | | |
970 | 972 | | |
971 | 973 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments