Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
d9095997
Unverified
Commit
d9095997
authored
Feb 26, 2024
by
Bartłomiej Kocot
Committed by
GitHub
Feb 26, 2024
Browse files
Remove unnecessary comments (#1177)
parent
2eb74a9c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
client_example/25_wrapper/wrapper_basic_gemm.cpp
client_example/25_wrapper/wrapper_basic_gemm.cpp
+0
-1
client_example/25_wrapper/wrapper_optimized_gemm.cpp
client_example/25_wrapper/wrapper_optimized_gemm.cpp
+0
-1
No files found.
client_example/25_wrapper/wrapper_basic_gemm.cpp
View file @
d9095997
...
@@ -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,
client_example/25_wrapper/wrapper_optimized_gemm.cpp
View file @
d9095997
...
@@ -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,
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment