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
2034488c
"...composable_kernel_rocm.git" did not exist on "5f82fdd9d30e7d520edf742eb7fb8e5c22c0d78f"
Commit
2034488c
authored
Sep 21, 2023
by
Rostyslav Geyyer
Browse files
Uppdate naming to f8->fp8
parent
9b7093aa
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
example/01_gemm/CMakeLists.txt
example/01_gemm/CMakeLists.txt
+8
-8
example/01_gemm/gemm_xdl_fp16_fp8.cpp
example/01_gemm/gemm_xdl_fp16_fp8.cpp
+0
-0
example/01_gemm/gemm_xdl_fp8.cpp
example/01_gemm/gemm_xdl_fp8.cpp
+0
-0
example/01_gemm/gemm_xdl_fp8_bf8.cpp
example/01_gemm/gemm_xdl_fp8_bf8.cpp
+0
-0
No files found.
example/01_gemm/CMakeLists.txt
View file @
2034488c
...
...
@@ -67,20 +67,20 @@ add_example_executable(example_gemm_xdl_streamk gemm_xdl_streamk.cpp)
if
(
GPU_TARGETS MATCHES
"gfx940"
OR GPU_TARGETS MATCHES
"gfx941"
OR GPU_TARGETS MATCHES
"gfx942"
)
add_example_executable
(
example_gemm_xdl_f8 gemm_xdl_f8.cpp
)
add_example_executable
(
example_gemm_xdl_f
p
8 gemm_xdl_f
p
8.cpp
)
if
(
result EQUAL 0
)
add_dependencies
(
example_gemm_xdl example_gemm_xdl_f8
)
add_dependencies
(
example_gemm_xdl example_gemm_xdl_f
p
8
)
endif
()
endif
()
#
if(GPU_TARGETS MATCHES "gfx940" OR GPU_TARGETS MATCHES "gfx941" OR GPU_TARGETS MATCHES "gfx942")
add_example_executable
(
example_gemm_xdl_f8_bf8 gemm_xdl_f8_bf8.cpp
)
if
(
GPU_TARGETS MATCHES
"gfx940"
OR GPU_TARGETS MATCHES
"gfx941"
OR GPU_TARGETS MATCHES
"gfx942"
)
add_example_executable
(
example_gemm_xdl_f
p
8_bf8 gemm_xdl_f
p
8_bf8.cpp
)
if
(
result EQUAL 0
)
add_dependencies
(
example_gemm_xdl example_gemm_xdl_f8_bf8
)
add_dependencies
(
example_gemm_xdl example_gemm_xdl_f
p
8_bf8
)
endif
()
#
endif()
endif
()
add_example_executable
(
example_gemm_xdl_fp16_f8 gemm_xdl_fp16_f8.cpp
)
add_example_executable
(
example_gemm_xdl_fp16_f
p
8 gemm_xdl_fp16_f
p
8.cpp
)
if
(
result EQUAL 0
)
add_dependencies
(
example_gemm_xdl example_gemm_xdl_fp16_f8
)
add_dependencies
(
example_gemm_xdl example_gemm_xdl_fp16_f
p
8
)
endif
()
example/01_gemm/gemm_xdl_fp16_f8.cpp
→
example/01_gemm/gemm_xdl_fp16_f
p
8.cpp
View file @
2034488c
File moved
example/01_gemm/gemm_xdl_f8.cpp
→
example/01_gemm/gemm_xdl_f
p
8.cpp
View file @
2034488c
File moved
example/01_gemm/gemm_xdl_f8_bf8.cpp
→
example/01_gemm/gemm_xdl_f
p
8_bf8.cpp
View file @
2034488c
File moved
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