-
Notifications
You must be signed in to change notification settings - Fork 59
Closed
Milestone
Description
🚀 The feature, motivation and pitch
Have you considered exposing the library's header files in torch? This would allow developers to directly include xpu sycl header files. For example, #include <ATen/native/xpu/sycl/Loops.h>
. Just like how it's done with cuda: #include <ATen/native/cuda/Loops.cuh>
.
In some integrated environments, I am unable to manually download the current repo. When I need to develop a kernel implemented with SYCL, I have to locate the implementations of all header files and extract them individually as new header files......
Alternatives
No response
Additional context
No response