File tree Expand file tree Collapse file tree 2 files changed +18
-22
lines changed
source/adapters/level_zero Expand file tree Collapse file tree 2 files changed +18
-22
lines changed Original file line number Diff line number Diff line change 1
- /*
2
- *
3
- * Copyright (C) 2024 Intel Corporation
4
- *
5
- * Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
6
- * See LICENSE.TXT
7
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
- *
9
- * @file adapter_lib_init_linux.cpp
10
- *
11
- */
1
+ // ===--------- adapter_lib_init_linux.cpp - Level Zero Adapter ------------===//
2
+ //
3
+ // Copyright (C) 2023 Intel Corporation
4
+ //
5
+ // Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM
6
+ // Exceptions. See LICENSE.TXT
7
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
+ //
9
+ // ===----------------------------------------------------------------------===//
12
10
13
11
#include " adapter.hpp"
14
12
#include " ur_level_zero.hpp"
Original file line number Diff line number Diff line change 1
- /*
2
- *
3
- * Copyright (C) 2024 Intel Corporation
4
- *
5
- * Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM Exceptions.
6
- * See LICENSE.TXT
7
- * SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
- *
9
- * @file adapter_lib_init_windows.cpp
10
- *
11
- */
1
+ // ===--------- adapter_lib_init_windows.cpp - Level Zero Adapter ----------===//
2
+ //
3
+ // Copyright (C) 2023 Intel Corporation
4
+ //
5
+ // Part of the Unified-Runtime Project, under the Apache License v2.0 with LLVM
6
+ // Exceptions. See LICENSE.TXT
7
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8
+ //
9
+ // ===----------------------------------------------------------------------===//
12
10
13
11
#include " adapter.hpp"
14
12
#include " ur_level_zero.hpp"
You can’t perform that action at this time.
0 commit comments