https://github.com/halide/Halide
Revision 55569228a49007f5d3c04c93217aef70b46da775 authored by aekul on 12 August 2020, 02:42:39 UTC, committed by aekul on 12 August 2020, 02:42:39 UTC
1 parent 62351d0
Raw File
Tip revision: 55569228a49007f5d3c04c93217aef70b46da775 authored by aekul on 12 August 2020, 02:42:39 UTC
Add flag to enable beam search to autotune_loop.sh
Tip revision: 5556922
.clang-tidy
---
Checks: '-*,modernize-use-override,performance-move-const-arg,modernize-use-emplace,performance-noexcept-move-constructor,performance-unnecessary-value-param,performance-unnecessary-copy-initialization,performance-trivially-destructible,bugprone-parent-virtual-call,bugprone-macro-parenthesis,bugprone-string-constructor,bugprone-sizeof-expression'
WarningsAsErrors: '*'
HeaderFilterRegex: '(?!.*pybind11.*).*$'
AnalyzeTemporaryDtors: false
FormatStyle: 'file'
...
back to top