cmake GINKGO_HAS_SYCL examples

ginkgo-project/ginkgo CMakeLists.txt :50

option(
    GINKGO_BUILD_SYCL
    "Compile SYCL kernels for Intel GPUs or other SYCL enabled hardware"
    ${GINKGO_HAS_SYCL}
)