-
Notifications
You must be signed in to change notification settings - Fork 761
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
CTS stream_api_core test segfault #3588
Comments
That definitely shouldn't happen! Do you have the specific commits you're working off of, for both intel/llvm and the CTS? |
@steffenlarsen I used SYCL build from 04/16 (should be around this tag https://github.com/intel/llvm/releases/tag/sycl-nightly%2F20210416) and the latest CTS, that I checked out today. |
Thank you! I'm currently trying to build as instructed, but I'm getting some errors. Just to make sure I'm not trying to fix the wrong problems, are you on |
I'm on BTW, the issue is also reproducible on March SYCL builds, but I didn't check with older versions. |
That did the trick, thanks! I am able to reproduce the issue and will do some investigation. |
@alexbatashev, can you switch to The C++ version has been updated in the |
Switching to |
I'm not able to reproduce this, are you still seeing these crashes? Looking at the stack trace I highly suspect this was fixed as part of: #4442 We might be able to close this ticket. |
@yuxianch, could you confirm that |
Yes, the stream test stream_api_core is passing on Linux with latest compiler(https://github.com/intel/llvm.git 7700edb) and CUDA backend. |
Describe the bug
stream_api_core test results in segmentation fault:
To Reproduce
Note: Due to a recent uplift of minimal supported C++ standard, one should modify this line to require C++17.
Environment:
OS version: Ubuntu 18.04.5 LTS (Bionic Beaver)
CUDA version:
Additional context
Backtrace:
The text was updated successfully, but these errors were encountered: