Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
1e7557a6
"configs/api_examples/eval_api_bytedance.py" did not exist on "239c2a346eba4a59dfc37ce2c5d76cd1144f7249"
Commit
1e7557a6
authored
Nov 18, 2022
by
Po-Yen, Chen
Browse files
Use longer name to avoid name collision
parent
7fabdef2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
profiler/src/profiler_operation_registry.hpp
profiler/src/profiler_operation_registry.hpp
+2
-2
No files found.
profiler/src/profiler_operation_registry.hpp
View file @
1e7557a6
...
...
@@ -68,6 +68,6 @@ class ProfilerOperationRegistry final
}
};
#define REGISTER_PROFILER_OPERATION(name, description, operation) \
static const bool
result =
\
#define REGISTER_PROFILER_OPERATION(name, description, operation)
\
static const bool
operation_registration_result_##__COUNTER__ =
\
::ProfilerOperationRegistry::GetInstance().Add(name, description, operation)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment