Nicholas Timmons

Results 17 comments of Nicholas Timmons

Currently getting this problem with `py_gradients not defined` when using TensorFlow with XLA

This is the cause: void Window::checkWindowSize() { // Actual window size may be clamped to slightly lower than monitor resolution int32_t actualWidth, actualHeight; glfwGetWindowSize(mpGLFWWindow, &actualWidth, &actualHeight); mWidth = uint32_t(actualWidth); mHeight...

Fair enough. If I push a commit with a warning that pops up when this happens would that be accepted? Just in-case any one hits or trips on this behaviour,...

I cloned the repo yesterday (commit 5a12f298c15b82297447906afafdcf5a2f58f99e). I am on an NVidia 1080, Windows 10 Pro, Version 10.0.17134 Build 17134

Sorry, I was away for a few days. I am on an older driver, 385.54 Let me know if you want me to do a capture if it will help...

Unfortunately I can't. This machine is being used for testing TensorFlow things that required that version for the GPU support at when we started testing. I'll try updating if this...

Would love to. I will have a bash at it

Changes in Pull Request #71

Ah, I hadnt seen the CUDA bindings. I'll get on that I'll take a look to see if the papers call the gates something particular. I was going to go...

For the CUDA bindings, without going into CUDNN, I don't think there is much I can do except throw a message saying that the selected functions aren't GPU compatible? I...