All Projects → JuliaGPU → ROCArrays.jl

JuliaGPU / ROCArrays.jl

Licence: other
Parallel on the ROCks

Programming Languages

julia
2034 projects

Projects that are alternatives of or similar to ROCArrays.jl

realcaffe2
The repo is obsolete. Use at your own risk.
Stars: ✭ 12 (-29.41%)
Mutual labels:  amdgpu, rocm
Hetero-Mark
A Benchmark Suite for Heterogeneous System Computation
Stars: ✭ 41 (+141.18%)
Mutual labels:  rocm
VBA-Better-Array
An array class for VBA providing features found in more modern languages
Stars: ✭ 77 (+352.94%)
Mutual labels:  arrays
ArrayInterface.jl
Designs for new Base array interface primitives, used widely through scientific machine learning (SciML) and other organizations
Stars: ✭ 111 (+552.94%)
Mutual labels:  arrays
RET
ROCm Machine Learning and HPC Stack installer
Stars: ✭ 28 (+64.71%)
Mutual labels:  rocm
react-cool-form
😎 📋 React hooks for forms state and validation, less code more performant.
Stars: ✭ 246 (+1347.06%)
Mutual labels:  arrays
SIRIUS
Domain specific library for electronic structure calculations
Stars: ✭ 87 (+411.76%)
Mutual labels:  rocm
HybridArrays.jl
Arrays with both statically and dynamically sized axes in Julia
Stars: ✭ 39 (+129.41%)
Mutual labels:  arrays
HSARuntime.jl
Julia interface to the HSA runtime, for supporting AMD GPUs
Stars: ✭ 16 (-5.88%)
Mutual labels:  amdgpu
C-Complete-practice
This repository will contains C programs from beginners to advance level
Stars: ✭ 59 (+247.06%)
Mutual labels:  arrays
php-collections
A collection library for php
Stars: ✭ 34 (+100%)
Mutual labels:  arrays
rocRAND
RAND library for HIP programming language
Stars: ✭ 68 (+300%)
Mutual labels:  rocm
amdpwrman
Please see the newer 'gpumgr' instead -- amdpwrman is a BASH shell script for managing AMD GPU's power limits and fan speeds under Linux via the sysfs interface of the amdgpu driver.
Stars: ✭ 14 (-17.65%)
Mutual labels:  amdgpu
drivers-linux-firmware
MOVED: https://gitlab.com/q3aql/drivers-linux-firmware
Stars: ✭ 28 (+64.71%)
Mutual labels:  amdgpu
InterviewBit
Collection of solution for problems on InterviewBit
Stars: ✭ 77 (+352.94%)
Mutual labels:  arrays
final-form-arrays
Array Mutators for 🏁 Final Form
Stars: ✭ 64 (+276.47%)
Mutual labels:  arrays
UniqueVectors.jl
Vectors of unique elements, with quick reverse lookups
Stars: ✭ 20 (+17.65%)
Mutual labels:  arrays
StarWarsArrays.jl
Arrays indexed as the order of Star Wars movies
Stars: ✭ 93 (+447.06%)
Mutual labels:  arrays
Swift101
That contains various information and examples about the basics of Swift Programming. 💻 📱 📺 ⌚️
Stars: ✭ 28 (+64.71%)
Mutual labels:  arrays
spark-hats
Nested array transformation helper extensions for Apache Spark
Stars: ✭ 21 (+23.53%)
Mutual labels:  arrays

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].