Commit 0c33048
authored
[SYCL][CUDA] Set cuda_piextUSMEnqueuePrefetch to fail for windows (#4908)
`cuMemPrefetchAsync` currently has issues on Windows machines, this appears to be a problem with CUDA and not the plugins usage of the function.
I think `cuda_piextUSMEnqueuePrefetch` which uses `cuMemPrefetchAsync` should be set to fail for windows and send a message to the user that this functionality is not available on windows devices.
More details: #48091 parent 2f4de56 commit 0c33048
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4651 | 4651 | | |
4652 | 4652 | | |
4653 | 4653 | | |
| 4654 | + | |
| 4655 | + | |
| 4656 | + | |
| 4657 | + | |
| 4658 | + | |
| 4659 | + | |
| 4660 | + | |
| 4661 | + | |
4654 | 4662 | | |
4655 | 4663 | | |
4656 | 4664 | | |
| |||
0 commit comments