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
f52323fc
Commit
f52323fc
authored
Jan 03, 2025
by
mtgu0705
Browse files
fixed
parent
e9520f14
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/ck/utility/data_type.hpp
include/ck/utility/data_type.hpp
+2
-0
profiler/src/profile_gemm_b_scale.cpp
profiler/src/profile_gemm_b_scale.cpp
+0
-2
No files found.
include/ck/utility/data_type.hpp
View file @
f52323fc
...
...
@@ -19,6 +19,8 @@ struct pk_i4_t
type
data
;
__host__
__device__
constexpr
pk_i4_t
()
:
data
{
type
{}}
{}
__host__
__device__
constexpr
pk_i4_t
(
type
init
)
:
data
{
init
}
{}
__host__
__device__
constexpr
operator
float
()
const
{
return
static_cast
<
float
>
(
data
);
}
};
inline
constexpr
auto
next_pow2
(
uint32_t
x
)
...
...
profiler/src/profile_gemm_b_scale.cpp
View file @
f52323fc
...
...
@@ -105,8 +105,6 @@ int profile_gemm_b_scale(int argc, char* argv[])
using
F32
=
float
;
using
F16
=
ck
::
half_t
;
using
BF16
=
ck
::
bhalf_t
;
using
F8
=
ck
::
f8_t
;
using
I4
=
ck
::
pk_i4_t
;
using
Row
=
ck
::
tensor_layout
::
gemm
::
RowMajor
;
...
...
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