You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to have CUDA proving (and potentially Metal) enabled, but also don't want to break local builds on the machines that don't have support for these accelerators. We need to find a way to conditionally build the risc0.
My first guess is that we will need to benefit from the build.rs script of the guest code to discover whether the machine has support for these, and build conditionally.
The text was updated successfully, but these errors were encountered:
We want to have CUDA proving (and potentially Metal) enabled, but also don't want to break local builds on the machines that don't have support for these accelerators. We need to find a way to conditionally build the risc0.
My first guess is that we will need to benefit from the build.rs script of the guest code to discover whether the machine has support for these, and build conditionally.
The text was updated successfully, but these errors were encountered: