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
d4b83ad4
Commit
d4b83ad4
authored
Apr 19, 2022
by
Paul
Browse files
Format
parent
063ba0c4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
src/targets/gpu/jit/pointwise.cpp
src/targets/gpu/jit/pointwise.cpp
+3
-2
No files found.
src/targets/gpu/jit/pointwise.cpp
View file @
d4b83ad4
...
@@ -43,7 +43,8 @@ struct pointwise_compiler : compiler<pointwise_compiler>
...
@@ -43,7 +43,8 @@ struct pointwise_compiler : compiler<pointwise_compiler>
static
std
::
size_t
oversubscribe
(
const
std
::
vector
<
shape
>&
inputs
)
static
std
::
size_t
oversubscribe
(
const
std
::
vector
<
shape
>&
inputs
)
{
{
// if(std::any_of(inputs.begin(), inputs.end(), [](const auto& s) { return s.broadcasted(); }))
// if(std::any_of(inputs.begin(), inputs.end(), [](const auto& s) { return s.broadcasted();
// }))
// return 1;
// return 1;
// else
// else
return
4
;
return
4
;
...
...
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