OpenCL 2 for NVidia Win apps

Jimbocous
Jimbocous
Joined: 31 Mar 17
Posts: 67
Credit: 1216962692
RAC: 1678031
Topic 226977

Just noticed that with the latest Linux NVidia update now supporting OpenCL 2, the GRP 1.28 app performs about 2x the previous OpenCL1k version on my Ubuntu boxes.

After updating my Win cruncher NV driver, I discovered there is not a corresponding app for Win.

Any chance this is in the pipeline?

Ian&Steve C.
Ian&Steve C.
Joined: 19 Jan 20
Posts: 3945
Credit: 46604992642
RAC: 64200052

There is a 1.28 app for

There is a 1.28 app for windows also with a similar uplift. You just need the OpenCL 2.0+ drivers. Anything after 470 should be sufficient. 

_________________________________________________________________________

petri33
petri33
Joined: 4 Mar 20
Posts: 123
Credit: 4015595819
RAC: 7108690

Hi.You can use a

Hi.

You can use a binary/hex editor to change __constant to __global and space-characters near text twiddle_dee in your windows binary file.

That should get your GPU times down about  30% 

 

EDIT: added

You may need to use anonymous platform after the executable has been edited since its checksum does not match anymore.

--

petri

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 4963
Credit: 18699116877
RAC: 6225154

You couldn't

You couldn't use <dont_check_file_sizes>0</dont_check_file_sizes> in cc_config.xml to allow for the different file size and checksum?

 

Ian&Steve C.
Ian&Steve C.
Joined: 19 Jan 20
Posts: 3945
Credit: 46604992642
RAC: 64200052

Keith Myers wrote: You

Keith Myers wrote:

You couldn't use <dont_check_file_sizes>0</dont_check_file_sizes> in cc_config.xml to allow for the different file size and checksum?

 

nope. I tried that. Fails immediately with RSA checksum error 

_________________________________________________________________________

Keith Myers
Keith Myers
Joined: 11 Feb 11
Posts: 4963
Credit: 18699116877
RAC: 6225154

OK, good to know that is not

OK, good to know that is not an option.

 

Jimbocous
Jimbocous
Joined: 31 Mar 17
Posts: 67
Credit: 1216962692
RAC: 1678031

Turns out there is a 1.28

Turns out there is a 1.28 app, just needed fresh work to get it. Apparently the list of apps has not been updated to reflect this, however.

Also I apparently missed the announcement that there were updated apps. Unfortunate.

Ian&Steve C.
Ian&Steve C.
Joined: 19 Jan 20
Posts: 3945
Credit: 46604992642
RAC: 64200052

It’s listed on the offical

It’s listed on the offical apps page though, since august of last year: 

https://einsteinathome.org/apps.php

_________________________________________________________________________

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.