Skip to content

Commit

Permalink
Hardware
Browse files Browse the repository at this point in the history
  • Loading branch information
jzkyu committed Oct 28, 2024
1 parent 792cbe6 commit c0183c0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/Public/Tech/Hardware/Computer/GPU.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
A *GPU*, or *graphics processing unit*, is a specialized [[processor]] with significantly more cores ([[core]]), making them very good at processing data in parallel.

While originally designed for accelerating graphics rendering, they have found use in [[machine learning]], video editting, and gaming applications. [^1]

[^1]: https://www.intel.com/content/www/us/en/products/docs/processors/what-is-a-gpu.html
1 change: 1 addition & 0 deletions docs/Public/Tech/Hardware/Computer/core.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
A *core* is a [[processor]] unit, that reads and executes ordinary [[CPU]] instructions ([[instruction]]).
3 changes: 3 additions & 0 deletions docs/Public/Tech/Hardware/Computer/flash memory.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*Flash memory* stores information in transistors ([[transistor]]) - they can be electronically modified. Some examples of *flash memory* include flash drives and SSDs. [^1]

[^1]: https://en.wikipedia.org/wiki/Flash_memory
Empty file.

0 comments on commit c0183c0

Please sign in to comment.