Commit 9e084504 authored by Paul's avatar Paul
Browse files

Formatting

parent 7aa8a94e
...@@ -27,7 +27,6 @@ inline namespace MIGRAPHX_INLINE_NS { ...@@ -27,7 +27,6 @@ inline namespace MIGRAPHX_INLINE_NS {
#define MIGRAPHX_DRIVER_STATIC static #define MIGRAPHX_DRIVER_STATIC static
#endif #endif
template <class T> template <class T>
struct value_parser struct value_parser
{ {
......
...@@ -21,7 +21,7 @@ program::parameter_map create_param_map(const program& p, bool gpu) ...@@ -21,7 +21,7 @@ program::parameter_map create_param_map(const program& p, bool gpu)
m[x.first] = gpu::to_gpu(generate_argument(x.second)); m[x.first] = gpu::to_gpu(generate_argument(x.second));
else else
#else #else
(void)gpu; (void)gpu;
#endif #endif
m[x.first] = generate_argument(x.second); m[x.first] = generate_argument(x.second);
} }
......
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