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-22 10:17:01 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
ecc96a9ab4c7f2aea1bc8662069eca20085f2281
compute-runtime/shared/source/helpers/append_operations.h

20 lines
232 B
C
Raw Normal View History

feature: add internal interfaces to manage all dispatch models of command lists - add new enum type for command list flush from immediate - add new argument for flushing immediate command list - regular command list - add capability to provide additional stream for epilogue commands - add pointer to provide external csr mutex to lock both execution and flush Related-To: NEO-10356 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
2025-02-28 10:09:29 +00:00
/*
* Copyright (C) 2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
namespace NEO {
enum AppendOperations {
none = 0,
kernel = 1u,
nonKernel = 2u,
cmdList = 3u
};
} // namespace NEO
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 193ms 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