Unverified Commit d9095997 authored by Bartłomiej Kocot's avatar Bartłomiej Kocot Committed by GitHub
Browse files

Remove unnecessary comments (#1177)

parent 2eb74a9c
...@@ -213,4 +213,3 @@ int main(int argc, char* argv[]) ...@@ -213,4 +213,3 @@ int main(int argc, char* argv[])
3840, 4096, 4096, tile_shape, thread_layout); 3840, 4096, 4096, tile_shape, thread_layout);
return 0; return 0;
} }
// MI300X Perf: 0.471337 ms, 273.369 TFlops, 204.671 GB/s,
...@@ -305,4 +305,3 @@ int main(int argc, char* argv[]) ...@@ -305,4 +305,3 @@ int main(int argc, char* argv[])
3840, 4096, 4096, tile_shape, thread_layout); 3840, 4096, 4096, tile_shape, thread_layout);
return 0; return 0;
} }
// MI300X Perf: 0.411552 ms, 313.081 TFlops, 234.403 GB/s,
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