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] Don't include type_traits.hpp explicitly from buffer.hpp (#13916)
Right now it's a no-op/NFC as it is still included transitively
somewhere, but in my local prototype workspace this `remove_pointer_t`
is latest use of it there. I think it's OK to upload this PR right now
to decrease number of out-of-tree changes in my experimental branch.
0 commit comments