Chris Perkins

Results 17 comments of Chris Perkins
trafficstars

I am unable to reproduce. Using both the latest build of intel/llvm here as well as an up-to-date private internal build of the compiler. Both compile and link fine. `clang++...

To effectively use SYCL on Linux the user needs to not only have the SYCL shared library on the LD_LIBRARY_PATH, but also the device compilers. To my mind, while putting...

Do we really need this option? Why not just modify sycl-ls so that's what it always does? ( ie. always shows all the devices, regardless of the filter). If there...

closing in favor of https://github.com/intel/llvm/pull/13067

I've opened a PR to fix this: https://github.com/intel/llvm/pull/17028 . It uses the `__FAST_MATH__` macro to navigate the cases. A better solution than that could be to define a macro for...

So looking at bfloat16_conversions.cpp, one difference is that the current SYCL branch compiles 4 SPIR-V kernels, but the OpaquePointers branch only compiles 3. The SYCL branch generates two SPIR-V entrypoints:...

@sergey-semenov - can you review this?