feature: RTAS EXT support

- Added Support for the RTAs Extension support replacing the Exp support
which will remain for backwards compatability.

Related-To: NEO-15257

Signed-off-by: Neil R. Spruit <neil.r.spruit@intel.com>
This commit is contained in:
Neil R. Spruit
2025-06-30 22:05:51 +00:00
committed by Compute-Runtime-Automation
parent 75d592d940
commit 1abaf40799
15 changed files with 1107 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (C) 2023 Intel Corporation
* Copyright (C) 2023-2025 Intel Corporation
*
* SPDX-License-Identifier: MIT
*
@@ -8,5 +8,5 @@
#include "level_zero/core/source/rtas/rtas.h"
namespace L0 {
std::string RTASBuilder::rtasLibraryName = "libze_intel_gpu_raytracing.so";
std::string rtasLibraryName = "libze_intel_gpu_raytracing.so";
} // namespace L0