We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
I have fixed some versions to enable rust-cuda to build with the toolchain given in the repo. Here on the develop branch:
https://github.com/gl-yziquel/Rust-CUDA
(Anyone having trouble compiling may find this useful.)
However, I have a linux box with no GPU and an osx box with GPU. So I've tried compiling on osx.
I get:
error[E0432]: unresolved import `find_cuda_helper::find_libnvvm_bin_dir`
You may indeed find this function defined for linux, here:
https://github.com/Rust-GPU/Rust-CUDA/blob/master/crates/find_cuda_helper/src/lib.rs#L192
But not for OSX.
The text was updated successfully, but these errors were encountered:
Uh.... seems osx can't deal with nvidia cuda toolkit.
Sorry, something went wrong.
No branches or pull requests
Hi.
I have fixed some versions to enable rust-cuda to build with the toolchain given in the repo. Here on the develop branch:
https://github.com/gl-yziquel/Rust-CUDA
(Anyone having trouble compiling may find this useful.)
However, I have a linux box with no GPU and an osx box with GPU. So I've tried compiling on osx.
I get:
error[E0432]: unresolved import `find_cuda_helper::find_libnvvm_bin_dir`
You may indeed find this function defined for linux, here:
https://github.com/Rust-GPU/Rust-CUDA/blob/master/crates/find_cuda_helper/src/lib.rs#L192
But not for OSX.
The text was updated successfully, but these errors were encountered: