New AstroPulse for GPU ( ATi & NV) released (r1316) |
![]() |
| log in |
Message boards : Number crunching : New AstroPulse for GPU ( ATi & NV) released (r1316)
Previous · 1 . . . 8 · 9 · 10 · 11
| Author | Message |
|---|---|
Only one typo that i can see, just remove the -ve sign from the last <cmdline>-</cmdline> entry, Thanks Claggy You mean this <cmdline>-</cmdline> to this <cmdline></cmdline> ____________ | |
| ID: 1271238 · | |
Only one typo that i can see, just remove the -ve sign from the last <cmdline>-</cmdline> entry, Yep, Claggy | |
| ID: 1271247 · | |
Only one typo that i can see, just remove the -ve sign from the last <cmdline>-</cmdline> entry, But I see you're using 0.5GPU so you've to use atleast 1 cmd_line setting, 1 instance_per_device, IIRC....... And I wouldn't stick to defaults, depending of the GPU you're using. Use an unroll factor smaller as the # of CU's in your GPU, not the default 2, but 10 to # of CU's. Ffa_block can also be larger then 4096, double it and use ffa_block_fetch 4096, for a start. Or you can do 1 instance per device. ____________ Knight Who Says Ni N!, OUT numbered................. | |
| ID: 1271250 · | |
Only one typo that i can see, just remove the -ve sign from the last <cmdline>-</cmdline> entry, an instances_per_device parameter is no longer required, from the release notes: -instances_per_device param still supported but not required for using multiple instances of app. AP6 for NV & ATi GPUs r1316 released Claggy | |
| ID: 1271252 · | |
|
So what should my app_info.xml look like? | |
| ID: 1271355 · | |
So what should my app_info.xml look like? Paul the following works fine for my GTX 470 <app> <name>astropulse_v6</name> </app> <file_info> <name>AP6_win_x86_SSE2_OpenCL_NV_r1316.exe</name> <executable/> </file_info> <app_version> <app_name>astropulse_v6</app_name> <version_num>601</version_num> <avg_ncpus>0.04</avg_ncpus> <max_ncpus>0.2</max_ncpus> <platform>windows_intelx86</platform> <plan_class>cuda_fermi</plan_class> <cmdline>-instances_per_device 1 -unroll 10 -ffa_block 6144 -ffa_block_fetch 1536 -sbs 256</cmdline> <coproc> <type>CUDA</type> <count>1</count> </coproc> <file_ref> <file_name>AP6_win_x86_SSE2_OpenCL_NV_r1316.exe</file_name> <main_program/> </file_ref> </app_version> Make sure <name>AP6_win_x86_SSE2_OpenCL_NV_r1316.exe</name> & <file_name>AP6_win_x86_SSE2_OpenCL_NV_r1316.exe</file_name> lines are the same as the files in your setiathome.berkeley.edu folder ____________ Live in NZ y not join Smile City? | |
| ID: 1271359 · | |
Message boards : Number crunching : New AstroPulse for GPU ( ATi & NV) released (r1316)
| Copyright © 2013 University of California |