mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 10:09:41 +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
[ROCm/composable_kernel commit: c8a8385fdd]
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++]
|