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     * [Building HAT](hat-01-03-building-hat.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)
38 
39 ### General GPGPU
40 * [A nice GPGPU state of play video](https://www.youtube.com/watch?v=48AdJgTYSFQ)
41 * [Interesting project ](https://www.phoronix.com/news/SCALE-CUDA-Apps-For-AMD-GPUs)
42 * [More ](https://www.phoronix.com/review/radeon-cuda-zluda)
43 * [More](https://scale-lang.com/posts/2024-07-12-release-announcement)
44 * [Scale](https://docs.scale-lang.com/)