1 # Notes and Links
 2 
 3 ----
 4 
 5 * [Contents](hat-00.md)
 6 * House Keeping
 7   * [Project Layout](hat-01-01-project-layout.md)
 8   * [Building Babylon](hat-01-02-building-babylon.md)
 9   * [Building HAT](hat-01-03-building-hat.md)
10     * [Enabling the CUDA Backend](hat-01-05-building-hat-for-cuda.md)
11 * Programming Model
12   * [Programming Model](hat-03-programming-model.md)
13 * Interface Mapping
14   * [Interface Mapping Overview](hat-04-01-interface-mapping.md)
15   * [Cascade Interface Mapping](hat-04-02-cascade-interface-mapping.md)
16 * Implementation Detail
17   * [Walkthrough Of Accelerator.compute()](hat-accelerator-compute.md)
18   * [How we minimize buffer transfers](hat-minimizing-buffer-transfers.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 bufferState 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/)