Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #15297: bfloat16 is unsigned on Windows #15302

Merged
merged 1 commit into from
Dec 18, 2017
Merged

Fix #15297: bfloat16 is unsigned on Windows #15302

merged 1 commit into from
Dec 18, 2017

Conversation

snnn
Copy link
Contributor

@snnn snnn commented Dec 12, 2017

#15297

BYTE_ORDER is not a builtin macro in VC++. Need to include "tensorflow/core/platform/cpu_info.h" before using it.

@tensorflow-jenkins
Copy link
Collaborator

Can one of the admins verify this patch?

@snnn
Copy link
Contributor Author

snnn commented Dec 12, 2017

This PR depends on #14531.

@snnn
Copy link
Contributor Author

snnn commented Dec 12, 2017

@guschmue , do you still working on gemmlowp port?

@guschmue
Copy link
Contributor

the pr for gemmlowp windows support was recently merged and a pr to enable quantization ops for windows was merged as well.
#14955

Copy link
Contributor

@hawkinsp hawkinsp left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Sorry for the breakage.

@teamdandelion
Copy link
Contributor

@tensorflow-jenkins Test this please

@snnn
Copy link
Contributor Author

snnn commented Dec 14, 2017

dnn_linear_combined_test is also failing in the trunk. It's not due to this change. We may think all the tests were passed.

@gunan gunan merged commit fdf34a8 into tensorflow:master Dec 18, 2017
@snnn snnn deleted the bfloat16 branch December 18, 2017 06:17
@meteorcloudy
Copy link
Member

Looks like this PR is causing a breakage: http://ci.tensorflow.org/job/tf-master-win-bzl/2088/console

Is it because we also need #14531 to be merged? @snnn

@snnn
Copy link
Contributor Author

snnn commented Dec 18, 2017

Yes. I updating #14531

av8ramit pushed a commit to av8ramit/tensorflow that referenced this pull request Dec 27, 2017
av8ramit pushed a commit that referenced this pull request Dec 27, 2017
meteorcloudy added a commit to meteorcloudy/tensorflow that referenced this pull request Jan 3, 2018
caisq added a commit that referenced this pull request Jan 3, 2018
Revert "Fix a bug: bfloat16 is unsigned on Windows (#15302)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

8 participants