docs.rs failed to build gpufft-cuda-sys-0.1.1
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.
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.
Raw FFI bindings to the CUDA Runtime + cuFFT.
This crate is internal plumbing for the gpufft crate. It exposes the
minimal subset of the CUDA Runtime needed for device memory and stream
management, plus the cuFFT plan creation, execution, and destruction
entry points. Downstream crates should depend on gpufft instead.
Safety
Every item in this crate is unsafe by construction. Lifetimes of the
CUDA handles (streams, device pointers, cuFFT plans) are the caller's
responsibility.