mirror of
https://github.com/deepspeedai/DeepSpeed.git
synced 2025-10-20 15:33:51 +08:00
Add HIP conversion file outputs to .gitignore (#5111)
This PR adds the following HIP output files to `.gitignore`: ``` *_hip.cpp *_hip.h *.hip *.cuh *hip_layers.h ``` --------- Co-authored-by: Michael Wyatt <michaelwyatt@microsoft.com>
This commit is contained in:
7
.gitignore
vendored
7
.gitignore
vendored
@ -53,3 +53,10 @@ docs/code-docs/build
|
||||
## Testing data
|
||||
# Saved checkpoints for testing
|
||||
tests/unit/saved_checkpoint/
|
||||
|
||||
# HIP files created during AMD compilation
|
||||
*_hip.cpp
|
||||
*_hip.h
|
||||
*.hip
|
||||
*.cuh
|
||||
*hip_layers.h
|
||||
|
Reference in New Issue
Block a user