Skip to content

Commit

Permalink
[OpenCL] Enables testGradientsAxis0 test with sycl
Browse files Browse the repository at this point in the history
  • Loading branch information
Rbiessy authored and Luke Iwanski committed Apr 27, 2017
1 parent 7248031 commit 4704240
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tensorflow/python/kernel_tests/unstack_op_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,6 @@ def testSimple(self):
self.assertAllEqual(cs, data)

def testGradientsAxis0(self):
# Currently fails for OpenCL
if test_util.is_sycl_enabled():
return

for shape in (2,), (3,), (2, 3), (3, 2), (4, 3, 2):
data = np.random.randn(*shape)
shapes = [shape[1:]] * shape[0]
Expand Down

0 comments on commit 4704240

Please sign in to comment.