Skip to content

Commit af37c48

Browse files
committed
add Graphcore
1 parent 90f4e78 commit af37c48

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,25 @@
2121
[![GitHub Repo stars](https://img.shields.io/github/stars/Lightning-AI/lightning-habana?style=social)](https://github.com/Lightning-AI/lightning-habana/stargazers)
2222
[![GitHub forks](https://img.shields.io/github/forks/lightning-ai/lightning-habana?style=social)](https://github.com/Lightning-AI/lightning-habana/forks)
2323

24+
### GraphCore IPU
25+
26+
The [Graphcore Intelligence Processing Unit](https://www.graphcore.ai/products/ipu) (IPU), built for Artificial Intelligence and Machine Learning, consists of many individual cores, called tiles, allowing highly parallel computation. Due to the high bandwidth between tiles, IPUs facilitate machine learning loads where parallelization is essential. Because computation is heavily parallelized,
27+
28+
[![PyPI Status](https://badge.fury.io/py/lightning-graphcore.svg)](https://badge.fury.io/py/lightning-graphcore)
29+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/lightning-graphcore)](https://pypi.org/project/lightning-graphcore/)
30+
[![GitHub Release Date](https://img.shields.io/github/release-date/lightning-ai/lightning-graphcore)](https://github.com/lightning-ai/lightning-graphcore/releases)
31+
[![PyPI Status](https://pepy.tech/badge/lightning-graphcore)](https://pepy.tech/project/lightning-graphcore)
32+
33+
[![General checks](https://github.com/Lightning-AI/lightning-graphcore/actions/workflows/ci-checks.yml/badge.svg?event=push)](https://github.com/Lightning-AI/lightning-graphcore/actions/workflows/ci-checks.yml)
34+
[![Build Status](https://dev.azure.com/Lightning-AI/compatibility/_apis/build/status%2Faccelerators%2FLightning-AI.lightning-Graphcore?branchName=main)](https://dev.azure.com/Lightning-AI/compatibility/_build/latest?definitionId=48&branchName=main)
35+
[![GitHub last commit](https://img.shields.io/github/last-commit/lightning-ai/lightning-graphcore)](https://github.com/Lightning-AI/lightning-graphcore/commits)
36+
[![GitHub issues](https://img.shields.io/github/issues/lightning-ai/lightning-graphcore)](https://github.com/Lightning-AI/lightning-graphcore/issues)
37+
[![GitHub pull requests](https://img.shields.io/github/issues-pr/lightning-ai/lightning-graphcore)](https://github.com/Lightning-AI/lightning-graphcore/pulls)
38+
39+
[![Deploy Docs](https://github.com/Lightning-AI/lightning-graphcore/actions/workflows/docs-deploy.yml/badge.svg)](https://lightning-ai.github.io/lightning-graphcore/)
40+
[![GitHub Repo stars](https://img.shields.io/github/stars/Lightning-AI/lightning-graphcore?style=social)](https://github.com/Lightning-AI/lightning-graphcore/stargazers)
41+
[![GitHub forks](https://img.shields.io/github/forks/lightning-ai/lightning-graphcore?style=social)](https://github.com/Lightning-AI/lightning-graphcore/forks)
42+
2443
## Strategies
2544

2645
### ColossalAI

0 commit comments

Comments
 (0)