Skip to content

Conversation

@mrry
Copy link
Contributor

@mrry mrry commented May 17, 2016

Change: 122462177

…machines

with many cpu cores

For example, the wall time for the following tutorial went down from 13m35 to 5m27:
bazel run -c opt --copt=-mavx tensorflow/examples/tutorials/word2vec/word2vec_basic
Change: 122462177
@googlebot
Copy link

We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm.

@mrry
Copy link
Contributor Author

mrry commented May 17, 2016

@tensorflow-jenkins test this please.

@mrry mrry closed this May 17, 2016
@mrry mrry deleted the eigenchange branch May 18, 2016 16:48
tensorflow-copybara pushed a commit that referenced this pull request Aug 21, 2020
Backward compatible change preparing for pybind11 update.

Hidden (and luckily inconsequential) bugs discovered while testing
with the current pybind11 github master branch, and current
pybind/pybind11#2409 applied locally.

The code changed in this CL depends on a pybind11 mis-feature: Current `stable`
`pybind11::str` can hold either `PyUnicodeObject` (as documented) or
`PyBytesObject` (undocumented and probably very surprising), even under
Python 3. pybind PR #2409 changes `pybind11::str` so that it can only hold
`PyUnicodeObject`.

PiperOrigin-RevId: 327849650
Change-Id: I2a119479a6af8ab8ec5315a1b8565e96952b84c1
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.

3 participants