Steffen Larsen

Results 111 comments of Steffen Larsen
trafficstars

@guoyejun - Beware that the CUDA CI is currently broken and is expected to be fixed with https://github.com/intel/llvm/pull/14074. A new merge commit may be needed once it is merged.

These tests seem ready to be enabled. Only exception is local-arg-align for Gen12 due to incorrect alignment. This problem has been reported in https://github.com/intel/llvm/issues/14297.

Should be addressed by https://github.com/intel/llvm/pull/13698.

https://github.com/intel/llvm/pull/13696 should address this.

Hi @wangzy0327 ! > If I want to copy memory data from sycl Device to anothor sycl Device, it seems no relative API to directly complete the op. It depends....

Hi @adi-lb-phoenix ! Could you please share which C++ compiler and its version is being use to build the sources? It should appear as `CMAKE_CXX_COMPILER` in the CMakeCache.txt in the...

Tag @againull for awareness. Could this be due to the known timing approximation issues?

@AllanZyne - Following this PR a lot of address sanitizer tests started failing in post-commit on DG2: ``` SYCL :: AddressSanitizer/common/demangle-kernel-name.cpp SYCL :: AddressSanitizer/common/kernel-debug.cpp SYCL :: AddressSanitizer/misaligned/misalign-int.cpp SYCL :: AddressSanitizer/misaligned/misalign-long.cpp...