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
ec1b3992
Commit
ec1b3992
authored
Dec 12, 2022
by
Ted Themistokleous
Browse files
cleanup commented code
parent
ca95d474
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
+0
-2
src/targets/gpu/jit/gather.cpp
src/targets/gpu/jit/gather.cpp
+0
-1
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+0
-1
No files found.
src/targets/gpu/jit/gather.cpp
View file @
ec1b3992
...
...
@@ -76,7 +76,6 @@ struct gather_compiler : compiler<gather_compiler>
auto
src
=
interpolate_string
(
gather_kernel
,
{{
"axis"
,
axis
}});
// axis attribute
return
compile_hip_code_object
(
src
,
options
);
}
...
...
src/targets/gpu/lowering.cpp
View file @
ec1b3992
...
...
@@ -90,7 +90,6 @@ struct miopen_apply
add_extend_op
(
"argmax"
);
add_extend_op
(
"argmin"
);
// add_extend_op("gather");
add_extend_op
(
"logsoftmax"
);
add_extend_op
(
"lrn"
);
add_extend_op
(
"multinomial"
);
...
...
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