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
c367170e
Commit
c367170e
authored
Feb 14, 2019
by
Sergey Shalnov
Committed by
Robert Kimball
Feb 14, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IntelGPU backend: Several multitype tests enabled (#2437)
parent
30f9e85b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
7 deletions
+2
-7
intelgpu_op_custom_kernels.cpp
src/ngraph/runtime/intelgpu/intelgpu_op_custom_kernels.cpp
+2
-0
unit_test.manifest
src/ngraph/runtime/intelgpu/unit_test.manifest
+0
-7
No files found.
src/ngraph/runtime/intelgpu/intelgpu_op_custom_kernels.cpp
View file @
c367170e
...
...
@@ -31,7 +31,9 @@ string runtime::intelgpu::get_opencl_type_name(const element::Type& ngraph_type)
switch
(
ngraph_type
.
get_type_enum
())
{
case
element
:
:
Type_t
::
i64
:
return
"long"
;
case
element
:
:
Type_t
::
u64
:
return
"ulong"
;
case
element
:
:
Type_t
::
i32
:
return
"int"
;
case
element
:
:
Type_t
::
u32
:
return
"uint"
;
case
element
:
:
Type_t
::
i16
:
return
"short"
;
case
element
:
:
Type_t
::
u16
:
return
"ushort"
;
case
element
:
:
Type_t
::
i8
:
return
"char"
;
...
...
src/ngraph/runtime/intelgpu/unit_test.manifest
View file @
c367170e
...
...
@@ -97,19 +97,12 @@ zero_sized_ceiling
zero_sized_cos
zero_sized_cosh
zero_sized_divide
zero_sized_eq
zero_sized_exp
zero_sized_floor
zero_sized_greater
zero_sized_greatereq
zero_sized_less
zero_sized_lesseq
zero_sized_log
zero_sized_maximum
zero_sized_minimum
zero_sized_multiply
zero_sized_negative
zero_sized_not_equal
zero_sized_power
zero_sized_sign
zero_sized_sin
...
...
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