Closed orsharir closed 7 years ago
None of the gpu stuff worked so I suspected it had something to do with the different cuda architecture on the school computers. When I took the architecture flags from the tensorflow cmake project I got the tests to pass on gsm. fixed with commit a697275e02940cbc27c1588440dab915b8f01b51
Indeed now all the tests pass. Thanks!
I've tried again to compile the project. Compilation was successful, but when running
make test_simnet_ops
, all of the tests fail. Here is the log of running this command: simnets-tf-errors.txtIt appears that the failed tests are all related to the gpu -- or the cpu isn't tested when running this command?