Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2a28803
init code
yhmtsai Nov 15, 2019
5bec208
update format_header.sh
yhmtsai Nov 15, 2019
46879d8
reference works
yhmtsai Nov 18, 2019
aeb9598
final
yhmtsai Nov 18, 2019
f9c760e
fix * problem
yhmtsai Nov 18, 2019
98b216b
add some specified rule
yhmtsai Nov 18, 2019
efc2742
try to use config rule
yhmtsai Jan 9, 2020
6a1c8a6
format_header use config_regex
yhmtsai Jan 10, 2020
19009b8
avoid some unexpected behaviour
yhmtsai Jan 10, 2020
a2eaa35
update config
yhmtsai Jan 10, 2020
e0dcca7
keep the same empty lines and fix header def
yhmtsai Jan 12, 2020
fe7ac54
hip/device_functions problem
yhmtsai Jan 13, 2020
731663f
move get_include_regex
yhmtsai Jan 13, 2020
31383a4
add the alarm and handle the newline in #if
yhmtsai Jan 13, 2020
19fc2a0
fix non-self contain
yhmtsai Jan 13, 2020
8bda872
add component _kernels config
yhmtsai Jan 13, 2020
7f195f2
add discription
yhmtsai Jan 13, 2020
8557620
fix the config and rename zero_array and sorting
yhmtsai Jan 15, 2020
95571c6
add force-top
yhmtsai Mar 10, 2020
b5dba65
change the cuda/hip components filename
yhmtsai Mar 10, 2020
aedb6c0
manual fix
yhmtsai Mar 11, 2020
ecbcc7a
ignore the empty line in the beginning
yhmtsai Mar 11, 2020
950bfe9
add format_header and format_header_all in cmake
yhmtsai Mar 12, 2020
f784992
use better condition
yhmtsai Mar 12, 2020
06f9574
reference changes
yhmtsai Mar 12, 2020
ccf3542
include changes
yhmtsai Mar 12, 2020
bdf53c0
omp changes
yhmtsai Mar 12, 2020
43c4e84
cuda changes
yhmtsai Mar 12, 2020
fade352
core changes
yhmtsai Mar 12, 2020
a8c5390
hip changes
yhmtsai Mar 12, 2020
0eaa8cb
others changes
yhmtsai Mar 12, 2020
0f27071
manual fix, format_header on branch modification
yhmtsai Mar 17, 2020
7f3d8ae
separate executor-wide and others, fix MacOS
yhmtsai Mar 26, 2020
7b45b6a
Apply suggestions from code review
yhmtsai Apr 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add component _kernels config
  • Loading branch information
yhmtsai committed Mar 28, 2020
commit 8bda87277782f9ccf65415c2dd6aa4b8ad86f8e5
4 changes: 4 additions & 0 deletions dev_tools/scripts/config
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
- FixInclude: "core/preconditioner/jacobi_kernels.hpp"
- "core/test/base/(extended_float|iterator_factory)"
- RemoveTest: "true"
- "components.*_kernels(\.hip)+\.(cu|cpp|hpp|cuh)"
- RemoveTest: "true"
- "components"
- RemoveTest: "true"
- PathIgnore: "1"
- PathPrefix: "core"
- "test/utils"
- CoreSuffix: "_test"
- PathIgnore: "1"
Expand Down