mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
feature: Ray Tracing Acceleration Structure (RTAS) Support
Related-To: LOCI-3419 Signed-off-by: Latif, Raiyan <raiyan.latif@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
0538f0524a
commit
179abf00de
13
level_zero/core/source/rtas/linux/CMakeLists.txt
Normal file
13
level_zero/core/source/rtas/linux/CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Copyright (C) 2023 Intel Corporation
|
||||
#
|
||||
# SPDX-License-Identifier: MIT
|
||||
#
|
||||
|
||||
if(UNIX)
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
PRIVATE
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/os_rtas_enumeration.cpp
|
||||
)
|
||||
endif()
|
||||
12
level_zero/core/source/rtas/linux/os_rtas_enumeration.cpp
Normal file
12
level_zero/core/source/rtas/linux/os_rtas_enumeration.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Intel Corporation
|
||||
*
|
||||
* SPDX-License-Identifier: MIT
|
||||
*
|
||||
*/
|
||||
|
||||
#include "level_zero/core/source/rtas/rtas.h"
|
||||
|
||||
namespace L0 {
|
||||
std::string RTASBuilder::rtasLibraryName = "libze_intel_gpu_raytracing.so";
|
||||
} // namespace L0
|
||||
Reference in New Issue
Block a user