Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

HIPCL 0.9

Latest
Compare
Choose a tag to compare
@franz franz released this 15 Apr 10:26

HIPCL 0.9

Heterogeneous-compute Interface for Portability, or HIP, is a C++ runtime API and kernel language that allows developers to write code that runs on both AMD and NVidia GPUs. CUDA applications can be converted to HIP in a largely automated fashion.

HIPCL is a library that allows applications using the HIP API to be run on devices
which support OpenCL and SPIR-V, thus providing a portability path from CUDA to
advanced OpenCL platforms.

Detailed release notes are available here.