Clean unused code

remove parts with device queue

Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2022-07-06 11:43:51 +00:00
committed by Compute-Runtime-Automation
parent df4bec03e8
commit 25ce4d0c04
20 changed files with 69 additions and 303 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2020-2021 Intel Corporation
* Copyright (C) 2020-2022 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -113,7 +113,6 @@ struct ArgDescriptor final {
bool isTransformable : 1;
bool needsPatch : 1;
bool hasVmeExtendedDescriptor : 1;
bool hasDeviceSideEnqueueExtendedDescriptor : 1;
};
uint32_t packed;
};