-
Notifications
You must be signed in to change notification settings - Fork 183
SIGSEGV while building add
example
#52
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
Comments
Have you tried just running it again? Sometimes it yields spurious segfaults i haven't quite been able to track down. Other than that, building llvm with debug assertions and using that will yield more info |
I've used prebuilt release from https://releases.llvm.org/ . I guess i should build it myself now. |
I have built llvm 7.1.0 from source with `RUST_BACKTRACE=full cargo run -p add`
|
I have installed cuda version 11.4.4 as the last cuda version that bundles with 470 version of nvidida driver, that supports nvidia gtx 780. Maybe i have too old of a video card? In that case i think it should be mentioned in the getting started chapter. |
seems i messed something up when adding warp matches, the intrinsics seem mistyped, im currently away from my pc but ill check it out ASAP |
I have the same problem. I used prebuilt LLVM (if this can help). I looked deeper in the functions called and in my case the problem is given by the function |
$LLVM_CONFIG --version
:7.1.0
`cargo -vV`
`cargo run -p add`
The text was updated successfully, but these errors were encountered: