Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
ngraph
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
ngraph
Commits
3d1df9f0
Unverified
Commit
3d1df9f0
authored
Feb 11, 2019
by
Robert Kimball
Committed by
GitHub
Feb 11, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into jfdong/fix_tbb_win
parents
42a4ef94
b4ef9e6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
3 deletions
+1
-3
intelgpu_op_custom_kernels.cpp
src/ngraph/runtime/intelgpu/intelgpu_op_custom_kernels.cpp
+1
-1
unit_test.manifest
src/ngraph/runtime/intelgpu/unit_test.manifest
+0
-2
No files found.
src/ngraph/runtime/intelgpu/intelgpu_op_custom_kernels.cpp
View file @
3d1df9f0
...
...
@@ -1345,7 +1345,7 @@ void runtime::intelgpu::do_arg_max_min_operation(cldnn::topology& topology,
vector
<
size_t
>
gws
;
const
string
operation_sign
=
is_max
?
" > "
:
" < "
;
const
string
infinity
=
is_max
?
"-INFINITY"
:
"INFINITY"
;
const
string
infinity
=
get_opencl_type_min_max_value
(
input_type
,
is_max
)
;
const
string
var_name
=
operation_name
+
"_val"
;
size_t
current_input
=
0
;
...
...
src/ngraph/runtime/intelgpu/unit_test.manifest
View file @
3d1df9f0
all_2x2x3_eliminate_dims_0_1
argmax_4D_axis_3_i64_in_i32
argmin_trivial_in_double
argmin_trivial_in_i32
avg_pool_2d_2channel_2image_padded_only_above_do_not_include_in_computation
avg_pool_2d_2channel_2image_padded_only_above_include_in_computation
avg_pool_3d_uneven_strided_padded
...
...
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