Skip to content

Commit

Permalink
Add HIP conversion file outputs to .gitignore (#5111)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
lekurile and mrwyattii authored Feb 9, 2024
1 parent d04a838 commit 25a0204
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 25a0204

Please sign in to comment.