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-23 03:01:20 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
3bd2befe7463e11e87c116b1cbdd3d96e005f430
compute-runtime/shared/source/helpers/definitions/indirect_detection_versions.h

17 lines
359 B
C
Raw Normal View History

refactor: indirect detection helpers Check indirect detection version from igc header for JIT. Move required version to its own method. This allows for different required versions per platform. Related-To: NEO-12491 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2024-09-11 09:31:36 +00:00
/*
* Copyright (C) 2024 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
*/
#pragma once
#include <cstdint>
namespace NEO {
namespace IndirectDetectionVersions {
constexpr uint32_t requiredDetectIndirectVersionPVC = 3u;
refactor: indirect detection helpers, VC Allow for different required version for VC compiled kernels. Define constant for detection disabled. Related-To: NEO-12491 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2024-09-13 13:52:55 +00:00
constexpr uint32_t disabled = std::numeric_limits<uint32_t>::max();
} // namespace IndirectDetectionVersions
refactor: indirect detection helpers Check indirect detection version from igc header for JIT. Move required version to its own method. This allows for different required versions per platform. Related-To: NEO-12491 Signed-off-by: Dominik Dabek <dominik.dabek@intel.com>
2024-09-11 09:31:36 +00:00
} // namespace NEO
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 185ms 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