We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be849b2 commit d549d8eCopy full SHA for d549d8e
source/adapters/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2022 Intel Corporation
+# Copyright (C) 2022-2024 Intel Corporation
2
# Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
3
# See LICENSE.TXT
4
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
@@ -30,8 +30,6 @@ endfunction()
30
31
add_subdirectory(null)
32
33
-set(INTEL_LLVM_TAG nightly-2023-09-20)
34
-
35
if(UR_BUILD_ADAPTER_L0 OR UR_BUILD_ADAPTER_ALL)
36
add_subdirectory(level_zero)
37
endif()
0 commit comments