You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][CUDA] Fix support of printf for CUDA backend on Windows. (#13784)
- Addresses a build error seen when using `printf` for CUDA backend on
Windows.
- The mentioned build error can be seen in
[test-e2e/Basic/built-ins.cpp](https://github.com/mmoadeli/llvm/blob/sycl/sycl/test-e2e/Basic/built-ins.cpp)
- Remove dead code as `printf` in SYCL cuda /amd device code calls
`__builtin_printf`
0 commit comments