Skip to content

Conversation

jeffmak
Copy link

@jeffmak jeffmak commented Jul 11, 2017

The failure has to do with SYCL having a lower float precision than CPU.

TF_ASSERT_OK(session->Run({}, {"fused_conv"}, {}, &fused_tensors));

#ifdef TENSORFLOW_USE_SYCL
test::ExpectTensorNear<float>(unfused_tensors[0], fused_tensors[0], 5e-3);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is quite low precision.. 5e-3 ( 0.005 ) is that intended?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants