this post was submitted on 08 Dec 2023
362 points (95.9% liked)

Technology

58135 readers
4450 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

First, wear your dust mask. Who knows where these machines have been?

you are viewing a single comment's thread
view the rest of the comments
[–] MonkderZweite@feddit.ch 3 points 9 months ago (1 children)

Isn't that what FPGAs are for?

[–] WaterWaiver@aussie.zone 2 points 9 months ago (1 children)

Are FPGAs particularly suited to solving PDEs? I just did a search and there seem to be some papers discussing implementing various PDE solving algorithms on FPGAs, but I'm not sure if it's a task uniquely suited to them.

[–] MonkderZweite@feddit.ch 2 points 9 months ago (2 children)

Probably not especially. But aren't they basically wires burnt in circuit, made programmable via (UV?) light.

[–] anlumo@lemmy.world 5 points 9 months ago

They're still digital (a wire is either 0 or 1), which isn’t more useful for this than a regular CPU.

What they do excel in is doing stuff in parallel, because there is no linear list of instructions, everything can happen at the same time (unless you specifically block something until a certain signal is sent).

[–] WaterWaiver@aussie.zone 2 points 9 months ago* (last edited 9 months ago)

No. Modern FPGAs do not use any UV light or have any windows. For storage they use flash memory (same as what's used in MicroSD cards, USB sticks and SSDs). Some (most?) require you to provide this yourself externally.

Old EPROM (not EEPROM) storage had windows and needed UV to erase, but that's decades old. I'm not sure if FPGA was common nomenclature back then (PAL/GAL/CPLD were probably the market).