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
MIGraphX
Commits
9ca6c1d8
Commit
9ca6c1d8
authored
Oct 17, 2023
by
Paul
Browse files
Format
parent
070f8c95
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
21 deletions
+21
-21
src/targets/gpu/gemm_impl.cpp
src/targets/gpu/gemm_impl.cpp
+21
-21
No files found.
src/targets/gpu/gemm_impl.cpp
View file @
9ca6c1d8
...
@@ -493,31 +493,31 @@ struct gemm_impl
...
@@ -493,31 +493,31 @@ struct gemm_impl
#endif
#endif
private:
private:
size_t
num_matrices
=
0
;
size_t
num_matrices
=
0
;
rocblas_int
m
=
0
;
rocblas_int
m
=
0
;
rocblas_int
n
=
0
;
rocblas_int
n
=
0
;
rocblas_int
k
=
0
;
rocblas_int
k
=
0
;
bool
transa
=
false
;
bool
transa
=
false
;
bool
transb
=
false
;
bool
transb
=
false
;
T
alpha
=
0
;
T
alpha
=
0
;
T
beta
=
0
;
T
beta
=
0
;
std
::
function
<
const
void
*
()
>
get_alpha
{};
std
::
function
<
const
void
*
()
>
get_alpha
{};
std
::
function
<
const
void
*
()
>
get_beta
{};
std
::
function
<
const
void
*
()
>
get_beta
{};
flag_type
int8_flag
=
0
;
flag_type
int8_flag
=
0
;
rocblas_int
lda
=
0
;
rocblas_int
lda
=
0
;
rocblas_int
ldb
=
0
;
rocblas_int
ldb
=
0
;
rocblas_int
ldc
=
0
;
rocblas_int
ldc
=
0
;
rocblas_int
ldd
=
0
;
rocblas_int
ldd
=
0
;
rocblas_int
a_stride
=
0
;
rocblas_int
a_stride
=
0
;
rocblas_int
b_stride
=
0
;
rocblas_int
b_stride
=
0
;
rocblas_int
c_stride
=
0
;
rocblas_int
c_stride
=
0
;
rocblas_int
d_stride
=
0
;
rocblas_int
d_stride
=
0
;
rocblas_datatype
compute_type
=
rocblas_datatype_f32_r
;
rocblas_datatype
compute_type
=
rocblas_datatype_f32_r
;
rocblas_datatype
arg_type
=
rocblas_datatype_f32_r
;
rocblas_datatype
arg_type
=
rocblas_datatype_f32_r
;
rocblas_datatype
output_type
=
rocblas_datatype_f32_r
;
rocblas_datatype
output_type
=
rocblas_datatype_f32_r
;
bool
strided_batched
=
true
;
bool
strided_batched
=
true
;
bool
is_3inputs
=
true
;
bool
is_3inputs
=
true
;
bool
compute_fp32
=
true
;
bool
compute_fp32
=
true
;
};
// gemm_impl
};
// gemm_impl
void
gemm_compute
(
context
&
ctx
,
void
gemm_compute
(
context
&
ctx
,
...
...
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