-
Notifications
You must be signed in to change notification settings - Fork 45.8k
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
Syntaxnet fails to compile with XLA enabled on MacOS #1444
Comments
Could you run |
The commit tag is in the report. It's the version that works with syntaxnet and is provided as git submodule. I'm following the instructions here to run syntaxnet: https://github.com/tensorflow/models/tree/master/syntaxnet#installation I did try running it using master/HEAD beforehand but that seems to be broken altogether. |
Here is the error I get if I try using tensorflow from master branch with syntaxnet (note that syntaxnet itself is still using the git-tag mentioned in the report as it fails to compile with the master)
demangled name of the Symbol: |
Can you rebuild dragnn against TF master? Here's the signature I have from the current codebase:
It's int64, not int32. |
Giving it a go. Note that the build only goes through if I omit the MacOS specific option |
That seems to work. It also takes care of #248 if you separately built and install tensorflow with CUDA and XLA support |
Yay! Thanks for following up.
…On May 6, 2017 9:31 PM, "Adnan" ***@***.***> wrote:
Closed #1444 <#1444>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1444 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AT_Sbe-5VyWAKaRgyV6m4b1YE2ISYS7wks5r3Uk6gaJpZM4NRkYE>
.
|
System information
models/syntaxnet
No
MacOS 10.12.4
Source
a7d6015
0.4.5 (brew)
8.0/5.1
1080 TI 11GB
Describe the problem
See subject
Source code / logs
The text was updated successfully, but these errors were encountered: