Pierre-Andre Saulais

Results 4 issues of Pierre-Andre Saulais

This duplicates existing SYCL atomic tests that use buffers with identical tests that use USM and memory allocated using `sycl::malloc_shared`. The motivation behind exercising atomics on `malloc_shared`-allocated memory is to...

https://github.com/oneapi-src/unified-runtime/pull/1070 uses a hard-coded path for the CUPTI library. This might cause issues when using CUDA adapter builds on a different system where the library is located in a different...

cuda

https://github.com/oneapi-src/unified-runtime/pull/1070 is adding support for running tracing-enabled builds of the CUDA adapter on systems where the CUPTI library cannot be found at runtime. No feedback is given when the library...

cuda

The CUDA adapter has the ability to do tracing, which is gated behind the `XPTI_ENABLE_INSTRUMENTATION` preprocessor macro. This macro is set through the `SYCL_ENABLE_XPTI_TRACING` CMake variable when building with SYCL,...

ci/cd
cuda