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
ada5c18f
Commit
ada5c18f
authored
Jun 27, 2019
by
nishant.b.patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable quant conv tests for intelgpu
parent
dec83e43
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
gpu_emitter.cpp
src/ngraph/runtime/gpu/gpu_emitter.cpp
+1
-1
unit_test.manifest
src/ngraph/runtime/gpu/unit_test.manifest
+1
-0
unit_test.manifest
src/ngraph/runtime/intelgpu/unit_test.manifest
+3
-0
No files found.
src/ngraph/runtime/gpu/gpu_emitter.cpp
View file @
ada5c18f
...
...
@@ -66,7 +66,6 @@
#include "ngraph/op/experimental/dyn_slice.hpp"
#include "ngraph/op/experimental/generate_mask.hpp"
#include "ngraph/op/experimental/quantized_avg_pool.hpp"
#include "ngraph/op/experimental/quantized_conv.hpp"
#include "ngraph/op/experimental/quantized_conv_bias.hpp"
#include "ngraph/op/experimental/quantized_conv_relu.hpp"
#include "ngraph/op/experimental/quantized_dot.hpp"
...
...
@@ -103,6 +102,7 @@
#include "ngraph/op/power.hpp"
#include "ngraph/op/product.hpp"
#include "ngraph/op/quantize.hpp"
#include "ngraph/op/quantized_convolution.hpp"
#include "ngraph/op/relu.hpp"
#include "ngraph/op/replace_slice.hpp"
#include "ngraph/op/reshape.hpp"
...
...
src/ngraph/runtime/gpu/unit_test.manifest
View file @
ada5c18f
...
...
@@ -53,6 +53,7 @@ quantize_ROUND_UP
quantize_ROUND_DOWN
quantized_convolution
quantized_conv_non_zero_zero_point
quantized_conv_int32_output
shape_of_scalar
shape_of_vector
shape_of_matrix
...
...
src/ngraph/runtime/intelgpu/unit_test.manifest
View file @
ada5c18f
...
...
@@ -115,6 +115,9 @@ model_matmul_integer
model_matmul_integer_no_zero_point
model_matmul_integer_zero_point_zero
model_matmul_integer_scalar
quantized_convolution
quantized_conv_non_zero_zero_point
quantized_conv_int32_output
# Need to update implementation
divide_python_rounding_int32
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