jigardhaval8 / cuda-waste

Automatically exported from code.google.com/p/cuda-waste
0 stars 0 forks source link

CUDA Waste must create a separate stack for the client program #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
During initialization of CUDA Waste wrapper.dll, the client program crashes.  
As it turns out, the stack in most instances is too small.  The main thread 
must be executed on a larger piece of memory.

Original issue reported on code.google.com by Ken.Dom...@gmail.com on 25 May 2013 at 7:10

GoogleCodeExporter commented 8 years ago
Note: this seems to only happen for 64-bit applications.  Also, rebuilding the 
program with /stack:nnn where n is a very large number does not work.  I have 
to allocate a block of memory and use that during initialization.

Original comment by Ken.Dom...@gmail.com on 25 May 2013 at 7:21

GoogleCodeExporter commented 8 years ago

Original comment by Ken.Dom...@gmail.com on 25 May 2013 at 7:22

GoogleCodeExporter commented 8 years ago
Fixed in r153.

Original comment by Ken.Dom...@gmail.com on 28 May 2013 at 12:37