Remix.run Logo
Implementation of GPT-2 in pure CMake(github.com)
34 points by porridgeraisin 4 hours ago | 11 comments
ahartmetz 3 hours ago | parent | next [-]

FWIW, this is most likely not even fast enough to laugh at how slow it is - for that, you need to see something happening in less than an hour or so.

It can only use one core at a time, but that is not the worst thing: CMake is interpreted and stringly typed, so every number will have to be converted string -> number and usually back on every use.

voxelghost 2 hours ago | parent [-]

We just need to find a way to extend Moores law into the 4th dimension, and hardware will catch up to this.

ahartmetz 2 hours ago | parent [-]

Btw, I just realized that "cannot use all cores" has become a similar performance handicap to "is interpreted". So many cores now!

avilay 33 minutes ago | parent | prev | next [-]

Why? Just...why?

I get that sometimes we like to build useless things because they are elegant, or beautiful, or "cool" in some sense of the word. But CMake is not cool in any sense of the word! I can barely use it to write build files, and that too I have gladly offloaded to AI. Sometimes when looking at CMake files in a large project, I become nostalgic about Makefiles, but then I think about what the rewrite would entail, and I resign myself to my fate.

voxelghost 7 minutes ago | parent [-]

Sometimes these little endevors, are like art, they don't have to mean something, they just has to make you feel something.

Feeling Queasy, is still a feeling, mind you.

paaloeye an hour ago | parent | prev | next [-]

Reminded me https://github.com/mmozeiko/hello-world-winui3-c

_menelaus an hour ago | parent | prev | next [-]

AI is gonna keep us around because it would never think to do this kinda stuff

varun_ch an hour ago | parent [-]

It might not think to do this but it’ll certainly help do it. The code is full of suspiciously AI code comments and file headers!

https://github.com/AlpinDale/gpt2.cmake/blob/main/cmake/mode...

paaloeye an hour ago | parent | prev | next [-]

Somebody has more time than sense

sirsinsalot 2 hours ago | parent | prev | next [-]

A hellscape.

pkilgore an hour ago | parent | prev [-]

disgusting (complementary)