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
c84154b8
"src/git@developer.sourcefind.cn:gaoqiong/migraphx.git" did not exist on "2140fe19aa3ddbd6e8f4c6e784f7032e4220cebf"
Commit
c84154b8
authored
May 19, 2022
by
Paul
Browse files
Fix perf regression
parent
7133eee6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/targets/gpu/jit/pointwise.cpp
src/targets/gpu/jit/pointwise.cpp
+1
-1
No files found.
src/targets/gpu/jit/pointwise.cpp
View file @
c84154b8
...
@@ -62,7 +62,7 @@ struct pointwise_compiler : compiler<pointwise_compiler>
...
@@ -62,7 +62,7 @@ struct pointwise_compiler : compiler<pointwise_compiler>
options
.
params
=
"-Wno-float-equal"
;
options
.
params
=
"-Wno-float-equal"
;
auto
axis
=
find_fast_axis
(
options
.
virtual_inputs
);
auto
axis
=
find_fast_axis
(
options
.
virtual_inputs
);
auto
vec
=
vectorize
::
elements
(
axis
,
options
.
virtual_inputs
);
auto
vec
=
vectorize
::
elements
(
axis
,
options
.
virtual_inputs
);
auto
preloads
=
preload
::
broadcasts
(
axis
,
inputs
);
auto
preloads
=
preload
::
broadcasts
(
axis
,
options
.
virtual_
inputs
);
options
.
set_launch_params
(
options
.
set_launch_params
(
v
,
v
,
compute_global_for
(
ctx
,
compute_global_for
(
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