mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
refactor: Use timestamp types for events and in order nodes
Switching tagAllocation into UC causes regressions in non event scenarios. It is no longer used as dependant type for semaphores. Restoring previous GMM_USAGE settings for tag. Marking events and in order nodes using only timestamp types as they have proper GMM_USAGE settings already and can be both in smem and lmem. Resolves: NEO-13847 Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
9305652446
commit
09e23804dc
@@ -123,7 +123,6 @@ class OSInterface : public NonCopyableClass {
|
||||
static bool newResourceImplicitFlush;
|
||||
static bool gpuIdleImplicitFlush;
|
||||
static bool requiresSupportForWddmTrimNotification;
|
||||
static bool isSemaphoreDependantResourceUCRequired;
|
||||
static std::vector<std::unique_ptr<HwDeviceId>> discoverDevices(ExecutionEnvironment &executionEnvironment);
|
||||
static std::vector<std::unique_ptr<HwDeviceId>> discoverDevice(ExecutionEnvironment &executionEnvironment, std::string &osPciPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user