Skip to content

Commit

Permalink
update hardware info, only show release year instead of exact date
Browse files Browse the repository at this point in the history
  • Loading branch information
biphasic committed May 3, 2024
1 parent af78b6c commit 803a7d5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,22 @@ organization:
twitter: https://twitter.com/BrainChip_inc
wikipedia: https://en.wikipedia.org/wiki/BrainChip
product:
announced_date: 2023-01-01
announced_date: 2022-10-01
applications: Smart sensing, one-shot learning
chip_type: Digital
synapses: Configurable
neurons: 256, Configurable
synapses: Configurable, 8MB SRAM
neurons: Configurable
weight_bits: 1,2,4,8
activation_bits: 1,2,4,8
on_chip_learning: true
power: ~30 mW
release_year: 2023
release_date: 2023-10-01
release_year: 2022
release_date: 2022-10-01
software: MetaTF
status:
announced: true
released: true
retired: false
synapse hardware: 8-Mb SRAM.
product_name: Akida
summary: BrainChip's Akida is an ultra-low-power neuromorphic processor inspired by
the brain's neural architecture. It accelerates complex AI at the edge through event-based
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ product:
status:
announced: true
released: true
retired: true
retired: false
product_name: BrainScaleS 2
summary: The BrainScaleS-2 is an accelerated spiking neuromorphic system-on-chip integrating
512 adaptive integrate-and-fire neurons, 212k plastic synapses, embedded processors,
Expand Down
3 changes: 1 addition & 2 deletions themes/hugoplate/layouts/partials/hardware/product-info.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
<div class="product-info mb-6 lg:grid grid-cols-1 grid-cols-3 gap-1">
<h2 class="text-2xl font-bold mb-4 col-span-3">{{ $product }} At A Glance</h2>
<div class="pb-4 lg:pb-0">
{{ with .announced_date }}<div><strong>Announced Date:</strong> {{ . }}</div>{{ end }}
{{ with .release_date }}<div><strong>Release Date:</strong> {{ . }}</div>{{ end }}
{{ with .release_year }}<div><strong>Release Year:</strong> {{ . }}</div>{{ end }}
{{ with .status }}
<div>
<strong>Status:</strong>
Expand Down

0 comments on commit 803a7d5

Please sign in to comment.