Ilias Kasmeridis will be traveling to Innsbruck, Austria to participate in the 18th International Symposium on High-Level Parallel Programming and Applications. He will be presenting our work on targetting Vulkan GPUs as OpenMP devices, entitled “High-level Programming of Vulkan-based … [ read more ]
publicity
OMPi v3.0.0 is out
We are happy to announce the release of the latest version (3.0.0) of our OMPi OpenMP compiler. A major new feature is remote offloading which enables offloading to remote CPUs and devices in a cluster (i.e. to nodes other … [ read more ]
Euro-Par 2023
Ilias Kasmeridis will be traveling to Limassol, Cyprus to participate in the poster session of the 29th International European Conference on Parallel and Distributed Computing (Euro-Par 2023) from August 29th to September 1st. He will be presenting our latest work … [ read more ]
IEEE ISPDC 2023
We are traveling to Bucharest, Romania to participate in the 22nd IEEE International Symposium on Parallel and Distributed Computing (ISPDC 2023) from July 10th to 12th. We will be presenting our proposal for an extension to OpenMP that allows considerable … [ read more ]
OMPi v2.7.0 released
We are happy to announce the release of the latest version (2.7.0) of our OMPi OpenMP compiler, with significant improvements and new features, including:
- A new module (cuda) that allows offloading to CUDA GPUs with compute capability
OMPi on the Jetson Nano
We are pleased to announce that OMPi now supports the NVIDIA Jetson Nano 2GB boards. OMPi is the first compiler to provide full OpenMP support including offloading to the board’s GPU.
Support for Jetson Nanos is included in the … [ read more ]
Announcing OMPi v2.5.0
We are happy to announce the release of the latest version (2.5.0) of our OMPi OpenMP compiler, which includes a large number of improvements and new features such as:
- Task dependencies
- Doacross loops
- Support for all OpenMP 4.5 target-related