![]() |
|
|
#430 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
2·3·11·73 Posts |
Quote:
![]() From what you said, I assume that there should be 2 distinct files: the first created by cufftbench 1.8192 1, the second by -cufftbench 4096 4096 4 I'll try to modify the r parameter of the second bench run and see if it suffices. Luigi |
|
|
|
|
|
|
#431 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
2×3×11×73 Posts |
Quote:
Hints? Luigi |
|
|
|
|
|
|
#432 |
|
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
32·5·7 Posts |
Does it always fail at the same place in the test?
Also try putting Code:
cutilSafeThreadSync(); |
|
|
|
|
|
#433 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
2·3·11·73 Posts |
Quote:
Added the line in the 2 places you asked. A new result: Code:
CUDAPm1.cu(2165) : cufftSafeCall() CUFFT error 6: CUFFT_EXEC_FAILED Luigi |
|
|
|
|
|
|
#434 |
|
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
32·5·7 Posts |
Sorry, I jumped too quickly on the safecall stuff. More is needed. Let me think a bit.
|
|
|
|
|
|
#435 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
481810 Posts |
Quote:
I'll be quietly waiting for your thoughts, thank you. Luigi
|
|
|
|
|
|
|
#436 |
|
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
1001110112 Posts |
Could you try this little snippet after the square call on 2162?
Code:
cudaThreadSynchronize();
{
cudaError_t error = cudaGetLastError();
if(error != cudaSuccess)
{
printf("CUDA error: %s\n", cudaGetErrorString(error));
exit(2);
}
}
|
|
|
|
|
|
#437 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
2·3·11·73 Posts |
Quote:
Code:
CUDA error: too many resources requested for launch Code:
------- DEVICE 0 ------- name GeForce GTX 580 Compatibility 2.0 clockRate (MHz) 1594 memClockRate (MHz) 2025 totalGlobalMem 1610285056 totalConstMem 65536 l2CacheSize 786432 sharedMemPerBlock 49152 regsPerBlock 32768 warpSize 32 memPitch 2147483647 maxThreadsPerBlock 1024 maxThreadsPerMP 1536 multiProcessorCount 16 maxThreadsDim[3] 1024,1024,64 maxGridSize[3] 65535,65535,65535 textureAlignment 512 deviceOverlap 1 thanks.Luigi Last fiddled with by ET_ on 2013-11-22 at 21:13 Reason: [/cuda] is not an allowed tag in this forum... |
|
|
|
|
|
|
#438 |
|
Banned
"Luigi"
Aug 2002
Team Italia
10010110100102 Posts |
Sorry for the delay... I was dining.
|
|
|
|
|
|
#439 |
|
"Carl Darby"
Oct 2012
Spring Mountains, Nevada
1001110112 Posts |
Thanks for getting back with that. The only thing I can think of right now is that somehow, either t2 or the threads array have messed up values. I'll look at it over the weekend and get back on Monday.
|
|
|
|
|
|
#440 | |
|
Banned
"Luigi"
Aug 2002
Team Italia
12D216 Posts |
Quote:
![]() I add that I am using Linux_64, driver 304.88. CUDA version info: Code:
CUDA version info binary compiled for CUDA 4.10 CUDA runtime version 4.10 CUDA driver version 5.0 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| mfaktc: a CUDA program for Mersenne prefactoring | TheJudger | GPU Computing | 3497 | 2021-06-05 12:27 |
| World's second-dumbest CUDA program | fivemack | Programming | 112 | 2015-02-12 22:51 |
| World's dumbest CUDA program? | xilman | Programming | 1 | 2009-11-16 10:26 |
| Factoring program need help | Citrix | Lone Mersenne Hunters | 8 | 2005-09-16 02:31 |
| Factoring program | ET_ | Programming | 3 | 2003-11-25 02:57 |