mahout icon indicating copy to clipboard operation
mahout copied to clipboard

[QDP] [Bug] CUDA memory

Open rich7420 opened this issue 1 month ago • 4 comments

Description

This error occurs when I'm trying to build a benchmark #695 .

thread '' (2785453) panicked at /home/rich-wsl/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cudarc-0.13.9/src/driver/safe/core.rs:257:76: called Result::unwrap() on an Err value: DriverError(CUDA_ERROR_ILLEGAL_ADDRESS, "an illegal memory access was encountered") note: run with RUST_BACKTRACE=1 environment variable to display a backtrace --: line 1: 2785453 Aborted (core dumped) python benchmark_synthetic.py 2>&1 2785454 Done | head -100

rich7420 avatar Dec 07 '25 03:12 rich7420