Skip to content

Commit

Permalink
Quick fix for night compilation with Trilinos
Browse files Browse the repository at this point in the history
  • Loading branch information
eeprude committed Oct 27, 2023
1 parent 89df0f9 commit f722428
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
22 changes: 22 additions & 0 deletions lapack/unit_test/backends/Test_OpenMPTarget_Lapack.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//@HEADER
// ************************************************************************
//
// Kokkos v. 4.0
// Copyright (2022) National Technology & Engineering
// Solutions of Sandia, LLC (NTESS).
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Government retains certain rights in this software.
//
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
// See https://kokkos.org/LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef TEST_OPENMPTARGET_LAPACK_CPP
#define TEST_OPENMPTARGET_LAPACK_CPP

#include "Test_OpenMPTarget.hpp"
#include "Test_Lapack.hpp"

#endif // TEST_OPENMPTARGET_LAPACK_CPP
22 changes: 22 additions & 0 deletions lapack/unit_test/backends/Test_SYCL_Lapack.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
//@HEADER
// ************************************************************************
//
// Kokkos v. 4.0
// Copyright (2022) National Technology & Engineering
// Solutions of Sandia, LLC (NTESS).
//
// Under the terms of Contract DE-NA0003525 with NTESS,
// the U.S. Government retains certain rights in this software.
//
// Part of Kokkos, under the Apache License v2.0 with LLVM Exceptions.
// See https://kokkos.org/LICENSE for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//@HEADER
#ifndef TEST_SYCL_LAPACK_CPP
#define TEST_SYCL_LAPACK_CPP

#include <Test_SYCL.hpp>
#include <Test_Lapack.hpp>

#endif // TEST_SYCL_LAPACK_CPP

0 comments on commit f722428

Please sign in to comment.