MLDataDevices.jl

Data Transfer Functionalities across Backends for Machine Learning Applications
Author LuxDL
Popularity
2 Stars
Updated Last
1 Month Ago
Started In
June 2023

MLDataDevices

Join the chat at https://julialang.zulipchat.com #machine-learning Latest Docs Stable Docs

CI Buildkite codecov Aqua QA

ColPrac: Contributor's Guide on Collaborative Practices for Community Packages SciML Code Style

MLDataDevices.jl is a lightweight package defining rules for transferring data across devices. It is used in deep learning frameworks such as Lux.jl.

Currently we provide support for the following backends:

  1. CUDA.jl for NVIDIA GPUs.
  2. AMDGPU.jl for AMD ROCM GPUs.
  3. Metal.jl for Apple Metal GPUs. (Experimental)
  4. oneAPI.jl for Intel GPUs. (Experimental)

Updating to v1.0

  • Package was renamed from LuxDeviceUtils.jl to MLDataDevices.jl.
  • Lux(***)Device has been renamed to (***)Device.
  • Lux(***)Adaptor objects have been removed. Use (***)Device objects instead.

Required Packages

No packages found.