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
97072183
"...composable_kernel_rocm.git" did not exist on "fd9e80c5104bb8aea61d6b350b6f963a5b7a2ac3"
Commit
97072183
authored
Oct 17, 2022
by
Paul
Browse files
Format
parent
f050afb7
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2630 additions
and
12 deletions
+2630
-12
src/targets/gpu/jit/ck_gemm_instances.cpp
src/targets/gpu/jit/ck_gemm_instances.cpp
+2628
-8
src/targets/gpu/kernels/include/migraphx/kernels/ck.hpp
src/targets/gpu/kernels/include/migraphx/kernels/ck.hpp
+1
-1
tools/tune_ck.py
tools/tune_ck.py
+1
-3
No files found.
src/targets/gpu/jit/ck_gemm_instances.cpp
View file @
97072183
This diff is collapsed.
Click to expand it.
src/targets/gpu/kernels/include/migraphx/kernels/ck.hpp
View file @
97072183
...
@@ -85,7 +85,7 @@ struct ck_nop
...
@@ -85,7 +85,7 @@ struct ck_nop
struct
ck_passthrough
struct
ck_passthrough
{
{
template
<
class
T
,
class
U
>
template
<
class
T
,
class
U
>
constexpr
void
operator
()(
T
&
y
,
U
x
)
const
constexpr
void
operator
()(
T
&
y
,
U
x
)
const
{
{
y
=
x
;
y
=
x
;
}
}
...
...
tools/tune_ck.py
View file @
97072183
...
@@ -95,9 +95,7 @@ def parse_args():
...
@@ -95,9 +95,7 @@ def parse_args():
type
=
str
,
type
=
str
,
metavar
=
'file'
,
metavar
=
'file'
,
help
=
'Output json file to save tunings'
)
help
=
'Output json file to save tunings'
)
parser
.
add_argument
(
'-n'
,
parser
.
add_argument
(
'-n'
,
type
=
int
,
help
=
'Number of instances to tune'
)
type
=
int
,
help
=
'Number of instances to tune'
)
args
=
parser
.
parse_args
()
args
=
parser
.
parse_args
()
return
args
return
args
...
...
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