[SYCL] SYCL-2020 range does not have default constructor.
According to the SYCL-2020 spec the range class does not have a default constructor anymore. This PR changes all default constructed ranges to the range of size 1 to make sure at least one thread will be created to run the parallel_for
.