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
possibly related to #285 although the suggested solution didn't work for me and it crashes instantly on my machine instead of taking a "long time" like detailed in the old issue. i left a comment on the original post but these two factors make it seem like a separate issue so im filing this as well. feel free to close if you think its a duplicate.
attempting to run any code examples causes STATUS_STACK_BUFFER_OVERRUN.
i tried updating my drivers and cuda and i tried both the 10.x and 11.x arrayfire binaries to no avail. i also tried manually setting the back-end like in #285 but it didn't seem to fix anything; OpenCL, CUDA, and CPU all throw STATUS_STACK_BUFFER_OVERRUN. in fact it appears simply running set_backend causes an overrun.
Reproducible Code and/or Steps
use arrayfire::{set_backend, Backend};
fn main() {
// attempting arrayfire::info() or any other arrayfire call causes the same issue
set_backend(Backend::CPU);
}
D:\Work\rust_playground>cargo run
Compiling rust_playground v0.1.0 (D:\Work\rust_playground)
Finished dev [unoptimized + debuginfo] target(s) in 2.67s
Running `target\debug\rust_playground.exe`
error: process didn't exit successfully: `target\debug\rust_playground.exe` (exit code: 0xc0000409, STATUS_STACK_BUFFER_OVERRUN)
System Information
ArrayFire version 3.8.1
i have an rtx3090 and an i9-11900k running on windows 10
couldnt run af::info as it crashes with the same error
the download link for the cinfo binary seems to be down. heres nvidia-smi:
There has been new upstream release - arrayfire 3.8.1 Can you please try with that version of library and let me know if you still have the issue. Thank you.
@9prady9 oops thats my bad, im already using 3.8.1 i just accidentally typed 3.8.0 instead when i was making the post. i edited it to have the correct version
@9prady9 ran the vectorAdd example and it seems to have worked fine
D:\Downloads\cuda-samples-master\bin\win64\Debug>vectorAdd.exe
[Vector addition of 50000 elements]
Copy input data from the host memory to the CUDA device
CUDA kernel launch with 196 blocks of 256 threads
Copy output data from the CUDA device to the host memory
Test PASSED
Done
Description
possibly related to #285 although the suggested solution didn't work for me and it crashes instantly on my machine instead of taking a "long time" like detailed in the old issue. i left a comment on the original post but these two factors make it seem like a separate issue so im filing this as well. feel free to close if you think its a duplicate.
attempting to run any code examples causes
STATUS_STACK_BUFFER_OVERRUN
.i tried updating my drivers and cuda and i tried both the 10.x and 11.x arrayfire binaries to no avail. i also tried manually setting the back-end like in #285 but it didn't seem to fix anything; OpenCL, CUDA, and CPU all throw STATUS_STACK_BUFFER_OVERRUN. in fact it appears simply running
set_backend
causes an overrun.Reproducible Code and/or Steps
System Information
af::info
as it crashes with the same errorthe download link for the cinfo binary seems to be down. heres nvidia-smi:
and heres
AF_TRACE=all
Checklist
The text was updated successfully, but these errors were encountered: