Commit 6a42a385 authored by Paul's avatar Paul
Browse files

Format

parent 9f45ab49
...@@ -179,7 +179,7 @@ MIGRAPHX_HIP_NORETURN inline __host__ __device__ void assert_fail(const source_l ...@@ -179,7 +179,7 @@ MIGRAPHX_HIP_NORETURN inline __host__ __device__ void assert_fail(const source_l
#endif #endif
#define MIGRAPHX_STATIC_ASSERT_FOR(...) \ #define MIGRAPHX_STATIC_ASSERT_FOR(...) \
static_assert(__VA_ARGS__); \ static_assert(__VA_ARGS__); \
if constexpr(__VA_ARGS__) if constexpr(__VA_ARGS__)
} // namespace migraphx } // namespace migraphx
......
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