1 
 2 
 3 # Notes and Links
 4 
 5 ----
 6 
 7 * [Contents](hat-00.md)
 8 * House Keeping
 9     * [Project Layout](hat-01-01-project-layout.md)
10     * [Building Babylon](hat-01-02-building-babylon.md)
11     * [Maven and CMake](hat-01-03-maven-cmake.md)
12 * Programming Model
13     * [Programming Model](hat-03-programming-model.md)
14 * Interface Mapping
15     * [Interface Mapping Overview](hat-04-01-interface-mapping.md)
16     * [Cascade Interface Mapping](hat-04-02-cascade-interface-mapping.md)
17 * Implementation Detail
18     * [Walkthrough Of Accelerator.compute()](hat-accelerator-compute.md)
19 
20 ---
21 
22 # Notes and Links
23 
24 ### Deep Learning
25 * [Amazons Deep Learning Java](http://djl.ai/)
26 
27 ### Manchester University TornadoVM
28 * [Tornado VM](https://github.com/beehive-lab/TornadoVM)
29 * [SPIRV Toolkit]()https://github.com/beehive-lab/beehive-spirv-toolkit
30 
31 ### Other JAVA GPU
32 * [Aparapi](https://github.com/Syncleus/aparapi)
33 
34 ### Github repos
35 * [Babylon OpenJDK](https://github.com/openjdk/babylon)
36 * [JTREG](https://github.com/openjdk/jtreg)
37 * [jexctract](https://github.com/openjdk/jextract)