Bitcoin Forum
May 03, 2024, 05:27:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 [1025] 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 ... 1135 »
  Print  
Author Topic: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]  (Read 3426872 times)
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 08, 2014, 08:58:30 AM
 #20481

it depends if talk is right, and if those results scale with mining performance.
If so, the gtx 980 is the same as 3 750ti's power wise.

performance wise a 780 is 3 750ti's, and a 980 is 1.3 times a 780, making a 980 the equivalent to 4 750ti's and the power usage of 3, plus only a single slot card

I may be wrong but that's how i see things, although i do think their graph is most likely incorrect

That is awesome isn't it?

Do we have any idea what the 980 may retail for?

Under $500 USD is probably wishful thinking...

i think the expected retail was $550-$600 which isnt bad
unsure how much a 750Ti is in $ now, but even at say $110 each, the 980 would be better off space wise and power wise then 4 750ti's even at a slightly higher price

Owner of: cudamining.co.uk
1714714065
Hero Member
*
Offline Offline

Posts: 1714714065

View Profile Personal Message (Offline)

Ignore
1714714065
Reply with quote  #2

1714714065
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714714065
Hero Member
*
Offline Offline

Posts: 1714714065

View Profile Personal Message (Offline)

Ignore
1714714065
Reply with quote  #2

1714714065
Report to moderator
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
September 08, 2014, 10:34:19 AM
 #20482

FYI.

Scott Gray from the nVidia forums is about to release a nearly feature complete assembler for the Maxwell architecture.

https://devtalk.nvidia.com/default/topic/773064/cuda-programming-and-performance/maxwell-assembler/

It could be highly interesting to tweak innermost loops of hashing algorithms for minimal register use, and for maximum instruction throughput.

He's got one interesting example of what kind of performance boost he is able to achieve:
https://devtalk.nvidia.com/default/topic/690631/cuda-programming-and-performance/so-whats-new-about-maxwell-/post/4305310/#4305310

He has also hinted at the possibility of a Kepler version of his assembler.

Christian
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
September 08, 2014, 11:08:23 AM
 #20483

FYI.

Scott Gray from the nVidia forums is about to release a nearly feature complete assembler for the Maxwell architecture.

https://devtalk.nvidia.com/default/topic/773064/cuda-programming-and-performance/maxwell-assembler/

It could be highly interesting to tweak innermost loops of hashing algorithms for minimal register use, and for maximum instruction throughput.

He's got one interesting example of what kind of performance boost he is able to achieve:
https://devtalk.nvidia.com/default/topic/690631/cuda-programming-and-performance/so-whats-new-about-maxwell-/post/4305310/#4305310

He has also hinted at the possibility of a Kepler version of his assembler.

Christian


I don't really understand. In layman terms , it means able lower to wattage and increase hash ?
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
September 08, 2014, 11:16:08 AM
 #20484

I don't really understand. In layman terms , it means able lower to wattage and increase hash ?

I pitched this at developers mostly, not laymans Wink

The net effect will be more hash *and* more wattage.
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
September 08, 2014, 11:19:46 AM
 #20485

I don't really understand. In layman terms , it means able lower to wattage and increase hash ?

I pitched this at developers mostly, not laymans Wink

The net effect will be more hash *and* more wattage.


So its gonna be Killer Groestl part 2 final episode ?  Cheesy
Epsylon3
Legendary
*
Offline Offline

Activity: 1484
Merit: 1082


ccminer/cpuminer developer


View Profile WWW
September 08, 2014, 11:32:16 AM
 #20486

FYI.

Scott Gray from the nVidia forums is about to release a nearly feature complete assembler for the Maxwell architecture.

https://devtalk.nvidia.com/default/topic/773064/cuda-programming-and-performance/maxwell-assembler/
...

Nice Smiley i was trying to link custom functions in ptx files, but its a hell to do :p

BTC: 1FhDPLPpw18X4srecguG3MxJYe4a1JsZnd - My Projects: ccminer - cpuminer-multi - yiimp - Forum threads : ccminer - cpuminer-multi - yiimp
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
September 08, 2014, 11:34:18 AM
 #20487

FYI.

Scott Gray from the nVidia forums is about to release a nearly feature complete assembler for the Maxwell architecture.

https://devtalk.nvidia.com/default/topic/773064/cuda-programming-and-performance/maxwell-assembler/

It could be highly interesting to tweak innermost loops of hashing algorithms for minimal register use, and for maximum instruction throughput.

He's got one interesting example of what kind of performance boost he is able to achieve:
https://devtalk.nvidia.com/default/topic/690631/cuda-programming-and-performance/so-whats-new-about-maxwell-/post/4305310/#4305310

He has also hinted at the possibility of a Kepler version of his assembler.

Christian


I don't really understand. In layman terms , it means able lower to wattage and increase hash ?
I think that could increase the hash... as well as the wattage.
I mean nobody wants a card working at 50% of its capability.
You want to use all the tdp to do calculation not some %age of it (right ?).
Usually when a card show low tdp usage it just means that the card is spending some time just waiting to be able to perform calculations

edit: anyone wanting to reduce tdp usage. Just use the slider in msi afterburner to your prefered max tdp usage, the card will adjust its clocks accordingly...

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
cbuchner1 (OP)
Hero Member
*****
Offline Offline

Activity: 756
Merit: 502


View Profile
September 08, 2014, 11:41:59 AM
 #20488

So its gonna be Killer Groestl part 2 final episode ?  Cheesy

I think one can kill a lot of things with such a low level assembler. Wink

It offers much more control than if one used inline PTX. Inline PTX still doesn't allow you to perform manual register allocation. And a lot of PTX instructions expand to several machine commands, reducing the amount of control over the exact sequence of instructions that the programmer may want to assert.
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
September 08, 2014, 12:02:56 PM
 #20489

So its gonna be Killer Groestl part 2 final episode ?  Cheesy

I think one can kill a lot of things with such a low level assembler. Wink

It offers much more control than if one used inline PTX. Inline PTX still doesn't allow you to perform manual register allocation. And a lot of PTX instructions expand to several machine commands, reducing the amount of control over the exact sequence of instructions that the programmer may want to assert.


I totally got no idea what u are talking about but i am sure your insight will be understood by many here  Grin Lots of developer lurking around
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 08, 2014, 12:06:14 PM
 #20490

Basically it means you can tell the program what to do when, so instead of it auto running a long task and leaving quick ones to wait, you could do the quicker tasks and let the longer ones run after. In theory reducing the time the gpu is waiting around for

May be wrong though

Owner of: cudamining.co.uk
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
September 08, 2014, 01:06:32 PM
Last edit: September 08, 2014, 01:37:05 PM by djm34
 #20491

Basically it means you can tell the program what to do when, so instead of it auto running a long task and leaving quick ones to wait, you could do the quicker tasks and let the longer ones run after. In theory reducing the time the gpu is waiting around for

May be wrong though
yeah I guess I need the laymans terms for your explanation  Grin

In layman terms, I would say that usually when you ask your gpu to do something, you use a translator (compiler)
But since the translator isn't really native from the country of the gpu, sometime things get a bit distorted...
So what it is proposed here is to speak directly to the gpu in his own language and not even using google translate (inline ptx)


djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
September 08, 2014, 03:01:01 PM
 #20492

2 Nvidia rigs, exactly the same hardware and software, mining x11, 6 x 750ti GA Blacks:


First one, happy as, clocked a little:




Second one, cracks the shits as soon as I wanna clock even a little bit:




They both even have the same BIOS image.

Wipe it clean and start again with drivers/cuda/visual studio etc?

The new generation have arrived and they brought their own currency...
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 08, 2014, 03:03:20 PM
 #20493

some cards simply wont overclock as high as others, even the same model and bios.
Best bet is to overclock all cards separately and go from there.

Make sure you untick Sync when overclocking else they will all clock the same

I had 3 cards, one would go over 100MHz higher then the other 2, no reason why

Owner of: cudamining.co.uk
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
September 08, 2014, 03:06:01 PM
 #20494

some cards simply wont overclock as high as others, even the same model and bios.
Best bet is to overclock all cards separately and go from there.

Make sure you untick Sync when overclocking else they will all clock the same

I had 3 cards, one would go over 100MHz higher then the other 2, no reason why

Roger that...Thx...

The new generation have arrived and they brought their own currency...
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
September 08, 2014, 03:44:46 PM
 #20495

some cards simply wont overclock as high as others, even the same model and bios.
Best bet is to overclock all cards separately and go from there.

Make sure you untick Sync when overclocking else they will all clock the same

I had 3 cards, one would go over 100MHz higher then the other 2, no reason why

Worked a treat, thanks for the suggestion.  It was one card that didn't want to go over factory OC, the rest were happy with +70/350.

Must have just scraped through on the test bench.

The new generation have arrived and they brought their own currency...
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 08, 2014, 03:50:21 PM
 #20496

Memory clocks can have an affect on it aswell. It may not handle memory+core clock well.
If its not a memory intensive algo, try dropping memory to stock and upping the core. It often gives better results, but a core of 1.37GHz is pretty good

I wonder if the 980's will overclock aswell, that would be a monster if we bump the clock up by the extra 200MHz

Owner of: cudamining.co.uk
Ignition75
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


www.dashpay.io


View Profile
September 08, 2014, 03:57:49 PM
 #20497

Memory clocks can have an affect on it aswell. It may not handle memory+core clock well.
If its not a memory intensive algo, try dropping memory to stock and upping the core. It often gives better results, but a core of 1.37GHz is pretty good

I wonder if the 980's will overclock aswell, that would be a monster if we bump the clock up by the extra 200MHz

Droooool... Tongue


The new generation have arrived and they brought their own currency...
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
September 08, 2014, 04:06:27 PM
 #20498

Memory clocks can have an affect on it aswell. It may not handle memory+core clock well.
If its not a memory intensive algo, try dropping memory to stock and upping the core. It often gives better results, but a core of 1.37GHz is pretty good

I wonder if the 980's will overclock aswell, that would be a monster if we bump the clock up by the extra 200MHz
2x6pin, might limit a bit the possibility for extra juice and higher clock (?)

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
bigjme
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
September 08, 2014, 04:54:22 PM
 #20499

Memory clocks can have an affect on it aswell. It may not handle memory+core clock well.
If its not a memory intensive algo, try dropping memory to stock and upping the core. It often gives better results, but a core of 1.37GHz is pretty good

I wonder if the 980's will overclock aswell, that would be a monster if we bump the clock up by the extra 200MHz
2x6pin, might limit a bit the possibility for extra juice and higher clock (?)

It must be 2 8pins. 6 pin is only 75w limiting the cards to 150w plus the power from the mb. 2 8pins would allow over 300w.

It would be strange to see 6 pins now I think

Owner of: cudamining.co.uk
djm34
Legendary
*
Offline Offline

Activity: 1400
Merit: 1050


View Profile WWW
September 08, 2014, 05:01:13 PM
 #20500

Memory clocks can have an affect on it aswell. It may not handle memory+core clock well.
If its not a memory intensive algo, try dropping memory to stock and upping the core. It often gives better results, but a core of 1.37GHz is pretty good

I wonder if the 980's will overclock aswell, that would be a monster if we bump the clock up by the extra 200MHz
2x6pin, might limit a bit the possibility for extra juice and higher clock (?)

It must be 2 8pins. 6 pin is only 75w limiting the cards to 150w plus the power from the mb. 2 8pins would allow over 300w.

It would be strange to see 6 pins now I think
it is a 200W card so that could work (I don't remember where I saw that 2x6pin, but I saw it since I found that strange too)

standard 780ti is 6+8pins as well as the R9 290x

Might have to wait for the monster edition with 8gb of vram... not sure what they want us to do with  8gb and 256bit memory bus though...

djm34 facebook page
BTC: 1NENYmxwZGHsKFmyjTc5WferTn5VTFb7Ze
Pledge for neoscrypt ccminer to that address: 16UoC4DmTz2pvhFvcfTQrzkPTrXkWijzXw
Pages: « 1 ... 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 [1025] 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 ... 1135 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!