Hi,
I built and installed tensorflow from source with XLA enabled and GPU
disabled (basically I opted N for everything while configuring via
./config except XLA enabling as Y). There were lot of warnings regrding
deprecated syntax while building. but the build was successful.
I am able to import tensorflow and run basic print command in session.
But while I try to do some computation (for eg. simple addition) it
gives me following error:
2017-06-28 15:09:22.366052: F
tensorflow/compiler/xla/statusor.cc:41] Attempting to fetch value
instead of handling error Not found: could not find registered
computation placer for platform Executor -- check target linkage
Aborted
I did a bit of debugging and this error comes just after the call from client/sessions.py:1262 to pywrap_tensorflow:
tf_session.TF_Run(session, options,
feed_dict, fetch_list, target_list,
status, run_metadata)
so I believe it's because it is unable to link to _pywrap_tensorflow_internal.so.
Can you please provide any fix to this or is there something am doing wrong here?
This is blocking my further task so any kind of help is appreciated!
Thanks & Regards
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+unsubscribe@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/07a5e53c-a295-4fed-a5ef-7b5d23be26fc%40tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/CA%2BizcZRtP5QezAKsOSTPYRQSGEsYV4tv14hOy1t1HzsAg9n1eA%40mail.gmail.com.
Hi Ankita,Have you followed the instructions strictly according to tensorflow.org/install/install_sources ?If so, then the problem should not persist.The warnings are OK. If the build was successful, move to a folder apart from the root installation and then run the python script that uses tensorflow.Thanks,
On Thu, Jun 29, 2017 at 3:01 AM, Ankita Chandak <ankitac...@gmail.com> wrote:
Hi,
I built and installed tensorflow from source with XLA enabled and GPU disabled (basically I opted N for everything while configuring via ./config except XLA enabling as Y). There were lot of warnings regrding deprecated syntax while building. but the build was successful.
I am able to import tensorflow and run basic print command in session. But while I try to do some computation (for eg. simple addition) it gives me following error:
2017-06-28 15:09:22.366052: F tensorflow/compiler/xla/statusor.cc:41] Attempting to fetch value instead of handling error Not found: could not find registered computation placer for platform Executor -- check target linkage
Aborted
I did a bit of debugging and this error comes just after the call from client/sessions.py:1262 to pywrap_tensorflow:
tf_session.TF_Run(session, options,
feed_dict, fetch_list, target_list,
status, run_metadata)
so I believe it's because it is unable to link to _pywrap_tensorflow_internal.so.
Can you please provide any fix to this or is there something am doing wrong here?
This is blocking my further task so any kind of help is appreciated!
Thanks & Regards
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/07a5e53c-a295-4fed-a5ef-7b5d23be26fc%40tensorflow.org.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/07a5e53c-a295-4fed-a5ef-7b5d23be26fc%40tensorflow.org.
--Annanay AgarwalDepartment of CSEIIT Hyderabad
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+unsubscribe@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/4f2437d3-1047-42ed-a14f-6e0593a85d38%40tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/CAEW5AMC53MHOcFqnkLYT5PdFWASpvapz0tjCC6ea_5dbMdwKRg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/4f2437d3-1047-42ed-a14f-6e0593a85d38%40tensorflow.org.
--
You received this message because you are subscribed to the Google Groups "Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss+u...@tensorflow.org.
To post to this group, send email to dis...@tensorflow.org.
To view this discussion on the web visit https://groups.google.com/a/tensorflow.org/d/msgid/discuss/CAEW5AMC53MHOcFqnkLYT5PdFWASpvapz0tjCC6ea_5dbMdwKRg%40mail.gmail.com.