mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 17:00:18 +00:00
* experiment with config file * experiment with version.h config * add more info to version.h * minor updates * minor updates * fix case where DTYPE is not used * large amount of files but minor changes * remove white space * minor changes to add more MACROs * fix cmakedefine01 * fix issue with CK internal conflict * fix define and define value * fix clang-format * fix formatting issue * experiment with cmake * clang format v12 to be consistent with miopen * avoid clang-format for config file
15 lines
374 B
YAML
15 lines
374 B
YAML
repos:
|
|
- repo: local
|
|
hooks:
|
|
- id: clang-format
|
|
name: clang-format
|
|
entry: clang-format-12 -i --style=file
|
|
language: system
|
|
types_or: [c++, inc]
|
|
- id: copyright-year-checker
|
|
name: copyright-year-checker
|
|
entry: script/check_copyright_year.sh
|
|
verbose: false
|
|
language: script
|
|
types: [c++]
|