Skip to content

Commit

Permalink
Create IPU card , Kept it general will add clusters later.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaatsalya123 committed Nov 9, 2023
1 parent 712c0a6 commit 10a8d6b
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 17 additions & 0 deletions hardware/ipu.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ipu:
name: "ipu"

image_url: https://www.graphcore.ai/hs-fs/hubfs/ipu_diagram_021218.png?width=2250&height=1350&name=ipu_diagram_021218.png

tags:
- hardware
- graphcore

url: https://www.graphcore.ai/bow-processors

description: "Graphcore's IPU (Intelligence Processing Unit) is a type of specialized hardware accelerator designed for machine learning workloads. The IPU is optimized for highly parallelized and computationally intensive deep learning tasks, making it well-suited for training and inference in neural networks. Graphcore's IPU has a unique architecture, which is specifically designed to handle the irregular and sparse data patterns often encountered in deep learning models where traditional GPUs fall short. The IPU comes in different generations, such as the IPU-M2000 and IPU-POD, each offering various levels of performance and scalability for AI applications. The IPU is built around a tile architecture, which consists of multiple processing nodes connected in a two-dimensional grid. Each tile includes a number of processor cores, a local memory, and a router for communication between tiles."

features:
- "Easy to deploy via IPU cloud services."
- "Flexible pricing for usage."
- "Designed for fine-grained, high-performance computing."
3 changes: 2 additions & 1 deletion tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,5 @@ tags:
- cpu
- cluster
- cerebras
- d-Matrix
- d-Matrix
- graphcore

0 comments on commit 10a8d6b

Please sign in to comment.