dfdx 0.11.0

Ergonomic auto differentiation in Rust, with pytorch like apis.
Documentation

dfdx

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 4 of them enabled by default.

default

  • std
  • fast-alloc
  • cpu-par-matmul

std

  • cudarc?/std

fast-alloc

  • std

cpu-par-matmul

  • std
  • dep:matrixmultiply
  • matrixmultiply?/threading

no-std

  • no-std-compat
  • dep:spin
  • cudarc?/no-std

safetensors

  • dep:safetensors
  • std
  • dep:memmap2

numpy

  • dep:zip
  • std

cpu-mkl-matmul

  • dep:cblas-sys
  • dep:libc

cuda

  • dep:cudarc
  • dep:glob

test-cuda

  • cuda

ci-check

  • cudarc?/ci-check

no-std-compat

  • dep:no-std-compat

cpu-seq-matmul

  • dep:matrixmultiply

nightly

    This feature flag does not enable additional features.

test-f64

    This feature flag does not enable additional features.