-
tsoome
code.illumos.org appears very slow for me...
-
cross
cd
-
cross
whoops.
-
tsoome
:)
-
jbk
yeah
-
jbk
got a bad gateway first time.. now still trying to load
-
tsoome
Ok, so it is not my computer then:D
-
cross
Some folks here might find this useful. It's a re-creation of `=j` from `mdb`, but as a standalone program:
github.com/dancrossnyc/jfmt
-
tsoome
thats nice, so tired of manually counting bits:)
-
cross
Great! I hope you find it useful. :-)
-
tsoome
um, I'm using ficl-sys as calculator, should probably add this word there:P
-
jbk
heh.. more than once (especially on this work project) I've been firing up mdb just for =j :)
-
jbk
so thanks for that
-
tsoome
yep, seems code.illumos.org is dead for good. only getting 502 now.
-
yuripv
seems to be back now
-
sommerfeld
code.illumos.org seems to be busted again - more 502 Bad Gateway
-
sommerfeld
or maybe just slow?
-
sommerfeld
never mind, seemed to have been a browser tab that was still befuddled from the earlier outage.
-
sommerfeld
pushing a rebase to gerrit seems to be going very slowly (at the "remote: Counting objects:" stage)
-
sommerfeld
and then I got a "Bad Gateway"
-
sommerfeld
so it's not dead but not healthy either.
-
jbk
it's undead... just in time for halloween :)
-
sommerfeld
Or, alternatively: "It just so happens that your service here is only MOSTLY dead."
-
jbk
so no looking for loose change...
-
copec
I know this isn't the right place, I do general IT dev/ops, but I became curious how the Grace Hopper programming differs since they are all separate system image nodes, but share "direct" access to memory across the nvlink domain
-
copec
I wondered if someone in here knew much about it, since I like you'se folks
-
copec
I would suppose you have a set of processes across different nodes but could share memory pointers on a low level? I'm sorta fishing to be pointed somewhere, because I obviously just know keywords :-P
-
rmustacc
So, the GH chips have LPDDR5 connected to the Grace CPU and HBM3 connected to the GPU.
-
rmustacc
So there is hardware coherence within a single "Super Chip" via the C2C NVLink, but I don't believe there's anything coherent about external memory per se.
-
rmustacc
But I'm not entirely sure which bits you're takling about sharing or accessing per se.
-
copec
-
rmustacc
I suspect that the programming doesn't differ in that from anything that you can already do via nvlink with access to remote memory.
-
rmustacc
But I haven't dug into this deeply myself.
-
copec
Each grace hopper combo is its own system image instance, so it just got me thinking about the abstractions that would have to take place for jobs running across multiple nodes that are sharing memory
-
copec
to theoretically approach using all the gpu cores and memory for a single related job