qmller commited on
Commit
4ce4c6a
·
verified ·
1 Parent(s): bc4510c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -10,13 +10,22 @@ short_description: Empower AI inference
10
 
11
  <img width="35%" src="./kalray_logo.png"></a></br>
12
 
13
- Kalray enables AI innovators to build novel AI applications, maximizing your compute processing with MPPA Coolidge 2 on TC4.
14
- Kalray’s TURBOCARD4 (TC4) Compute Acceleration Cards enable customers to accelerate AI workloads. Our compute Acceleration Cards
15
- offer a very complementary architecture to GPUs, allowing for the processing of a large number of different operations in
16
- parallel in an asynchronous way. TC4 is well-suited for pre-processing data that is later used by GPUs or in the context of
17
- complex intelligent systems running many different algorithms in parallel. Details can be found here:
18
- [link](https://www.kalrayinc.com/products/dpu-processors/#turbocard4)
 
19
 
20
- You should find on this page several of the models that Kalray's SDK support, called Kalray Neural Networks (KaNN). Find out
21
- on our github page the possibility to deploy and power your AI solutions over the Kalray's processor at
22
- https://github.com/kalray/kann-models-zoo
 
 
 
 
 
 
 
 
 
10
 
11
  <img width="35%" src="./kalray_logo.png"></a></br>
12
 
13
+ Kalray enables AI innovators to build novel AI applications, maximizing your compute processing with MPPA Coolidge 2. Our
14
+ compute Acceleration Cards offer a very complementary architecture to GPUs, allowing for the processing a large number
15
+ of different operations in parallel in an asynchronous way. Details can be found here:
16
+ * [Processor white paper](https://www.kalrayinc.com/resource/a6-mppa-coolidge-processor-white-paper/)
17
+ * [Computation cards](https://www.kalrayinc.com/products/dpu-processors/#turbocard4)
18
+ * [ML & computer vision](https://www.kalrayinc.com/solutions/#computer-vision)
19
+ * [SDK description](https://www.kalrayinc.com/products/accesscorer-embedded-ace/)
20
 
21
+ You should find on this page several of the models that Kalray's SDK support. A part of the ACE (AccessCore Embedded),
22
+ called Kalray Neural Network is dedicated to optimize inference on the Kalray's processor (MPPA) on the following scheme:
23
+ 1. Design and/or import your Neural Networks from ONNX or tensorflow (PyTorch is supported using the ONNX bridge),
24
+ 2. Build an intermediate represention of the NN in order to be executed on the MPPA,
25
+ 3. Run and exploit predictions from the device
26
+
27
+ Find out on our github page the possibility to deploy and power your AI solutions over the Kalray's processor at:
28
+ * https://github.com/kalray/kann-models-zoo
29
+ * [WIKI](https://github.com/qmller/kann-models-zoo/blob/main/WIKI.md)
30
+
31
+ Quentin, for Kalray.