mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
fix: Implement polling of SW FIFO
Related-To: NEO-12955 Signed-off-by: Jitendra Sharma <jitendra.sharma@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
24d694381c
commit
26709ba124
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2022-2023 Intel Corporation
|
||||
* Copyright (C) 2022-2024 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -95,6 +95,8 @@ struct DebugSessionWindows : DebugSessionImp {
|
||||
UNRECOVERABLE_IF(true);
|
||||
}
|
||||
|
||||
void updateStoppedThreadsAndCheckTriggerEvents(const AttentionEventFields &attention, uint32_t tileIndex, std::vector<EuThread::ThreadId> &threadsWithAttention) override {}
|
||||
|
||||
static void *asyncThreadFunction(void *arg);
|
||||
|
||||
MOCKABLE_VIRTUAL void getSbaBufferGpuVa(uint64_t &gpuVa);
|
||||
|
||||
Reference in New Issue
Block a user