coreylowman / cudarc

Safe rust wrapper around CUDA toolkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docs.rs build fails on 0.9.0

nkoppel opened this issue · comments

This seems to be related to changes to build.rs that require a cuda installation to exist, specifically here. This should be fixable with a #[cfg(not(doc))] and a version bump.

Here is the build log of the failing build.

Resolved with f063875