llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Fix an issue when spec constants are set in a CG w/o a kernel

Open sergey-semenov opened this issue 2 years ago • 0 comments

Fix an issue introduced by https://github.com/intel/llvm/pull/6595. Removing the version check also removed the implicit check for whether we have a command group at all, which caused a CTS regression.

sergey-semenov avatar Sep 20 '22 15:09 sergey-semenov