-
Inge-
"i dont know if this is a break through, a big deal or a mining cherry pop but I got xmrig to push 560 H/s on my Note9"
-
Inge-
hyc ^ thought you might be amused
-
sech1
-
sech1
128 core 16 TFLOPS CPU?
-
sech1
That's more TFLOPS than RTX 2080 Ti
-
Inge-
"For starters, the chip features two 400 Gbps PHYs integrated, along with a PCI-Express gen 5.0"
-
Inge-
fun stuff
-
p3rL
-
hyc
PCIe gen5 standard is final already?
-
hyc
Inge-: nice
-
hyc
hm, tachyum - VLIW in-order processor, relies on compiler for OoOE
-
hyc
sounds like Itanium
-
hyc
not good for a multithreaded OS, but probably good for HPC
-
hyc
with those PHYs, possibly good for a poll-driven network controller
-
hyc
not good for an interrupt-driven one
-
gingeropolous
total miners 38310
-
Inge-
friend of mine had to clean out a linux print server running xmrig malware
-
Inge-
asked him for which xmrig version. will report back..
-
sech1
moneromooo Is incoming block PoW verification done on the main thread? Because it changes the rounding mode and can mess up other code which uses floating point
-
sech1
Loki had a big network fuckup today supposedly because they use FP in their diff adjustment code
-
sech1
Monero doesn't use FP there btw which is good
-
moneromooo
IIRC, main thread if just one, in sync mode it'll be pushed to N threads.
-
sech1
then keep in mind that rounding mode is... random then
-
sech1
maybe we should fix it in librandomx
-
sech1
tevador ^
-
hyc
or just never use FP anywhere else. which we don't
-
moneromooo
IIRC someone posted a diff adjustment patch for monero which used floating point. Maybe someone saw the patch and applied without seeing it.
-
hyc
I assume the rounding mode is per-core? so saving it on entry to library and restoring it on return from library is sufficient?
-
moneromooo
Is it saved/restored on context switch ?
-
hyc
part of FPU state, it would have to be
-
moneromooo
Must be. It'd be dangerous otherise.
-
tevador
in the slow mode, it would be possible to reset the rounding mode after each hash without any performance impact