Commit b8abc3e3 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Add comment to indicate template argument location

parent 702c7445
......@@ -6,8 +6,14 @@
using ADataType = F16;
using BDataType = F16;
using DevicePermuteInstance =
ck::tensor_operation::device::DevicePermute<ADataType, BDataType, PassThrough, 4, 8, 8, 1>;
// clang-format off
using DevicePermuteInstance = ck::tensor_operation::device::DevicePermute
// ######| InData| OutData| Elementwise| NumDim| MPerThread| InScalar| OutScalar|
// ######| Type| Type| Operation| | | PerVector| PerVector|
// ######| | | | | | | |
// ######| | | | | | | |
< ADataType, BDataType, PassThrough, 4, 8, 8, 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