HackerTrans
TopNewTrendsCommentsPastAskShowJobs

statusfailed

no profile record

Submissions

Thunderbolt-ibverbs: We have InfiniBand at home

blog.hellas.ai
1 points·by statusfailed·el mes pasado·0 comments

Ral: A shell grounded in programming language theory

lambdabetaeta.github.io
3 points·by statusfailed·hace 3 meses·1 comments

Explosive GEMM: arbitrarily large FP error can be incurred in the GEMM operation

github.com
1 points·by statusfailed·hace 7 meses·0 comments

comments

statusfailed
·hace 3 meses·discuss
I am a huge fan of mm0, the thesis[0] is so brilliantly written, and MMC is such a great step towards the kind of verified computing I really want to be doing

[0]: https://digama0.github.io/mm0/thesis.pdf
statusfailed
·hace 4 meses·discuss
The Milk-V Jupiter 2 (coming out in April) is RV23 too
statusfailed
·hace 5 meses·discuss
Ahh I thought I was the only one! One line per sentence makes the diffs so much nicer too, maybe we need git hooks to reject multiple sentences per line?
statusfailed
·hace 5 meses·discuss
I didn't find note-taking particularly useful until I started keeping everything in a single notebook with dated pages. This worked a lot better than (for example) trying to organise notes by category - it's often easier to remember when you were working on something than how you categorised it, and once you know roughly when, you can find it by binary search
statusfailed
·hace 7 meses·discuss
I saw a similar (I think!) paper "Grassmannian Optimization Drives Generalization in Overparameterized DNN" at OPT-ML at neurips last week[0]

This is a little outside my area, but I think the relevant part of that abstract is "Gradient-based optimization follows horizontal lifts across low-dimensional subspaces in the Grassmannian Gr(r, p), where r  p is the rank of the Hessian at the optimum"

I think this question is super interesting though: why can massively overparametrised models can still generalise?

[0]: https://opt-ml.org/papers/2025/paper90.pdf
statusfailed
·hace 8 meses·discuss
Which repos worked well? I've had the same experience as op- unhelpful diagrams and bad information hierarchy. But I'm curious to see examples of where it's produced good output!
statusfailed
·hace 10 meses·discuss
Really nice! Had a quick read, here's my quick summary:

- Arrays are typed `S : D` with shape S and strides D

- Each of `S` and `D` is a nested tuple (instead of the flat tuples one typically sees in a tensor framework)

- Together `S` and `D` define the layout of a tensor

- Not every layout is "tractable", but the tractable ones form a nice category

A really good exposition, my only criticism is that it's quite front-heavy- it would be nice to see a detailed example like in 2.3.8 earlier in the document; there is a lot of detail presented early that doesn't seem necessary to understand the core ideas.

Last comment: I suspect there is a connection to strictification[0], would love to know more if the authors see this!

[0]: in the sense i mean here: https://arxiv.org/pdf/2201.11738v3
statusfailed
·hace 2 años·discuss
I only had a quick look, but it looks like they tweaked the state update so the model can be run with parallel scan instead of having to do it sequentially.