-
hyc
my C version of librandomx was something like 10% slower because I ripped out the templating. I plan to reintroduce it using cpp macros
-
hyc
but yeah, not fond of the code bloat
-
sech1
Some power usage testing running 32 threads (7950X @ 4.275 GHz, 0.85V): RandomX v1 is 18222 h/s, 87.8 watts. RandomX v2 (288, +4 for FMUL_R, -4 for IXOR_R) is 18553 h/s, 87.1 watts. Interesting.
-
sech1
CFROUND is so slow on Ryzen that v2 can run 12.5% more instructions (and more power hungry FMUL_R), while using less watts
-
sech1
Overall power efficiency increase is 288/256*18553/18222*87.8/87.1 = 15.46% (in terms of energy spent per RandomX instruction)
-
sech1
v1: 870.5e6 rx instructions/J, v2: 1005.1e6 rx instructions/J
-
sech1
v2 achieves > 1 billion RandomX instructions per joule, nice
-
sech1
Same test on Ryzen 5 5600X @ 3.6 GHz, 0.88V: v1 is 6449.86 h/s, 46.551 W, v2 is 6611.02 h/s, 46.903 W - this is 14.4% efficiency increase
-
paulio_uk
hmm I'm getting 18100h/s on a 7950x 28 threads 5.2ghz 135w RX1
-
paulio_uk
totally power inefficient :D
-
paulio_uk
avg. 1.2v per core :| no wonder my office space is warm
-
hyc
got hold of a USB A to A cable to try to reflash my rk3588 box. but every write command just dies. this thing's flash memory is just toast.
-
hyc
I can still read about the first half of memory. that includes the partition table and all the way thru the boot partition
-
hyc
everything after that comes back as 0xCC
-
hyc
including what should be the recovery image, backup images, and all of the user data partition. oh well
-
paulio_uk
ouch. yeah that's not healthy
-
paulio_uk
that lychee pi arrived yet?
-
hyc
nope, still in transit
-
paulio_uk
:( trying to decide between that or the beagleboard ahead. Its payday and I feel like its time for a new toy
-
paulio_uk
then trying to decide between a hackrf one or just some rtl-sdr kit
-
Inge
risc-v growing :D
-
Inge
paulio_uk: got any interesting sdr projects planned?
-
paulio_uk
going to start with the local pub/shop watch radios :P then span out - wouldn't mind having a stab at getting some satellite data
-
paulio_uk
and maybe have a bit of a sniff on the old pager signals to see whats still active out there :D
-
DataHoarder
hackrf one can also transmit, but that's a rabbit hole paulio_uk
-
DataHoarder
you can get 90% of the way there with $15 receiver and some good antennas (outside of that cost)
-
Inge
I'd like to play with a bit of LoRa
-
sech1
tevador aarch64 JIT is ready:
github.com/SChernykh/RandomX/tree/v2 - you can take the changes to your PR now
-
m-relay
-
m-relay
-
m-relay
-
m-relay
-
m-relay
-
DataHoarder
fun pictures
-
eureka
so, external SODIMMs?
-
eureka
CPU confirmed though :D
-
eureka
6 CPU per board, how many boards though?
-
eureka
i'm surprised to see socketed SODIMM
-
eureka
3 boards
-
eureka
wow, 18 CPUs per machine