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 * [How we minimize buffer transfers](hat-minimizing-buffer-transfers.md) 20 21 --- 22 23 # Notes and Links 24 25 ### Deep Learning 26 * [Amazons Deep Learning Java](http://djl.ai/) 27 28 ### Manchester University TornadoVM 29 * [Tornado VM](https://github.com/beehive-lab/TornadoVM) 30 * [SPIRV Toolkit]()https://github.com/beehive-lab/beehive-spirv-toolkit 31 32 ### Other JAVA GPU 33 * [Aparapi](https://github.com/Syncleus/aparapi) 34 35 ### Github repos 36 * [Babylon OpenJDK](https://github.com/openjdk/babylon) 37 * [JTREG](https://github.com/openjdk/jtreg) 38 * [jexctract](https://github.com/openjdk/jextract) 39 40 ### General GPGPU 41 * [A nice GPGPU bufferState of play video](https://www.youtube.com/watch?v=48AdJgTYSFQ) 42 * [Interesting project ](https://www.phoronix.com/news/SCALE-CUDA-Apps-For-AMD-GPUs) 43 * [More ](https://www.phoronix.com/review/radeon-cuda-zluda) 44 * [More](https://scale-lang.com/posts/2024-07-12-release-announcement) 45 * [Scale](https://docs.scale-lang.com/)