mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Create definition of tag allocation layout
we use tag allocation for multiple purposes, therefore we should define all offsets in one place Resolves: NEO-7559 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
ba9ea6fabf
commit
103f522f18
@@ -61,7 +61,6 @@ class Drm : public DriverModel {
|
||||
|
||||
public:
|
||||
static constexpr DriverModelType driverModelType = DriverModelType::DRM;
|
||||
static constexpr size_t completionFenceOffset = 1024;
|
||||
|
||||
static SubmissionStatus getSubmissionStatusFromReturnCode(int32_t retCode);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user