"...mistral-small_pytorch.git" did not exist on "e9c0013448882f841efbb96d3a9623afb3434387"
Commit 2672f03f authored by Paul's avatar Paul
Browse files

Fix tidy define

parent 845bd22d
...@@ -104,4 +104,4 @@ CheckOptions: ...@@ -104,4 +104,4 @@ CheckOptions:
# - key: readability-identifier-naming.MacroDefinitionCase # - key: readability-identifier-naming.MacroDefinitionCase
# value: UPPER_CASE # value: UPPER_CASE
# - key: readability-identifier-naming.MacroDefinitionPrefix # - key: readability-identifier-naming.MacroDefinitionPrefix
# value: MIGRAPH_ # value: MIGRAPHX_
...@@ -93,7 +93,7 @@ rocm_enable_clang_tidy( ...@@ -93,7 +93,7 @@ rocm_enable_clang_tidy(
HEADER_FILTER HEADER_FILTER
".*hpp" ".*hpp"
EXTRA_ARGS EXTRA_ARGS
-DMIGRAPH_USE_CLANG_TIDY -DMIGRAPHX_USE_CLANG_TIDY
) )
include(ROCMCppCheck) include(ROCMCppCheck)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment