Open xtXu opened 2 years ago
Hi @xtXu I also encounter this issue, do you have any solution ?
I change it based on the hint
return tensorflow::Status();
And everything works.
I change it based on the hint
return tensorflow::Status();
And everything works.
Thanks for answering! I have tried this. The compiling problem is solved, but the test demo fails. Maybe there is sth else wrong with me. Thanks again.
Hello,
When compiling the custom ops CPU as below:
I got the error with
tensorflow::OkStatus()
:And the ops GPU seems ok with just warnings.
My environment: python3.7 tensorflow2.6.0
Then I found that tensorflow2.10.0 has the function tensorflow::OkStatus(), so I tried it on tensorflow2.10.0. The compiling for CPU seems ok, but compiling for GPU got lots of errors.
Btw, I install the tensorflow in a conda env.
Do you have any good suggestions?