Discussion:
[theano-users] Getting some version information about cdnn and cuda
Ozan Çağlayan
2017-05-26 13:11:00 UTC
Permalink
Hi,

I'd like to write a code which will work for both cuda and gpuarray
backends and will return
- Cuda/nvcc version
- cudnn version

that will be used during training. Are they available in some common
namespace other than theano.sandbox.cuda and theano.gpuarray? Since
gpuarray uses pygpu and libgpuarray, I am not even sure that the nvcc or
cuda version exists at all. Any ideas?

Thanks.
--
Ozan Çağlayan
PhD student @ University of Le Mans
Team LST -- Language and Speech Technology
http://www.ozancaglayan.com
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-06-19 21:03:53 UTC
Permalink
theano.gpuarray.dnn.version() for cudnn version.
pygpu.version

We don't call nvcc anymore. I didn't found a place where we record the
current nvidia driver inside Theano. Maybe inside the pygpu context?
@abergeron
Post by Ozan Çağlayan
Hi,
I'd like to write a code which will work for both cuda and gpuarray
backends and will return
- Cuda/nvcc version
- cudnn version
that will be used during training. Are they available in some common
namespace other than theano.sandbox.cuda and theano.gpuarray? Since
gpuarray uses pygpu and libgpuarray, I am not even sure that the nvcc or
cuda version exists at all. Any ideas?
Thanks.
--
Ozan Çağlayan
Team LST -- Language and Speech Technology
http://www.ozancaglayan.com
--
---
You received this message because you are subscribed to the Google Groups
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
---
You received this message because you are subscribed to the Google Groups "theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...