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
b155a0ac
Commit
b155a0ac
authored
May 25, 2023
by
Paul
Browse files
Move solution to common.hpp
parent
e42607a5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
8 deletions
+7
-8
library/src/jit_library/include/ck/host/common.hpp
library/src/jit_library/include/ck/host/common.hpp
+7
-0
library/src/jit_library/include/ck/host/device_gemm_multiple_d.hpp
...rc/jit_library/include/ck/host/device_gemm_multiple_d.hpp
+0
-8
No files found.
library/src/jit_library/include/ck/host/common.hpp
View file @
b155a0ac
...
@@ -10,6 +10,13 @@
...
@@ -10,6 +10,13 @@
namespace
ck
{
namespace
ck
{
namespace
host
{
namespace
host
{
struct
Solution
{
std
::
string
template_str
;
std
::
size_t
block_size
;
std
::
size_t
grid_size
;
};
enum
class
DataType
{
enum
class
DataType
{
Half
,
Half
,
Float
,
Float
,
...
...
library/src/jit_library/include/ck/host/device_gemm_multiple_d.hpp
View file @
b155a0ac
...
@@ -15,14 +15,6 @@ namespace ck {
...
@@ -15,14 +15,6 @@ namespace ck {
namespace
host
{
namespace
host
{
namespace
device_gemm_multiple_d
{
namespace
device_gemm_multiple_d
{
struct
Solution
{
std
::
string
template_str
;
std
::
size_t
block_size
;
std
::
size_t
grid_size
;
};
struct
Problem
struct
Problem
{
{
std
::
size_t
M
=
0
;
std
::
size_t
M
=
0
;
...
...
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