Add some CPU feature detection for Apple platforms. #29772
Annotations
2 warnings
Run reviewdog/action-cpplint@master:
onnxruntime/core/common/cpuid_info.cc#L282
[cpplint] reported by reviewdog 🐶
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
Raw Output:
onnxruntime/core/common/cpuid_info.cc:282: Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Run reviewdog/action-cpplint@master:
onnxruntime/core/common/cpuid_info.cc#L283
[cpplint] reported by reviewdog 🐶
If an else has a brace on one side, it should have it on both [readability/braces] [5]
Raw Output:
onnxruntime/core/common/cpuid_info.cc:283: If an else has a brace on one side, it should have it on both [readability/braces] [5]
|
Loading