File tree Expand file tree Collapse file tree 9 files changed +16
-16
lines changed
sycl/plugins/unified_runtime/ur/adapters/native_cpu Expand file tree Collapse file tree 9 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
- // ===----------- common.cpp - Native CPU Adapter ---------------------===//
1
+ // ===----------- common.hpp - Native CPU Adapter ---------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--------- context.hpp - Native CPU Adapter ----------------------===//
1
+ // ===--------- context.hpp - Native CPU Adapter --------------------------- ===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===-----------------------------------------------------------------===//
7
+ // ===---------------------------------------------------------------------- ===//
8
8
9
9
#pragma once
10
10
Original file line number Diff line number Diff line change 1
- // ===--------- device.hpp - Native CPU Adapter 0 ----------------------===//
1
+ // ===--------- device.hpp - Native CPU Adapter ------ ----------------------===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===-----------------------------------------------------------------===//
7
+ // ===---------------------------------------------------------------------- ===//
8
8
9
9
#pragma once
10
10
Original file line number Diff line number Diff line change 1
- // ===--------- event.cpp - NATIVE CPU Adapter ----------------------------===//
1
+ // ===--------- event.cpp - NATIVE CPU Adapter ----------------------------- ===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
Original file line number Diff line number Diff line change 1
- // ===--------- platform.cpp - Native CPU Adapter ---------------------===//
1
+ // ===--------- platform.cpp - Native CPU Adapter -------------------------- ===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===-----------------------------------------------------------------===//
7
+ // ===---------------------------------------------------------------------- ===//
8
8
9
9
#include " platform.hpp"
10
10
#include " common.hpp"
Original file line number Diff line number Diff line change 1
- // ===--------- platform.hpp - Native CPU Adapter ---------------------===//
1
+ // ===--------- platform.hpp - Native CPU Adapter -------------------------- ===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===-----------------------------------------------------------------===//
7
+ // ===---------------------------------------------------------------------- ===//
8
8
9
9
#pragma once
10
10
Original file line number Diff line number Diff line change 1
- // ===--------- program.cpp - Native CPU Adapter ----------------------===//
1
+ // ===--------- program.cpp - Native CPU Adapter --------------------------- ===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===-----------------------------------------------------------------===//
7
+ // ===---------------------------------------------------------------------- ===//
8
8
9
9
#include " ur_api.h"
10
10
Original file line number Diff line number Diff line change 1
- // ===--------- program.hpp - Native CPU Adapter ----------------------===//
1
+ // ===--------- program.hpp - Native CPU Adapter --------------------------- ===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===-----------------------------------------------------------------===//
7
+ // ===---------------------------------------------------------------------- ===//
8
8
9
9
#pragma once
10
10
Original file line number Diff line number Diff line change 1
- // ===--------- usm_p2p.cpp - Native CPU Adapter ------------------------===//
1
+ // ===--------- usm_p2p.cpp - Native CPU Adapter --------------------------- ===//
2
2
//
3
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
4
// See https://llvm.org/LICENSE.txt for license information.
5
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
6
//
7
- // ===-------------------------------------------------------------------===//
7
+ // ===---------------------------------------------------------------------- ===//
8
8
9
9
#include " common.hpp"
10
10
You can’t perform that action at this time.
0 commit comments