Skip to content

Commit

Permalink
Fixing test headers (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd authored Apr 15, 2024
1 parent 7b2d6e7 commit 654a6f7
Show file tree
Hide file tree
Showing 9 changed files with 53 additions and 35 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//===- test.cpp -------------------------------------------------*- C++ -*-===//
//===- test_vck5000.cpp -----------------------------------000---*- C++ -*-===//
//
// Copyright (C) 2020-2022, Xilinx Inc.
// Copyright (C) 2022, Advanced Micro Devices, Inc.
// SPDX-License-Identifier: MIT
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// Copyright (C) 2024, Advanced Micro Devices, Inc.
//
//===----------------------------------------------------------------------===//

Expand Down
8 changes: 5 additions & 3 deletions programming_examples/basic/eltwise_mul/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# test.py -*- Python -*-
#
# Copyright (C) 2024, Advanced Micro Devices, Inc. All rights reserved.
# SPDX-License-Identifier: MIT
# This file is licensed under the Apache License v2.0 with LLVM Exceptions.
# See https://llvm.org/LICENSE.txt for license information.
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#
# (c) Copyright 2024 AMD Inc.

# import argparse
import numpy as np
Expand Down
10 changes: 6 additions & 4 deletions programming_examples/basic/matrix_add_one/test_vck5000.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//===- test.cpp -------------------------------------------------*- C++ -*-===//
//===- test_vck5000.cpp -----------------------------------000---*- C++ -*-===//
//
// Copyright (C) 2020-2022, Xilinx Inc.
// Copyright (C) 2022, Advanced Micro Devices, Inc.
// SPDX-License-Identifier: MIT
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// Copyright (C) 2024, Advanced Micro Devices, Inc.
//
//===----------------------------------------------------------------------===//

Expand Down
10 changes: 6 additions & 4 deletions programming_examples/basic/vector_add/test_vck5000.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//===- test.cpp -------------------------------------------------*- C++ -*-===//
//===- test_vck5000.cpp -----------------------------------000---*- C++ -*-===//
//
// Copyright (C) 2020-2022, Xilinx Inc.
// Copyright (C) 2022, Advanced Micro Devices, Inc.
// SPDX-License-Identifier: MIT
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// Copyright (C) 2024, Advanced Micro Devices, Inc.
//
//===----------------------------------------------------------------------===//

Expand Down
10 changes: 6 additions & 4 deletions programming_examples/basic/vector_max/test_vck5000.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//===- test.cpp -------------------------------------------------*- C++ -*-===//
//===- test_vck5000.cpp -----------------------------------000---*- C++ -*-===//
//
// Copyright (C) 2020-2022, Xilinx Inc.
// Copyright (C) 2022, Advanced Micro Devices, Inc.
// SPDX-License-Identifier: MIT
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// Copyright (C) 2024, Advanced Micro Devices, Inc.
//
//===----------------------------------------------------------------------===//

Expand Down
10 changes: 6 additions & 4 deletions programming_examples/basic/vector_min/test_vck5000.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//===- test.cpp -------------------------------------------------*- C++ -*-===//
//===- test_vck5000.cpp -----------------------------------000---*- C++ -*-===//
//
// Copyright (C) 2020-2022, Xilinx Inc.
// Copyright (C) 2022, Advanced Micro Devices, Inc.
// SPDX-License-Identifier: MIT
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// Copyright (C) 2024, Advanced Micro Devices, Inc.
//
//===----------------------------------------------------------------------===//

Expand Down
10 changes: 6 additions & 4 deletions programming_examples/basic/vector_mult/test_vck5000.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//===- test.cpp -------------------------------------------------*- C++ -*-===//
//===- test_vck5000.cpp -----------------------------------000---*- C++ -*-===//
//
// Copyright (C) 2020-2022, Xilinx Inc.
// Copyright (C) 2022, Advanced Micro Devices, Inc.
// SPDX-License-Identifier: MIT
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// Copyright (C) 2024, Advanced Micro Devices, Inc.
//
//===----------------------------------------------------------------------===//

Expand Down
10 changes: 6 additions & 4 deletions programming_examples/basic/vector_scalar/test_vck5000.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//===- test.cpp -------------------------------------------------*- C++ -*-===//
//===- test_vck5000.cpp -----------------------------------000---*- C++ -*-===//
//
// Copyright (C) 2020-2022, Xilinx Inc.
// Copyright (C) 2022, Advanced Micro Devices, Inc.
// SPDX-License-Identifier: MIT
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// Copyright (C) 2024, Advanced Micro Devices, Inc.
//
//===----------------------------------------------------------------------===//

Expand Down
10 changes: 6 additions & 4 deletions programming_examples/basic/vector_sum/test_vck5000.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
//===- test.cpp -------------------------------------------------*- C++ -*-===//
//===- test_vck5000.cpp -----------------------------------000---*- C++ -*-===//
//
// Copyright (C) 2020-2022, Xilinx Inc.
// Copyright (C) 2022, Advanced Micro Devices, Inc.
// SPDX-License-Identifier: MIT
// This file is licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
// Copyright (C) 2024, Advanced Micro Devices, Inc.
//
//===----------------------------------------------------------------------===//

Expand Down

0 comments on commit 654a6f7

Please sign in to comment.