Skip to content

Commit

Permalink
Initial commit: SYCL, OpenMP, Kokkos, StdPar
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Jul 24, 2023
0 parents commit 9e67e5b
Show file tree
Hide file tree
Showing 224 changed files with 31,872 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .clang-format
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
AllowShortIfStatementsOnASingleLine: Always
AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
IndentCaseLabels: true
ColumnLimit: 140
CompactNamespaces: true
FixNamespaceComments: true
IndentPPDirectives: BeforeHash
...
35 changes: 35 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
*.dat
*.o
*.a
*~
run
submit
submit.*
*.mod
.*.swp
.DS_STORE
tea.out
*.ptx
*.cub
*.lst
tealeaf
tealeaf.*
.ycm_extra_conf.py*
*.optrpt
src.*
tags

# CMake
cmake-build-*/
Build/
build/
.idea/

# IntelliJ
out/


# KDE directory preferences
.directory

clover.out
Loading

0 comments on commit 9e67e5b

Please sign in to comment.