runmat-accelerate 0.5.3

Pluggable GPU acceleration layer for RunMat (CUDA, ROCm, Metal, Vulkan/Spir-V)
docs.rs failed to build runmat-accelerate-0.5.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: runmat-accelerate-0.5.2

RunMat Accelerate: GPU Acceleration Abstraction Layer

Goals:

  • Provide a backend-agnostic API surface that maps RunMat operations to GPU kernels.
  • Support multiple backends via features (CUDA, ROCm, Metal, Vulkan, OpenCL, wgpu).
  • Allow zero-copy interop with runmat-builtins::Matrix where possible.
  • Defer actual kernel authoring to backend crates/modules; this crate defines traits and wiring.