Skip to content
New issue

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

OSX support (and some locking of versions to make rust-cuda compile) #121

Open
gl-yziquel opened this issue Jan 20, 2024 · 1 comment
Open

Comments

@gl-yziquel
Copy link

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.

@gl-yziquel
Copy link
Author

Uh.... seems osx can't deal with nvidia cuda toolkit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant