Files
DeepSpeed/op_builder
ℍ𝕠𝕝𝕝𝕠𝕨 𝕄𝕒𝕟 a755a9e52c fix: Add csrc/compile to include paths for DeepCompile builder (#7401)
Since currently `z1.h`, `z2.h` and `z3.h` are located under
`csrc/compile`, without this patch, torch hipify will fail to identify
these hipified headers on AMD platform:

```log
In file included from torch/include/ATen/cuda/CUDAEvent.h:3,
                  from deepspeed/ops/csrc/includes/deepcompile.h:16,
                  from deepspeed/ops/csrc/compile/z1.h:6,
                  from deepspeed/ops/csrc/compile/z1_hip.cpp:7:
 torch/include/ATen/cuda/ATenCUDAGeneral.h:3:10: fatal error: cuda.h: No such file or directory
     3 | #include <cuda.h>
       |          ^~~~~~~~
 compilation terminated.
```

Signed-off-by: Hollow Man <hollowman@opensuse.org>
2025-06-30 10:55:35 -07:00
..
2025-02-20 20:46:21 +00:00
2025-06-27 15:24:54 +00:00
2025-05-08 15:21:52 -07:00
2023-10-05 22:32:14 +00:00
2025-02-04 17:47:44 +00:00
2025-02-04 17:47:44 +00:00
2023-10-20 19:05:54 +00:00
2023-10-20 19:05:54 +00:00
2025-06-06 18:49:41 -04:00