1
0
mirror of https://github.com/osmarks/website synced 2025-08-01 16:52:49 +00:00

consistency enhancements

This commit is contained in:
osmarks 2025-04-12 20:30:59 +01:00
parent a4e2f37ba4
commit 3bddd4e3c1
2 changed files with 17 additions and 3 deletions

View File

@ -579,5 +579,14 @@
referenceIn: {
bitalg: ""
}
},
"https://fleetwood.dev/posts/domain-specific-architectures": {
title: "Domain specific architectures for AI inference",
author: "Fleetwood",
date: "2025-03-08",
referenceIn: {
"accel": "Goes into more specific technical detail."
},
"excerpt": "With exploding demand for AI inference, many hardware startups are designing Domain Specific Architectures. Working backwards from the Transformer workload, we will identify optimal design choices, promising hardware and how to predict the future of inference."
}
}

View File

@ -74,6 +74,9 @@ a
.blog-post a, .sidenotes a
text-decoration: underline
.blog-post, .sidenotes
text-wrap: pretty
nav
display: flex
align-items: center
@ -194,6 +197,8 @@ button, select, input, textarea, .textarea
margin-bottom: auto
background: black
aspect-ratio: 1/1
image-rendering: crisp-edges
image-rendering: pixelated
.caption
background: lightgray
@ -260,7 +265,7 @@ blockquote
overflow-x: scroll
.footnote-item.hl1, .footnote-item.hl2, .footnote-item.hl3
background: hsl(0, 0%, var(--block-lightness))
background: var(--box-bg)
padding: 0.5em
box-sizing: border-box
list-style-type: none
@ -299,8 +304,8 @@ blockquote
$hl-border: 3px
.footnote-item.hl1, .footnote-item.hl2, .footnote-item.hl3
border-top: solid $hl-border orange
border-bottom: solid $hl-border orange
border-top: solid $hl-border var(--box-border)
border-bottom: solid $hl-border var(--box-border)
margin-top: -$hl-border
@media (prefers-color-scheme: dark)