mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
Detect GPU hangs in CommandMapUnmap::submit()
This change introduces detection of GPU hangs in CommandMapUnmap::submit() as well as in Event::submitCommand(). ULTs have been added to cover the new code. Related-To: NEO-6681 Signed-off-by: Patryk Wrobel <patryk.wrobel@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
8c4b2aafa1
commit
4cde6ea1ce
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (C) 2018-2021 Intel Corporation
|
||||
* Copyright (C) 2018-2022 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
@@ -17,6 +17,7 @@ struct CompletionStamp {
|
||||
FlushStamp flushStamp;
|
||||
|
||||
static constexpr uint32_t notReady = 0xFFFFFFF0;
|
||||
static constexpr uint32_t gpuHang = 0xFFFFFFFA;
|
||||
};
|
||||
|
||||
} // namespace NEO
|
||||
|
||||
Reference in New Issue
Block a user