diff options
| author | Mahmoud Khairy A. Abdallah <[email protected]> | 2021-05-18 14:05:52 -0400 |
|---|---|---|
| committer | Mahmoud Khairy A. Abdallah <[email protected]> | 2021-05-18 14:05:52 -0400 |
| commit | 6121a88e7f912c26736443038a940aee80967f59 (patch) | |
| tree | 084670ac3ac7b63766f0d2dab125bd398a776acb /format-code.sh | |
| parent | c94b883ac62e3b7dfbc69f6bad3b4c86b62eeb8c (diff) | |
| parent | 585dcf5dc05d6343314600114ebcea8c719e7423 (diff) | |
Merge branch 'dev' of https://github.com/accel-sim/gpgpu-sim_distribution into dev
Diffstat (limited to 'format-code.sh')
| -rwxr-xr-x | format-code.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/format-code.sh b/format-code.sh index fb1cc90..9f47085 100755 --- a/format-code.sh +++ b/format-code.sh @@ -9,7 +9,4 @@ clang-format -i ${THIS_DIR}/src/gpgpu-sim/*.cc clang-format -i ${THIS_DIR}/src/cuda-sim/*.h clang-format -i ${THIS_DIR}/src/cuda-sim/*.cc clang-format -i ${THIS_DIR}/src/gpuwattch/*.h -clang-format -i ${THIS_DIR}/src/gpuwattch/*.cc -clang-format -i ${THIS_DIR}/src/trace-driven/*.h -clang-format -i ${THIS_DIR}/src/trace-driven/*.cc -clang-format -i ${THIS_DIR}/src/trace-driven/ISA_Def/*.h +clang-format -i ${THIS_DIR}/src/gpuwattch/*.cc
\ No newline at end of file |
