mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-26 23:33:20 +08:00
Delete Device::getBuiltIns()
Change-Id: I9d1968dfb2ba4a56020fd17152119add726106e1 Signed-off-by: Maciej Dziuban <maciej.dziuban@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
7504536d5d
commit
b91c14f70e
@@ -64,7 +64,7 @@ struct EnqueueSvmMemCopyTest : public DeviceFixture,
|
||||
};
|
||||
|
||||
HWTEST_F(EnqueueSvmMemCopyTest, givenEnqueueSVMMemcpyWhenUsingCopyBufferToBufferBuilderThenItConfiguredWithBuiltinOpsAndProducesDispatchInfo) {
|
||||
auto &builtIns = pCmdQ->getDevice().getBuiltIns();
|
||||
auto &builtIns = *pCmdQ->getDevice().getExecutionEnvironment()->getBuiltIns();
|
||||
|
||||
// retrieve original builder
|
||||
auto &origBuilder = builtIns.getBuiltinDispatchInfoBuilder(
|
||||
|
||||
Reference in New Issue
Block a user