Posts
This post shows the installation process to configure the latest NVIDIA Drivers and the CUDA SDK on Fedora 39. It also explains how to get a dual monitor setup using NVIDIA Prime to display from both an NVIDIA Discrete GPU and an Intel integrated graphics, and how to get CUDA programs running. Read the full post: https://jjfumero.github.io/posts/2023/12/nvidia-cuda-drivers-fedora39
[Blogpost] Installing the NVIDIA Drivers and CUDA 12 on Fedora 39 with Secure Boot Enabled
Dec 10, 2023
1132 visualizzazioni
At The University of Manchester, we have developed a Java library, called Beehive SPIR-V Toolkit , for generating SPIR-V binary modules that can be dispatched on supported devices, for example, on GPUs. In this post, I will explain why we developed this library, and how developers can use it to build their own SPIR-V modules from Java. Links: https://jjfumero.github.io/posts/2023/11/beehive-...
New Blog Post: Accessible Dynamic SPIR-V Code Generation from Java
Nov 24, 2023
168 visualizzazioni
Unified Shared Memory: Friend or Fue? Understanding the Implications of Unified Memory on Managed Key Takeaways Programming heterogeneous computing systems from managed runtime systems like Java imposes many challenges. One of the biggest challenges is regarding the managed memory management between the JVM and the accelerator memory (e.g., GPU memory, which is not managed by default). The disjoin...
New blog: Unified Shared Memory: Friend or Fue?
Oct 19, 2023
210 visualizzazioni