mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 14:02:58 +08:00
Use dedicated using type for TaskCount
Related-To: NEO-7155 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
3f962bf3e8
commit
4b42b066f8
@@ -7,6 +7,8 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shared/source/command_stream/task_count_helper.h"
|
||||
|
||||
#include <level_zero/ze_api.h>
|
||||
|
||||
#include <chrono>
|
||||
@@ -39,7 +41,7 @@ struct Fence : _ze_fence_handle_t {
|
||||
|
||||
std::chrono::microseconds gpuHangCheckPeriod{500'000};
|
||||
CommandQueueImp *cmdQueue;
|
||||
uint32_t taskCount = 0;
|
||||
TaskCountType taskCount = 0;
|
||||
};
|
||||
|
||||
} // namespace L0
|
||||
|
||||
Reference in New Issue
Block a user