-
Notifications
You must be signed in to change notification settings - Fork 21
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
latest develop version doesn't work on rtx 3080 #274
Comments
Update from multiple users on discord: |
Tried the latest postcli 12.1 on my second gpu. No luck either _ocl", "file": "scrypt-ocl/src/lib.rs", "line": 153} |
I had to roll back to 0.11.0 to get things working for multi gpu multi postcli instance (one system). |
I have same issue trying to use 2 1660 ts cards. Error when trying to start second GPU: |
Hi, @kiss81, @tjb-altf4, @auerswaldg, thanks for reporting this issue. I think I know what the issue is, but I don't have a setup with two GPUs from the same vendor to test it (so they appear under the same platform in OpenCL). I created a pre-release of the post library with a potential fix here: https://github.com/spacemeshos/post-rs/releases/tag/untagged-5271e5897f54e060ee10. I'd appreciate it if you could try it out. To check it, you need to take the post library (post.dll on Windows, libpost.so on Linux, libpost.dylib on Mac) for your OS from the release, take postcli v0.12.x, and replace the library. |
awesome, will try it. Can you fix the link or make it public? It's a 404 now :P |
I get the same. |
Sorry about that, apparently draft releases are not public... Could you try this: https://github.com/spacemeshos/post-rs/releases/tag/v0.7.3-rc0 |
I can confirm the 0.7.3-rc0 post-rs lib solves the issue on linux! (I used it together with postcli 0.12.2) |
Thanks for checking. I will merge and release a new postcli version with it. |
I built the latest develop postcli version. I can confirm it solves the 100% cpu issue on nvidia. It only works on my 4070ti somehow. My 3080 (non ti) crashes...
xubuntu 23.10
nvidia driver 550.54.14
2024-03-03T14:34:38.640+0100 INFO selecting 1 provider from 2 available {"module": "scrypt_ocl", "file": "scrypt-ocl/src/lib.rs", "line": 354} 2024-03-03T14:34:38.640+0100 INFO Using provider: [GPU] NVIDIA CUDA/NVIDIA GeForce RTX 3080 {"module": "scrypt_ocl", "file": "scrypt-ocl/src/lib.rs", "line": 367} 2024-03-03T14:34:38.640+0100 INFO device memory: 9997 MB, max_mem_alloc_size: 2499 MB, max_compute_units: 68, max_wg_size: 1024 {"module": "scrypt_ocl", "file": "scrypt-ocl/src/lib.rs", "line": 153} thread '<unnamed>' panicked at /home/gh-action-runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ocl-0.19.6/src/standard/pro_que.rs:480:17: assertion failed: ctx.devices().contains(&device) note: run with RUST_BACKTRACE=1 environment variable to display a backtrace fatal runtime error: failed to initiate panic, error 5 SIGABRT: abort PC=0x775827699a1b m=12 sigcode=18446744073709551610 signal arrived during cgo execution
goroutine 1 gp=0xc0000061c0 m=12 mp=0xc000101008 [syscall]: runtime.cgocall(0x5de978, 0xc00002c860) /usr/local/go/src/runtime/cgocall.go:157 +0x4b fp=0xc00002c838 sp=0xc00002c800 pc=0x40712b
The text was updated successfully, but these errors were encountered: