Skip to content

Commit

Permalink
Fixing headers on tests (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd authored Apr 16, 2024
1 parent f4a41d9 commit 0249b77
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 15 deletions.
10 changes: 6 additions & 4 deletions programming_examples/basic/passthrough_dmas/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_reduce/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_reduce/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
9 changes: 6 additions & 3 deletions programming_examples/ml/eltwise_add/test.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 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

0 comments on commit 0249b77

Please sign in to comment.