diff options
| author | aamir <[email protected]> | 2018-07-21 19:21:30 -0700 |
|---|---|---|
| committer | aamir <[email protected]> | 2018-07-21 19:21:30 -0700 |
| commit | b3ad8abea43b7d1e8887f57d6e30c5a40cf752a6 (patch) | |
| tree | f357a9786c9aa4eea28cbe5ed85cd6a929737cb0 /.gitignore | |
| parent | e541026cfc0ee4be25e7093cb7ff3acfa3cbb6e7 (diff) | |
merging the changes of cutlass on negar tensorcore branch
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +*~ +*.swp +*.swo + src/intersim2/lex.yy.c src/intersim2/y.tab.c src/intersim2/y.tab.h @@ -26,4 +30,4 @@ cuobjdump_to_ptxplus/sass_parser.cc cuobjdump_to_ptxplus/sass_parser.hh cuobjdump_to_ptxplus/sass_parser.output -build/*
\ No newline at end of file +build/* |
