mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 01:10:17 +00:00
fix clang-format
This commit is contained in:
@@ -54,4 +54,3 @@
|
||||
#include "ck_tile/core/utility/to_sequence.hpp"
|
||||
#include "ck_tile/core/utility/transpose_vectors.hpp"
|
||||
#include "ck_tile/core/utility/type_traits.hpp"
|
||||
|
||||
|
||||
@@ -20,4 +20,3 @@
|
||||
#include "ck_tile/host/reference/reference_reduce.hpp"
|
||||
#include "ck_tile/host/reference/reference_softmax.hpp"
|
||||
#include "ck_tile/host/stream_config.hpp"
|
||||
|
||||
|
||||
@@ -4,4 +4,3 @@
|
||||
#pragma once
|
||||
|
||||
#include "ck_tile/ops/common/tensor_layout.hpp"
|
||||
|
||||
|
||||
@@ -5,4 +5,3 @@
|
||||
|
||||
#include "ck_tile/ops/epilogue/default_2d_epilogue.hpp"
|
||||
#include "ck_tile/ops/common/tensor_layout.hpp"
|
||||
|
||||
|
||||
@@ -18,4 +18,3 @@
|
||||
#include "ck_tile/ops/fmha/pipeline/tile_fmha_shape.hpp"
|
||||
#include "ck_tile/ops/fmha/pipeline/tile_fmha_traits.hpp"
|
||||
#include "ck_tile/ops/common/tensor_layout.hpp"
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@ class submodule_t:
|
||||
for individual_header in include_list:
|
||||
header_path = NS + '/' + str(individual_header)
|
||||
f.write(f'#include \"{header_path}\"\n')
|
||||
f.write('\n')
|
||||
# f.write('\n') # otherwise clang-format will complain
|
||||
# print(self.m)
|
||||
# restructure common
|
||||
for k, v in self.m.items():
|
||||
|
||||
Reference in New Issue
Block a user