mirror of
https://github.com/alex-s168/website.git
synced 2025-09-10 01:05:07 +02:00
29 lines
471 B
Typst
29 lines
471 B
Typst
#import "../common.typ": *
|
|
#import "../simple-page-layout.typ": *
|
|
#import "../core-page-style.typ": *
|
|
#import "../components/header.typ": *
|
|
|
|
#simple-page(
|
|
gen-table-of-contents: true,
|
|
[GPU architecture: SIMD - Alexander Nutz]
|
|
)[
|
|
|
|
#section[
|
|
#title[GPU Architecture: Compute Cores]
|
|
|
|
#sized-p(small-font-size)[
|
|
#rev-and-authors((people.alex,))
|
|
]
|
|
]
|
|
|
|
#pdf-readability()
|
|
|
|
#section[
|
|
= Introduction
|
|
GPUs consists of multiple (commonly 64) compute units.
|
|
|
|
]
|
|
|
|
|
|
]
|