Fix clang-format (#189)

* Fix clang-format filepath

* update docker and fix format

[ROCm/composable_kernel commit: 7353ec0c25]
This commit is contained in:
JD
2022-04-21 17:02:15 -05:00
committed by GitHub
parent 6fc60ec615
commit f72b20e7a5
3 changed files with 10 additions and 10 deletions

View File

@@ -72,8 +72,13 @@ using DeviceConvBwdWeightInstance = ck::tensor_operation::device::
8>; // CBlockTransferScalarPerVector_NWaveNPerXdl
// clang-format on
using ReferenceConvBwdWeightInstance = ck::tensor_operation::host::
ReferenceConvBwdWeight<InDataType, WeiDataType, OutDataType, InElementOp, WeiElementOp, OutElementOp>;
using ReferenceConvBwdWeightInstance =
ck::tensor_operation::host::ReferenceConvBwdWeight<InDataType,
WeiDataType,
OutDataType,
InElementOp,
WeiElementOp,
OutElementOp>;
int main(int argc, char* argv[])
{