intel / llvm-test-suite

Other
20 stars 131 forks source link

[SYCL][Fusion] Kernel Fusion support for CUDA backend #1683

Open sommerlukas opened 1 year ago

sommerlukas commented 1 year ago

Enable the SYCL kernel fusion application tests for the CUDA backend. Also adds some more tests to test scenarios relevant for the CUDA backend.

The tests for different ND ranges remains deactivated for the CUDA backend, as heterogeneous ND ranges are not yet supported for CUDA.

sommerlukas commented 1 year ago

/verify with https://github.com/intel/llvm/pull/8747