Skip to content

Instantly share code, notes, and snippets.

@lzamparo
Created March 25, 2013 19:26
Show Gist options
  • Save lzamparo/5239869 to your computer and use it in GitHub Desktop.
Save lzamparo/5239869 to your computer and use it in GitHub Desktop.
Output of theano_exp_test_debug.py when submitted to the queue and run on a compute node.
Run on 2013-03-25 12:50:32.578073
HostFromGpu [@A] <TensorType(float32, vector)> '' 1
|GpuElemwise{exp,no_inplace} [@B] <CudaNdarrayType(float32, vector)> '' 0
|<CudaNdarrayType(float32, vector)> [@C] <CudaNdarrayType(float32, vector)>
[GpuElemwise{exp,no_inplace}(<CudaNdarrayType(float32, vector)>), HostFromGpu(GpuElemwise{exp,no_inplace}.0)]
Looping 1000 times took 4.55282902718 seconds
Result is [ 1.23178029 1.61879349 1.52278066 ..., 1.1295259 2.35500026
2.58820248]
Used the gpu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment