Skip to content

Commit

Permalink
FIx tidy issues with the macros (#3688)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 authored Dec 6, 2024
1 parent 4b15b6c commit f3ef25c
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 f3ef25c

Please sign in to comment.