mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Hi @loadams, Could you please help to review this pr? After add hpp files in csrc, we found sometimes the hpp headers will still be excluded from the op src packaging, so we add the hpp file in deepspeed to make sure the hpp header in deepspeed package, to ensure jit load to compile the xpu/fused_adam ops in 0.14.2.
10 lines
423 B
Plaintext
10 lines
423 B
Plaintext
include *.txt README.md
|
|
include deepspeed/inference/v2/kernels/ragged_ops/libs/*.so
|
|
include deepspeed/inference/v2/kernels/cutlass_ops/libs/*.so
|
|
recursive-include requirements *.txt
|
|
recursive-include deepspeed *.cpp *.h *.hpp *.cu *.hip *.tr *.cuh *.cc *.json
|
|
recursive-include csrc *.cpp *.h *.hpp *.cu *.tr *.cuh *.cc
|
|
recursive-include op_builder *.py
|
|
recursive-include benchmarks *.py
|
|
recursive-include accelerator *.py
|