Alexey Sachkov
Alexey Sachkov
> What I meant is whether there is any real use case for emitting the [linemarkers](https://gcc.gnu.org/onlinedocs/cpp/Preprocessor-Output.html) for those temporary files, because that's what's tripping up `ccache`. AFAIK these are usually...
Hi @fcharras, > when a device is not found, the app exit with a segfault rather than a clean exit with an error code. Yeah, that is a result of...
@fcharras, so, about `SYCL_PI_TRACE`: I misguided you a bit. Could you please launch your app under `SYCL_PI_TRACE=-1` without setting `SYCL_DEVICE_FILTER` env variable? Trace level -1 should also print libraries which...
> is there a reason it's not pre-installed in the base `ghcr.io/intel/llvm/ubuntu2004_intel_drivers` image? It is most likely happened due to human error. My understanding is that those images were provided...
> > is there a reason it's not pre-installed in the base ghcr.io/intel/llvm/ubuntu2004_intel_drivers image? > > It is most likely happened due to human error. My understanding is that those...
Should be fixed by #811
I could not reproduce the original issue reported here and therefore, I will close this tracker for now. If any of the issues are still there, please open a new...
> Given that most of these changes are try-catches in the destructor, how I go about testing this? Let's use `device` as an example. Can't you create such object within...
This PR will conflict with #14816. I have no strict preference about which one goes first, but I think that if we merge this one first, then I will have...
> > then I will have left conflicts to resolve. > > Is that s/left/less/ ? Yes