![]() |
|
|
#1 |
|
Apr 2012
2×47 Posts |
Hello
What should I do with these files? What are they? stage1_core_smXX.ptx, where XX=11, 13, 20 Do I Have to rename any? and with these ones? sort_engine_smYY.dll, where YY=10, 13, 20 Do I have to move any to the parent directory? My msieve works but I was wondering if this would improve the speed by using different libraries for my graphics card.... Last fiddled with by skan on 2013-02-21 at 12:22 |
|
|
|
|
|
#2 |
|
Apr 2012
2×47 Posts |
OK, I've found that the ptx files are "cuda Ptx intermeditate assembly file", I guess that they are used when one compiles the code .
But what about that dll files? |
|
|
|
|
|
#3 |
|
Tribal Bullet
Oct 2004
3,541 Posts |
They are loaded automatically as needed, no renaming necessary.
Read the GPU section of Readme.nfs for more details about how they are used. |
|
|
|
|
|
#4 |
|
Apr 2012
1368 Posts |
Thanks.
But do I need to move those files to the parent directory? |
|
|
|
|
|
#5 |
|
Tribal Bullet
Oct 2004
3,541 Posts |
You shouldn't need to move any files, the default is to look in b40c for the DLL to use. This can be overridden on the command line with a path to the file you want, via syntax explained in the readme.
|
|
|
|