Commit 0f8c6a60 authored by Astha Rai's avatar Astha Rai
Browse files

remove comments

parent 6b5bce42
...@@ -58,7 +58,7 @@ int main() ...@@ -58,7 +58,7 @@ int main()
std::array<void*, 1> output = {b_dev_buf.GetDeviceBuffer()}; std::array<void*, 1> output = {b_dev_buf.GetDeviceBuffer()};
using DeviceElementwisePermuteInstance = ck::tensor_operation::device:: using DeviceElementwisePermuteInstance = ck::tensor_operation::device::
DeviceElementwiseImpl<ck::Tuple<ADataType>, ck::Tuple<BDataType>, PassThrough, 5>; DeviceElementwise<ck::Tuple<ADataType>, ck::Tuple<BDataType>, PassThrough, 5>;
// 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