Nettsider med emneord «gpu»

Image may contain: Gadget, Musical instrument accessory, Audio equipment, Camera accessory, Office supplies.
Publisert 3. aug. 2023 11:45

In addition to its 128 CPU cores and 1024GB RAM, mimi has a GPU that can be used for processing. It  is a Nvidia Quadro RTX 6000 card, with 4608 CUDA cores. 

Image may contain: Rectangle, Font, Signage, Brand, Logo.
Publisert 22. mars 2023 12:19

TurboVNC can provide access to a full desktop on mimi.uio.no from Windows, Linux and Mac clients. Useful when running 3D applications.

Publisert 3. okt. 2014 23:11

The newly arrived general-purpose GPUs provide tremendous computing power, but also bring extra difficulties with respect to parallel programming of these new devices. An ideal scenario will therefore be to have an automated code generator that translates input C code into output CUDA code capable of running on Nvidia GPUs. This master project will use the well-known compiler infrastructure LLVM to realize the above goal, with an additional objective of also extending the applicability to heterogeneous CPU-GPU systems.

Publisert 3. okt. 2014 12:13

OpenMP is a well-established standard for programming shared-memory parallel computers. Since 2013, the latest version of OpenMP (4.0 or later) has included the possiblity of utilizing heterogeneous computing systems that are made up of multicore CPUs and accelerators (such as GPUs and many-integratred-core coprocessors). We want to examine how typical numerical algorithms should be re-implemented using OpenMP-4, with the aim of using heterogeneous computing systems.