Wednesday, 2023-03-29

sadoon[m]Hey, I was typing in text so I couldn't tell you then: debian bookworm works extremely well on my talos and is ultra stable even at this alpha stage, you should probably look into it00:02
sadoon[m]gnucode:00:02
sadoon[m]It's a matter of a few months till the official release but most everything is frozen already00:03
sadoon[m]Mirrroring bullseye binary and source for the main suite now, shouldn't take too long (hopes)00:12
*** gnucode <gnucode!~gnucode@user/jab> has joined #libre-soc00:36
*** gnucode <gnucode!~gnucode@user/jab> has quit IRC02:46
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has quit IRC04:51
*** lxo <lxo!~lxo@gateway/tor-sasl/lxo> has joined #libre-soc04:51
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC06:24
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc06:24
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC06:29
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.60> has joined #libre-soc06:30
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.60> has quit IRC07:10
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc07:11
lkcltoshywoshy, the other one which opens up HPC is the combination of EXTRA-V, Snitch, ZOLC and SVP64.08:34
programmerjakelkcl: note openpower-isa.git now uses https://ftp.libre-soc.org/power-instruction-analyzer/output-for-v0.2.0-7-g95fdd1c.json.gz08:34
programmerjakeso if/when you clean up ftp, please don't remove it08:34
lkclthat'll need removing08:35
lkcl(the dependence)08:35
lkclremember that pia needs to be retired and replaced08:35
programmerjakewhy? you don't need to download or run pia at all08:35
lkclthis has been discussed and does not need repeating08:36
programmerjake(unless you want to reproduce it)08:36
lkclexactly08:36
lkcland that forces a dependence on a tool and a compiler that has already been discussed that it was a severe and costly mistake to depend on and use08:36
lkclthus it shall be removed08:36
lkclthe test api is to be used for creating and running programs that produce ExpectedResults08:37
lkclby creating Makefiles and c/assembler binaries that can be directly run on a POWER9 system08:37
programmerjakeit doesn't need any python bindings code which was the main issue, i'd expect pia to compile and run unmodified using debian bullseye packages08:38
lkclyou are ignoring - yet again - a decision that has already been made08:38
programmerjakeliterally just apt install cargo; cargo run08:38
lkcland in a disrespectful way ignoring that decision08:38
lkclrust is out08:39
lkclcargo is out08:39
lkclpia is out08:39
lkclyou have been told this multiple times08:39
programmerjakewell, at least please don't remove it until i fix the ca/ov issues since i'm using it as an easy low-effort reference meanwhile08:39
lkclindeed.08:40
lkcleasy for you08:40
programmerjakeafter that the new test can be removed/converted08:40
lkclthere is money available to do the Test API to get it to auto-generate Makefiles08:40
lkcl(from the ExpectedResults objects)08:40
programmerjakei'm using it to create expected results and programs to run the simulator on, i don't want to have to do several weeks of work before i can fix the simulator08:42
programmerjakei added the tests since our current ca/ov tests are woefully inadequate, i found like 10 insns we get wrong results on (assuming my test isn't buggy, i manually verified a few test cases)08:45
programmerjakehmm, what do you think of me translating pia (minus the python bindings) to c or c++? i expect it to take 2-3 days...it should generate identical json08:49
programmerjakethat would happen at some later point08:50
programmerjakemaybe more than 3 days...08:51
lkclno i totally get it09:17
lkclit's fine - many other things to do09:18
lkclthe goal with the TestAPI is that ExpectedResults become the canonical source of information/correctness09:18
lkcltoshywoshy, this is where the HPC rubber hits the road https://libre-soc.org/openpower/sv/SimpleV_rationale/09:19
lkcland there's a list of EU collaborators https://www.etp4hpc.eu/09:20
lkclthe potential reductions in power consumption are 1 getting on for 2 orders of magnitude (!)09:21
lkclby performing near-memory pre-filtering.09:21
lkclrequires 100% Deterministic Schedules Node/Graph/Memory-walking09:21
lkclbut that is pretty much literally the definition of all and any mapreduce algorithm ever invented09:22
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC12:38
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.210> has joined #libre-soc12:39
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.164.210> has quit IRC12:54
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc12:54
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has quit IRC15:47
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.54.132> has joined #libre-soc16:04
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@176.59.54.132> has quit IRC16:08
*** ghostmansd[m] <ghostmansd[m]!~ghostmans@broadband-109-173-83-100.ip.moscow.rt.ru> has joined #libre-soc16:09
sadoon[m]Currently http://soulserv.xyz/debian-ppc hosts the sid snapshot of ppc64 and powerpc as of today, signed with debian-ports' keys19:53
sadoon[m]Same idea will be applied for sffs, will have a repo for the19:54
sadoon[m]a- debian bullseye source packages mirror19:54
sadoon[m]b- debian bullseye source packages repo for packages that have been modified in order to work with sffs (might not even need this)19:54
sadoon[m]c- debian bullseye sffs binary repo19:54
sadoon[m]Starting with ppc and ppc64 because it's a personal project of mine and I can afford to make mistakes there and learn as opposed to sffs which I want to be perfect19:55
lkclsadoon[m], fantastic20:19
sadoon[m]:D20:20
sadoon[m]I desperately need to update my website lol20:20
sadoon[m]It's stuck in 202120:20
sadoon[m]Seems hugo is all the craze for static sites, might look into it20:23
lkcldude i run static html pages20:23
lkclhand-edited!20:23
lkclhttp://lkcl.net/reports/20:23
sadoon[m]Heh, I hate html editing20:24
sadoon[m]python3-markdown was great for converting markdown to html20:24
lkcli learned the trick of using <pre> </pre> around plaintext a looong time ago20:24
sadoon[m]It's what I used for very long20:24
lkcldo consider ikiwiki, copying the bootstrap template that we added20:25
sadoon[m]Will do20:25
sadoon[m]Thanka20:25
sadoon[m]Thanks*20:25
lkcli eradicated with prejudice all but the bare minimum of javascript already20:25
sadoon[m]I'm set on keeping mine without any js, it's unnecessary for my use case20:31
*** lkcl <lkcl!lkcl@freebnc.bnc4you.xyz> has quit IRC22:33
*** lkcl <lkcl!lkcl@freebnc.bnc4you.xyz> has joined #libre-soc22:43
*** josuah <josuah!~josuah@46.23.94.12> has joined #libre-soc22:56
*** josuah <josuah!~josuah@46.23.94.12> has quit IRC22:57
*** josuah <josuah!~josuah@46.23.94.12> has joined #libre-soc23:22

Generated by irclog2html.py 2.17.1 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!