cudapop
Member
Offline
Activity: 93
Merit: 41
|
|
February 03, 2019, 04:22:41 AM |
|
Volta's tensor cores don't support the INT8 mode supported by Turing's tensor cores, and BTM's tensority algo uses 8-bit matrix multiplication.
That being said, the @NebuTech devs could make a version specifically for Volta's tensor cores which used the FP16 matrix multiply mode supported by Volta, since you can encode INT8 numbers in FP16 format with no loss of precision.
|
|
|
|
nebutech (OP)
Member
Offline
Activity: 134
Merit: 26
|
|
February 03, 2019, 07:58:10 AM |
|
Volta's tensor cores don't support the INT8 mode supported by Turing's tensor cores, and BTM's tensority algo uses 8-bit matrix multiplication.
That being said, the @NebuTech devs could make a version specifically for Volta's tensor cores which used the FP16 matrix multiply mode supported by Volta, since you can encode INT8 numbers in FP16 format with no loss of precision.
yes, but there are other limitation other than operator type.
|
|
|
|
cudapop
Member
Offline
Activity: 93
Merit: 41
|
|
February 03, 2019, 10:59:08 AM |
|
yes, but there are other limitation other than operator type.
I know of one private miner used by a farm which was built to make use of Volta's tensor cores for BTM. If their devs could build it, I'm sure your devs could overcome any limitations to release a public miner for Volta as well. What limitations are you encountering?
|
|
|
|
pogadaev
Copper Member
Newbie
Offline
Activity: 201
Merit: 0
|
|
February 03, 2019, 11:26:28 AM |
|
Dear developers how can I contact you?
|
|
|
|
nebutech (OP)
Member
Offline
Activity: 134
Merit: 26
|
|
February 03, 2019, 11:42:30 AM |
|
Dear developers how can I contact you?
email: nebutech@hotmail.com
|
|
|
|
Kompik
|
|
February 03, 2019, 12:17:07 PM |
|
Hello Guys, what is the chance that we will see the usage of Tensor cores in other algos? If so, is it possible that we will also see signifgicant increases in hashrate in other algos? Thanks! Kompik
|
Bitrated user: Kompik.
|
|
|
evlo
Jr. Member
Offline
Activity: 155
Merit: 4
|
|
February 03, 2019, 01:41:48 PM |
|
grin29, f2 pool
error: qobject:: disconnect: unexpected null parameter
|
|
|
|
havoc4200
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 04, 2019, 03:49:50 PM |
|
Would the Titan RTX work for BTM?
also really wish we could open up volta tensors
|
|
|
|
nebutech (OP)
Member
Offline
Activity: 134
Merit: 26
|
|
February 05, 2019, 01:54:20 AM |
|
Would the Titan RTX work for BTM?
also really wish we could open up volta tensors
Titan RTX should get a hashrate above 19,000 The capability of developing a volta version for BTM miner is one thing, more important concern for us is that it’s just not profitable for us to put time into this development. Considering there are multiple algos, like cuck(at,ar)oo cycles and upcoming progpow, which are adopted by cryptocurrencires with much bigger marketcap, developing a BTM miner for a low user volumn market dose not make any sense.
|
|
|
|
milord2017
Newbie
Offline
Activity: 2
Merit: 0
|
|
February 05, 2019, 09:33:19 AM |
|
Dear developers do you plan to use rtx tensor cores to increase hashrate on other algorithms?
|
|
|
|
Benutzer2
Newbie
Offline
Activity: 34
Merit: 0
|
|
February 05, 2019, 10:37:04 PM |
|
Are there any improvements for the Titan V and Titan XP with v14.0?
THanks
|
|
|
|
nebutech (OP)
Member
Offline
Activity: 134
Merit: 26
|
|
February 08, 2019, 02:31:58 AM |
|
Dear developers do you plan to use rtx tensor cores to increase hashrate on other algorithms?
Tensor cores can only be used on matrix based algorithms. There is no algorithm that I know for now other than tensority which has this attribute.
|
|
|
|
cudapop
Member
Offline
Activity: 93
Merit: 41
|
|
February 08, 2019, 04:16:17 AM |
|
^Groestl algo has some matrix mult in it. But that algo is being hit by FPGAs already so might not be worth it.
|
|
|
|
milord2017
Newbie
Offline
Activity: 2
Merit: 0
|
|
February 08, 2019, 09:56:37 AM |
|
Dear developers do you plan to use rtx tensor cores to increase hashrate on other algorithms?
Tensor cores can only be used on matrix based algorithms. There is no algorithm that I know for now other than tensority which has this attribute. thanks for clearing that up )
|
|
|
|
fistsofgod
Newbie
Offline
Activity: 164
Merit: 0
|
|
February 10, 2019, 09:29:51 PM |
|
new version coming?
|
|
|
|
havoc4200
Newbie
Offline
Activity: 3
Merit: 0
|
|
February 11, 2019, 05:32:06 PM |
|
I have a 2080ti, Logs in gets no error but shows 0.00 shares on btm.
Any help?
|
|
|
|
fistsofgod
Newbie
Offline
Activity: 164
Merit: 0
|
|
February 15, 2019, 03:20:31 PM |
|
i hope this isnt dead
|
|
|
|
nebutech (OP)
Member
Offline
Activity: 134
Merit: 26
|
|
February 16, 2019, 01:17:50 AM |
|
i hope this isnt dead
It's not dead. We have several days off for Chinese new year. New versions will come in few days.
|
|
|
|
umine
|
|
February 16, 2019, 11:31:19 AM |
|
Volta's tensor cores don't support the INT8 mode supported by Turing's tensor cores, and BTM's tensority algo uses 8-bit matrix multiplication.
That being said, the @NebuTech devs could make a version specifically for Volta's tensor cores which used the FP16 matrix multiply mode supported by Volta, since you can encode INT8 numbers in FP16 format with no loss of precision.
yes, but there are other limitation other than operator type. So do you have plans to add Volta GPUs support? It's very interesting how much hashrate Volta could be. Could it be profitable like RTX GPUs or it's just waste of money
|
|
|
|
nebutech (OP)
Member
Offline
Activity: 134
Merit: 26
|
|
February 17, 2019, 12:58:34 AM |
|
Volta's tensor cores don't support the INT8 mode supported by Turing's tensor cores, and BTM's tensority algo uses 8-bit matrix multiplication.
That being said, the @NebuTech devs could make a version specifically for Volta's tensor cores which used the FP16 matrix multiply mode supported by Volta, since you can encode INT8 numbers in FP16 format with no loss of precision.
yes, but there are other limitation other than operator type. So do you have plans to add Volta GPUs support? It's very interesting how much hashrate Volta could be. Could it be profitable like RTX GPUs or it's just waste of money No plans to support Volta GPUs. The price of Volta GPUs is higher that Turing, and even if the tensor core on Volta can be used to mine BTM, the theoretical peak hashrate is still only half of which on Turing's.
|
|
|
|
|