Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

JuliaGPU/ROCArrays.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROCArrays - Julia Arrays for Radeon/AMD GPUs

Deprecated, please use AMDGPU.jl

Warning

ROCArrays is currently an experimental package, and many things are broken or not implemented.

Overview

ROCArrays is a cousin package to CuArrays, but instead provides array operations for AMD GPUs running on the ROCm stack. We strive to match CuArray's API to make it easy for users to use either stack with minimal code changes.

Acknowledgements

ROCArrays builds on the excellent work done by Tim Besard and contributors to CuArrays.jl, and would not exist in a working state without their hard work.