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
Commits
f0831350
Commit
f0831350
authored
Aug 01, 2023
by
Jun Liu
Browse files
Merge branch 'amd-develop' into amd-master
parents
f0fd0263
6e01019b
Changes
86
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
726 additions
and
10 deletions
+726
-10
profiler/src/profile_gemm_streamk.cpp
profiler/src/profile_gemm_streamk.cpp
+155
-0
script/profile_batched_gemm.sh
script/profile_batched_gemm.sh
+0
-7
test/batched_gemm_multi_d/CMakeLists.txt
test/batched_gemm_multi_d/CMakeLists.txt
+3
-3
test/block_swizzle_test/block_swizzle_test.cpp
test/block_swizzle_test/block_swizzle_test.cpp
+406
-0
test/block_swizzle_test/rebuild.sh
test/block_swizzle_test/rebuild.sh
+3
-0
test/block_swizzle_test/simple_args.h
test/block_swizzle_test/simple_args.h
+159
-0
No files found.
profiler/src/profile_gemm_streamk.cpp
0 → 100644
View file @
f0831350
This diff is collapsed.
Click to expand it.
script/profile_batched_gemm.sh
View file @
f0831350
...
...
@@ -3,13 +3,6 @@
## GPU visibility
export
HIP_VISIBLE_DEVICES
=
0
DRIVER
=
"../build/bin/ckProfiler"
OP
=
$1
DATATYPE
=
$2
LAYOUT
=
$3
VERIFY
=
$4
INIT
=
$5
LOG
=
$6
TIME
=
$7
OP
=
$1
DATATYPE
=
$2
...
...
test/batched_gemm_multi_d/CMakeLists.txt
View file @
f0831350
# TODO: Enable for gfx90a after complier fix
if
(
NOT GPU_TARGETS MATCHES
"gfx90a"
)
if
(
DL_KERNELS
)
add_gtest_executable
(
test_batched_gemm_multi_d test_batched_gemm_multi_d.cpp
)
target_link_libraries
(
test_batched_gemm_multi_d PRIVATE utility device_batched_gemm_multi_d_instance
)
endif
()
test/block_swizzle_test/block_swizzle_test.cpp
0 → 100644
View file @
f0831350
This diff is collapsed.
Click to expand it.
test/block_swizzle_test/rebuild.sh
0 → 100644
View file @
f0831350
CC
=
g++
$CC
-Wall
-std
=
c++17
-Iinclude
-O3
block_swizzle_test.cpp
-o
block_swizzle_test.exe
\ No newline at end of file
test/block_swizzle_test/simple_args.h
0 → 100644
View file @
f0831350
This diff is collapsed.
Click to expand it.
Prev
1
2
3
4
5
Next
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