Code Reflection in Action - Translating Java to SPIR-V #JVMLS

preview_player
Показать описание
Presented by *Steve Dohrmann* - Senior Staff Software Engineer (Intel Corporation) during the *JVM* *Language* *Summit* (August 2024 - Santa Clara, CA).

_This video describes the use of the *Babylon* *code* *reflection* *API* in translating Java code, first to a SPIR-V code reflection dialect, and then to a SPIR-V binary module for execution on a GPU. SPIR-V is an IR specializing in representing parallel compute and graphics workloads. It is used by graphics libraries such as Vulcan, and GPU compute frameworks such as OpenCL and oneAPI._

*Resources*

*Tags:* #Java #OpenJDK #GPU
Рекомендации по теме
Комментарии
Автор

This (project Babylon) is honestly one the most exciting things I've seen around Java (and I've used Java since 1.1).

DavidBeaumont