Skip to content

Commit

Permalink
FIx tidy issues with the macros
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Dec 5, 2024
1 parent 2e9104a commit ec31d50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/targets/gpu/kernels/include/migraphx/kernels/pp.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
#ifndef MIGRAPHX_GUARD_KERNELS_PP_HPP
#define MIGRAPHX_GUARD_KERNELS_PP_HPP

// NOLINTBEGIN(*-macro-to-enum)

#define MIGRAPHX_PP_PRIMITIVE_CAT(x, y) x##y
#define MIGRAPHX_PP_CAT(x, y) MIGRAPHX_PP_PRIMITIVE_CAT(x, y)

Expand Down Expand Up @@ -122,4 +124,6 @@
MIGRAPHX_PP_EXPAND(MIGRAPHX_PP_PRIMITIVE_TRANSFORM_ARGS( \
m, MIGRAPHX_PP_COMMA, __VA_ARGS__, MIGRAPHX_PP_RES_ARGS()))

// NOLINTEND(*-macro-to-enum)

#endif // MIGRAPHX_GUARD_KERNELS_PP_HPP

0 comments on commit ec31d50

Please sign in to comment.