mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-31 20:13:04 +08:00
test: ImageHelper rename to ImageHelperUlt
Related-to: NEO-13669 Signed-off-by: Damian Tomczak <damian.tomczak@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
d9ec4b1a18
commit
a7c9bfafb3
@@ -238,7 +238,7 @@ TEST_F(CloneKernelTest, givenArgImageWhenCloningKernelThenKernelInfoIsCorrect) {
|
||||
metaPayload.imgHeight = 0x8;
|
||||
metaPayload.imgDepth = 0xc;
|
||||
|
||||
auto image = std::unique_ptr<Image>(Image2dHelper<>::create(context.get()));
|
||||
auto image = std::unique_ptr<Image>(Image2dHelperUlt<>::create(context.get()));
|
||||
ASSERT_NE(nullptr, image);
|
||||
|
||||
auto rootDeviceIndex = *context->getRootDeviceIndices().begin();
|
||||
|
||||
Reference in New Issue
Block a user