allendaicool / thrust

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

TestScanWithLargeTypes will not compile on XP #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The first function call that seems to cause problems is:

_TestScanWithLargeTypes<int, 32>();

Compiler output:

C:\dev\svn\thrust\testing>scons scan.obj
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
nvcc.exe -o scan.obj -c -DTHRUST_DEVICE_BACKEND=THRUST_DEVICE_BACKEND_CUDA 
-optf
=../build/nvcc_options_file.txt -Xcompiler /Ox -Xcompiler -
DTHRUST_DEVICE_BACKEN
D=THRUST_DEVICE_BACKEND_CUDA -I C:/CUDA/include -I c:\dev\svn\thrust -I 
C:\dev\s
vn\thrust\testing scan.cu
scan.cu
tmpxft_00000aa4_00000000-3_scan.cudafe1.gpu
tmpxft_00000aa4_00000000-8_scan.cudafe2.gpu
c:/dev/svn/thrust\thrust/detail/device/cuda/launch_closure.inl(47): 
Warning: Can
not tell what pointer points to, assuming global memory space
c:/dev/svn/thrust\thrust/detail/device/cuda/launch_closure.inl(47): 
Warning: Can
not tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(320): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\fast_scan.inl(331): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
./c:\dev\svn\thrust\thrust\detail\device\cuda\detail\safe_scan.inl(137): 
Warning
: Cannot tell what pointer points to, assuming global memory space
nvopencc ERROR: C:/CUDA/bin/../open64/lib//be.exe returned non-zero status 
-1073741819
nvopencc INTERNAL ERROR: cannot unlink temp file 
C:/DOCUME~1/JHOBER~1/LOCALS~1/Temp/ccBI#.a03940
nvopencc: Permission denied
Could not save problem report to (null): Permission denied
scons: *** [scan.obj] Error 2
scons: building terminated because of errors.

Original issue reported on code.google.com by jaredhoberock on 12 Feb 2010 at 8:37

GoogleCodeExporter commented 9 years ago
postponing to Milestone-Release1.x, no need to fix this now

Original comment by wnbell on 11 Mar 2010 at 9:30

GoogleCodeExporter commented 9 years ago

Original comment by wnbell on 10 Feb 2011 at 7:26

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 67731d1b27b2.

Original comment by jaredhoberock on 2 Sep 2011 at 6:09