[SYCL][Graph] Remove expired limitations from specification (#12618)
The merged PR https://github.com/intel/llvm/pull/11472 added support for
`handler::fill` and `handler::memset` nodes in a graph, while merged PR
https://github.com/intel/llvm/pull/11474 added support for
`handler::prefetch` and `handler::mem_advise`. Remove mentions of these
as limitations from the specification, as they are now supported.