"docs/source/en/api/pipelines/cycle_diffusion.md" did not exist on "9d8943b7e7361e8527fc662d9769707087c4bad6"
Commit e017a9f0 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Re-formate example code

parent 7d5d9b8f
......@@ -8,11 +8,11 @@ using BDataType = F16;
// clang-format off
using DevicePermuteInstance = ck::tensor_operation::device::DevicePermute
// ######| InData| OutData| Elementwise| NumDim| Block| NPer| HPer| WPer|MPerThread| InScalar| OutScalar|
// ######| Type| Type| Operation| | Size| Block| Block| Block| | PerVector| PerVector|
// ######| | | | | | | | | | | |
// ######| | | | | | | | | | | |
< ADataType, BDataType, PassThrough, 4, 256, 128, 128, 128, 8, 8, 1>;
// ######| InData| OutData| Elementwise| NumDim| Block| NPer| HPer| WPer| InBlock| InBlockTransfer| InBlockTransfer| Src| Dst| Src| Dst|
// ######| Type| Type| Operation| | Size| Block| Block| Block| LdsExtraW| ThreadClusterLengths| ThreadClusterArrangeOrder| VectorDim| VectorDim| ScalarPerVector| ScalarPerVector|
// ######| | | | | | | | | | | | | | | |
// ######| | | | | | | | | | | | | | | |
< ADataType, BDataType, PassThrough, 4, 256, 128, 128, 128, 0, S<1, 16, 16>, S<0, 1, 2>, 3, 2, 1, 1>;
// clang-format on
#include "run_permute_example.inc"
......
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