Commit 74448ed6 authored by Paul's avatar Paul
Browse files

Format

parent 1e02e941
......@@ -72,8 +72,8 @@ compute_global_for(context& ctx, std::size_t n, std::size_t over = 1);
MIGRAPHX_GPU_EXPORT operation compile_hip_code_object(const std::string& content,
hip_compile_options options);
MIGRAPHX_GPU_EXPORT std::size_t compute_block_size(context& ctx, std::size_t n,
std::size_t max_block_size = 1024);
MIGRAPHX_GPU_EXPORT std::size_t
compute_block_size(context& ctx, std::size_t n, std::size_t max_block_size = 1024);
MIGRAPHX_GPU_EXPORT std::string generate_make_shape(const shape& s);
......
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