lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

ray sorting example crashes the driver #218

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Vista 32, GTX 480, nvcc 3.1, r257.21

Original issue reported on code.google.com by jaredhoberock on 15 Sep 2010 at 1:05

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by jaredhoberock on 15 Sep 2010 at 1:05

GoogleCodeExporter commented 8 years ago
no repro on OSX, sm11, nvcc 3.1

Original comment by jaredhoberock on 15 Sep 2010 at 2:49

GoogleCodeExporter commented 8 years ago
Repro on Linux:

jhoberock@jhoberock-dt:~/dev/hg/thrust-tot$ nvcc --version ; echo ; gcc 
--version ; echo ; cat /proc/driver/nvidia/cards/* ; cat 
/proc/driver/nvidia/version 
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2010 NVIDIA Corporation
Built on Mon_Jun__7_18:10:28_PDT_2010
Cuda compilation tools, release 3.1, V0.2.1221

gcc (Ubuntu 4.4.3-4ubuntu5) 4.4.3
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Model:       GeForce GTX 480
IRQ:         16
Video BIOS:      70.00.21.00.02
Card Type:   PCI-E
DMA Size:    40 bits
DMA Mask:    0xffffffffff
Bus Location:    0000:01.00.0
NVRM version: NVIDIA UNIX x86 Kernel Module  256.44  Thu Jul 29 01:30:36 PDT 
2010
GCC version:  gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) 
jhoberock@jhoberock-dt:~/dev/hg/thrust-tot$ ./a.out 
terminate called after throwing an instance of 'thrust::system::system_error'
  what():  the launch timed out and was terminated
Aborted

Original comment by jaredhoberock on 15 Sep 2010 at 7:26

GoogleCodeExporter commented 8 years ago
Now I can't reproduce this anymore.

Original comment by jaredhoberock on 27 Sep 2010 at 8:58