Skip to content

Instantly share code, notes, and snippets.

@sveitser
Created March 7, 2016 14:22
Show Gist options
  • Save sveitser/6fd47fc51bc2e13dad34 to your computer and use it in GitHub Desktop.
Save sveitser/6fd47fc51bc2e13dad34 to your computer and use it in GitHub Desktop.
(lasagne) lulu@lulus ➜ theano git:(master) ✗ CUDA_LAUNCH_BLOCKING=1 THEANO_FLAGS='device=gpu1,exception_verbosity=high,optimizer=fast_compile,optimizer_excluding=conv_dnn,allow_gc=False' cuda-memcheck --tool racecheck python grad2.py
========= CUDA-MEMCHECK
Using gpu device 1: GeForce GTX 970 (CNMeM is disabled, CuDNN 4007)
========= Race reported between Write access at 0x00000370 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*)
========= and Read access at 0x000003a8 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [64 hazards]
=========
========= Race reported between Read access at 0x00000418 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*)
========= and Write access at 0x00000450 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [48 hazards]
========= and Write access at 0x00000410 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [48 hazards]
=========
========= Race reported between Read access at 0x00000458 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*)
========= and Write access at 0x00000450 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [56 hazards]
========= and Write access at 0x00000488 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [56 hazards]
=========
========= Race reported between Write access at 0x00000410 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*)
========= and Read access at 0x000003d8 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [32 hazards]
========= and Read access at 0x00000418 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [48 hazards]
=========
========= Race reported between Read access at 0x000003d8 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*)
========= and Write access at 0x00000410 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [32 hazards]
========= and Write access at 0x000003d0 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [32 hazards]
=========
========= Race reported between Read access at 0x00000490 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*)
========= and Write access at 0x000004b8 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [60 hazards]
========= and Write access at 0x00000488 in kernel_reduce_ccontig_node_meb404c8cd39208f6884dd773b584b7d7_0(unsigned int, float const *, float*) [60 hazards]
=========
/home/lulu/envs/lasagne/src/theano/theano/tensor/signal/downsample.py:5: UserWarning: downsample module has been moved to the pool module.
warnings.warn("downsample module has been moved to the pool module.")
[[[[ 2.06131064e+36 1.78147629e+37 -1.32121847e+37 8.21293584e+36
-4.42699464e+36]
[ 4.88392912e+36 6.30489287e+36 3.53317959e+36 -1.76072041e+37
-8.54654979e+36]
[ 8.67899440e+35 -1.55234667e+37 2.29575175e+37 -1.82204504e+37
3.69022534e+36]
[ -7.62521372e+36 5.32021231e+35 -1.39520477e+36 1.14073456e+37
2.28767928e+36]
[ -4.48717794e+36 -5.01732146e+35 -6.89063429e+36 6.09586046e+36
-5.11248162e+35]]]]
========= RACECHECK SUMMARY: 6 hazards displayed (6 errors, 0 warnings)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment