Viewing profile — cpldcpu
cpldcpu
HN member- Joined
- Sun, Jan 23, 2022, 6:13 PM UTC
- HN karma
- 654
- Public activity
- 165 items
- HN profile
- View on Hacker News ↗
About cpldcpu
Recent public activity
-
comment
Comment #49032639
its doing video, audio, images and motion. I think that counts as multimodal.
-
comment
Comment #48868884
>When Intel finally shipped it at the 45-nanometer node in 2007, Gordon Moore called it the biggest change in transistor technology since the late 1960s. The breakthrough was not t…
-
comment
Comment #48666124
hm.. has been quite a while for me. The good thing about the Tang Nano is that it is supported by the Yosys open source toolchain. There are quite a few resources on the web when y…
-
comment
Comment #48664609
I had Opus 4.5 design an LLM inference engine in verilog, including firmware and automated verification a while ago: https://github.com/cpldcpu/smollm.c It's of course far from opt…
-
comment
Comment #48459720
CISC view: Its another adressing mode. RISC view: SUBLEQ is already four instructions (2x memory access, alu, branch)
-
comment
Comment #48437070
Great article! Yeah, that pattern can be seen everywhere in semiconductors. E.g. the transistor invention vs. Lilienfeld, Heil, Matare etc. So the scope is more narrow than "Invent…
-
comment
Comment #48433334
Wow! And it also implements a very interesting variant of SUBLEQ that is turing complete. >This VM implements an OISC - a One Instruction Set Computer. That instruction takes three…
-
comment
Comment #48433296
The early discovery of light emission from silicon carbide long before the first LEDs is a very interesting finding, worth pointing out. But alas, as ever so often, the article tur…
-
comment
Comment #48343906
What do you mean with "open-source"? Of course, the inference code for all the open weight models is publically available - see llama.cpp or hf transformers. There are, however, ve…
- comment
-
comment
Comment #48170859
Wow, nice! It's an honor. I guess nowadays one could use some of the 32bit WLCSCP microcontrollers to easily beat this.
-
comment
Comment #48167950
More than 25 years ago, there was a show off, of building the smallest web server: https://web.archive.org/web/20000815063022/http://www-ccs.cs... Someone with an ACE1101 microcont…
-
comment
Comment #48045901
From the blog post: https://github.com/wuxx/TD4-4BIT-CPU
-
comment
Comment #48045888
Nice!
-
comment
Comment #48045885
But why is this always the first comment on custom CPU builds? Can't there also be other designs out there?
-
comment
Comment #47927053
nah... their founders and most of their employees are in france. Very ill-suited comparison to IBM.
-
comment
Comment #47911196
https://huggingface.co/docs/inference-providers/pricing It's well buried though. Does not seem to be a focus of theirs.
-
comment
Comment #47910535
Great to see this! Worth mentioning that Huggingface already offers a similar service. And they are also European: https://huggingface.co/docs/inference-providers/index https://hug…
-
comment
Comment #47902004
I had to give it a try. Claude, the ole cheater, recognized what the file was, downloaded the psid from the web, found a wasm sid player and built a website around it: https://clau…
-
comment
Comment #47733834
Yes, marks of AI all over the place. Also the SVGs. >No solution written, 100% score. Its weird. Turns out that hardest problem for LLMs to really tackle is long-form text.
-
comment
Comment #47658155
Love it! Great idea for the dataset.
- comment
- story
-
comment
Comment #47112417
They mentioned that they using strong quantization (iirc 3bit) and that the model was degradeted from that. Also, they don't have to use transistors to store the bits.
-
comment
Comment #47109118
I wonder how well this works with MoE architectures? For dense LLMs, like llama-3.1-8B, you profit a lot from having all the weights available close to the actual multiply-accumula…