llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][NFC] Detach unit-tests naming from UR

Open AlexeySachkov opened this issue 1 year ago • 3 comments

This is a follow-up from #14145. Our unit tests have mock classes corresponding to device images and other entries our compiler generates. They are all named using Ur prefix, but they have nothing to do with Unified Runtime, they are part of our compiler interface.

This patch renames associated files and classes so they do not refer to Ur anymore. This is a mechanical find-and-replace change.

AlexeySachkov avatar Jul 28 '24 09:07 AlexeySachkov