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
c4c96460
"...composable_kernel_rocm.git" did not exist on "874a78f91b2a78312c2d6c53b8ae50bce83c5083"
Commit
c4c96460
authored
Sep 08, 2023
by
Jing Zhang
Browse files
format
parent
f59394c2
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
example/01_gemm/gemm_xdl_input_f8_comp_f16.cpp
example/01_gemm/gemm_xdl_input_f8_comp_f16.cpp
+4
-5
script/cmake-ck-dev.sh
script/cmake-ck-dev.sh
+1
-0
No files found.
example/01_gemm/gemm_xdl_input_f8_comp_f16.cpp
View file @
c4c96460
...
@@ -52,8 +52,7 @@ struct f8_to_fp16
...
@@ -52,8 +52,7 @@ struct f8_to_fp16
struct
Relu
struct
Relu
{
{
__host__
__device__
void
__host__
__device__
void
operator
()(
ck
::
half_t
&
e
,
const
ck
::
half_t
&
c
)
const
operator
()(
ck
::
half_t
&
e
,
const
ck
::
half_t
&
c
)
const
{
{
e
=
c
>
0
?
c
:
0
;
e
=
c
>
0
?
c
:
0
;
}
}
...
...
script/cmake-ck-dev.sh
View file @
c4c96460
...
@@ -15,4 +15,5 @@ cmake
...
@@ -15,4 +15,5 @@ cmake
-D
GPU_TARGETS
=
"gfx908;gfx90a;gfx940"
\
-D
GPU_TARGETS
=
"gfx908;gfx90a;gfx940"
\
-D
CMAKE_VERBOSE_MAKEFILE:BOOL
=
ON
\
-D
CMAKE_VERBOSE_MAKEFILE:BOOL
=
ON
\
-D
USE_BITINT_EXTENSION_INT4
=
OFF
\
-D
USE_BITINT_EXTENSION_INT4
=
OFF
\
-D
DL_KERNELS
=
ON
\
${
MY_PROJECT_SOURCE
}
${
MY_PROJECT_SOURCE
}
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