We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b713b commit 3eafbcbCopy full SHA for 3eafbcb
sycl/unittests/Extensions/VirtualFunctions/RuntimeLinking.cpp
@@ -49,7 +49,7 @@ KERNEL_INFO(KernelG)
49
static sycl::unittest::MockDeviceImage
50
generateImage(std::initializer_list<std::string> KernelNames,
51
const std::string &VFSets, bool UsesVFSets, unsigned char Magic) {
52
- sycl::unittest::UrPropertySet PropSet;
+ sycl::unittest::MockPropertySet PropSet;
53
std::vector<sycl::unittest::MockProperty> Props;
54
uint64_t PropSize = VFSets.size();
55
std::vector<char> Storage(/* bytes for size */ 8 + PropSize +
0 commit comments