Commit 34f62dea authored by Rostyslav Geyyer's avatar Rostyslav Geyyer
Browse files

Format

parent 27b6494c
...@@ -140,8 +140,8 @@ int main(int argc, char* argv[]) ...@@ -140,8 +140,8 @@ int main(int argc, char* argv[])
<< std::endl; << std::endl;
// run the generic instance // run the generic instance
auto argument_ptr = op_ptr->MakeArgumentPointer( auto argument_ptr =
a_device_buf.GetDeviceBuffer(), op_ptr->MakeArgumentPointer(a_device_buf.GetDeviceBuffer(),
b_device_buf.GetDeviceBuffer(), b_device_buf.GetDeviceBuffer(),
std::array<const void*, 2>{d0_m_n_device_buf.GetDeviceBuffer(), std::array<const void*, 2>{d0_m_n_device_buf.GetDeviceBuffer(),
d1_m_n_device_buf.GetDeviceBuffer()}, d1_m_n_device_buf.GetDeviceBuffer()},
......
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