Public
Edited
Dec 3
Raptor Lake CPU Configurator
bxr
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
fffrender(
$.center(
$.middle(
...(_.range(numMemLanes).map(() => $image(ddr5)))
),
$.middle(
$image(uncore),
...(_.range(numPcores / 2).map(() =>
$.center(
$image(pCoreUp),
$image(pCoreFab),
$image(pCoreDown)
)
)),
...(_.range(numEcores / 8).map(() =>
$.center($image(eCore8))
)),
...(numGpus ? [$image(gpu)] : [])
)
)
)
Insert cell
pCoreUp = loadImage(FileAttachment('pCoreUp.png'))
Insert cell
pCoreDown = loadImage(FileAttachment('pCoreDown.png'))
Insert cell
pCoreFab = loadImage(FileAttachment('pCoreFab.png'))
Insert cell
uncore = loadImage(FileAttachment('uncore.png'))
Insert cell
ddr5 = loadImage(FileAttachment('ddr5.png'))
Insert cell
eCore8 = loadImage(FileAttachment('eCore8.png'))
Insert cell
gpu = loadImage(FileAttachment('gpu.png'))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more