Closed mureva closed 4 years ago
This might be a problem with tf 1.14 and cuda 10.1, which are officially not compatible. Does other tf code run correctly (with GPU) in this virtualenv?
Can't claim that it does - looks to me that I need tensorflow >= 2.0 for cuda 10.1.
Looks like the things I'm wanting to test are not tested on tf > 1.13 so...
Will for now assume I need to try and install older Cuda - this should be fun :(
Closing as this isn't DIRT-specific. Good luck!
Hi,
I need to get dirt to work as a dependency for something else that I'm wanting to try out.
The install seems to go fine, and then running the test I get undefined references to what I presume is a cuda function: cuCtxSetCurrent
Any suggestions?
I have installed tensorflow 1.14, and am using cuda-10.1 on an Ubuntu 18.04 LTS system.
Full error output:
Extra info: