Skip to content

Commit

Permalink
Fixing headers on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd committed Apr 16, 2024
1 parent a6ba54b commit 1f83d1a
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 16 deletions.
2 changes: 1 addition & 1 deletion cmake/modulesXilinx
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
11 changes: 7 additions & 4 deletions programming_examples/basic/vector_max_reduce/test_vck5000.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
//===- 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.
//
//===----------------------------------------------------------------------===//


#include <cassert>
#include <cmath>
#include <cstdio>
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 2023 AMD Inc.


# import argparse
import numpy as np
Expand Down

0 comments on commit 1f83d1a

Please sign in to comment.