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:
Lev Kurilenko
2024-02-09 14:43:54 -08:00
committed by GitHub
parent d04a8386d1
commit 25a02047ae

7
.gitignore vendored
View File

@ -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