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
6e983ba2
Commit
6e983ba2
authored
May 24, 2022
by
Jing Zhang
Browse files
clean
parent
6e3cf8b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
9 deletions
+2
-9
include/ck/tensor_operation/gpu/device/device_grouped_gemm_xdl.hpp
...k/tensor_operation/gpu/device/device_grouped_gemm_xdl.hpp
+2
-9
No files found.
include/ck/tensor_operation/gpu/device/device_grouped_gemm_xdl.hpp
View file @
6e983ba2
...
...
@@ -485,10 +485,6 @@ struct DeviceGroupedGemmXdl
}
}
KernelTimer
timer
;
timer
.
Start
();
void
*
gemm_descs_const_
;
hipGetErrorString
(
hipMalloc
(
&
gemm_descs_const_
,
arg
.
gemm_desc_kernel_arg_
.
size
()
*
sizeof
(
GemmDescKernelArg
)));
...
...
@@ -498,9 +494,6 @@ struct DeviceGroupedGemmXdl
arg
.
gemm_desc_kernel_arg_
.
data
(),
arg
.
gemm_desc_kernel_arg_
.
size
()
*
sizeof
(
GemmDescKernelArg
),
hipMemcpyHostToDevice
));
timer
.
End
();
std
::
cout
<<
"HipMemCpy time: "
<<
timer
.
GetElapsedTime
()
<<
std
::
endl
;
float
ave_time
=
0
;
...
...
@@ -574,8 +567,8 @@ struct DeviceGroupedGemmXdl
{
if
(
ck
::
type_convert
<
ck
::
index_t
>
(
arg
.
gemm_desc_kernel_arg_
.
size
())
!=
arg
.
group_count_
)
return
false
;
return
true
;
else
return
true
;
}
// polymorphic
...
...
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