"git@developer.sourcefind.cn:gaoqiong/composable_kernel.git" did not exist on "9eae73df9b63d04bdfb7117c27dbe06da054c5d6"
Commit a3115568 authored by Astha Rai's avatar Astha Rai
Browse files

minor fix

parent 5a6d8251
...@@ -63,17 +63,17 @@ int main() ...@@ -63,17 +63,17 @@ int main()
std::array<void*, 1> output = {b_dev_buf.GetDeviceBuffer()}; std::array<void*, 1> output = {b_dev_buf.GetDeviceBuffer()};
using DeviceElementwisePermuteInstance = using DeviceElementwisePermuteInstance =
ck::tensor_operation::device::DeviceElementwise<ck::Tuple<ADataType>, ck::tensor_operation::device::DeviceElementwise3dImpl<ck::Tuple<ADataType>,
ck::Tuple<BDataType>, ck::Tuple<BDataType>,
PassThrough, PassThrough,
2, 2,
2, 2,
1, 1,
8, 8,
8, 8,
8, 8,
ck::Sequence<8>, ck::Sequence<8>,
ck::Sequence<1>>; ck::Sequence<1>>;
// get device op instances // get device op instances
const auto op_ptrs = ck::tensor_operation::device::instance::DeviceOperationInstanceFactory< const auto op_ptrs = ck::tensor_operation::device::instance::DeviceOperationInstanceFactory<
......
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