Logo
Explore Help
Sign In
intel/compute-runtime
1
0
Fork 0
You've already forked compute-runtime
mirror of https://github.com/intel/compute-runtime.git synced 2025-12-20 08:36:09 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
0f17bf2f8c57103ba4a27da67cda6138dfa4b702
compute-runtime/shared/source/memory_manager/memory_operations_status.h

24 lines
355 B
C
Raw Normal View History

Add returned status to MemoryOperationsHandler Change-Id: Ic8685e3711cec03d8f83d371fa7152ee095a47a0 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2019-08-29 13:46:49 +02:00
/*
refactor: correct naming of enum class constants 6/n Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-12-13 09:17:24 +00:00
* Copyright (C) 2019-2023 Intel Corporation
Add returned status to MemoryOperationsHandler Change-Id: Ic8685e3711cec03d8f83d371fa7152ee095a47a0 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2019-08-29 13:46:49 +02:00
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
enum class MemoryOperationsStatus : uint32_t {
refactor: correct naming of enum class constants 6/n Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
2023-12-13 09:17:24 +00:00
success = 0,
failed,
memoryNotFound,
outOfMemory,
unsupported,
deviceUninitialized,
gpuHangDetectedDuringOperation,
Add returned status to MemoryOperationsHandler Change-Id: Ic8685e3711cec03d8f83d371fa7152ee095a47a0 Signed-off-by: Maciej Plewka <maciej.plewka@intel.com>
2019-08-29 13:46:49 +02:00
};
} // namespace NEO
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 597ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API