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

Releases: cpc/hipcl

HIPCL 1.0.0-alpha

09 Feb 07:39
Compare
Choose a tag to compare
HIPCL 1.0.0-alpha Pre-release
Pre-release

HIPCL 1.0.0-alpha

First pre-release for 1.0.0

Improvements since 0.9.0:

  • Fixed some remaining bugs
  • CMake scripts improved to be much more compatible with AMD's HIP

HIPCL 0.9

15 Apr 10:26
Compare
Choose a tag to compare

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.