first draft of Quda Benchmark

This commit is contained in:
2023-03-31 18:03:39 +01:00
parent 371a329457
commit 6f9af8acad
3 changed files with 194 additions and 0 deletions

14
Quda/.clang-format Normal file
View File

@ -0,0 +1,14 @@
{
BasedOnStyle: LLVM,
UseTab: Never,
IndentWidth: 2,
TabWidth: 2,
BreakBeforeBraces: Allman,
AllowShortIfStatementsOnASingleLine: false,
IndentCaseLabels: false,
ColumnLimit: 90,
AccessModifierOffset: -4,
NamespaceIndentation: All,
FixNamespaceComments: false,
SortIncludes: true,
}