-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ETI: adding BLAS kernels that are called from Sparse kernels.
- Loading branch information
Showing
31 changed files
with
377 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_AXPBY_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_axpby_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_AXPBY_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_AXPBY_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_AXPBY_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_AXPBY_MV_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_axpby_mv_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_AXPBY_MV_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_AXPBY_MV_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_AXPBY_MV_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_DOT_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_dot_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_DOT_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_DOT_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_DOT_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_DOT_MV_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_dot_mv_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_DOT_MV_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_DOT_MV_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_DOT_MV_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_MULT_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_mult_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_MULT_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_MULT_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_MULT_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_MULT_MV_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_mult_mv_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_MULT_MV_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_MULT_MV_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_MULT_MV_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_NRM2_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_nrm2_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_NRM2_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_NRM2_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_NRM2_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_NRM2_MV_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_nrm2_mv_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_NRM2_MV_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_NRM2_MV_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_NRM2_MV_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_scal_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_SCAL_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_SCAL_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_SCAL_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas1_scal_mv_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS1_SCAL_MV_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS1_SCAL_MV_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS1_SCAL_MV_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,6 @@ | |
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS2_GEMV_ETI_AVAIL_BLOCK@ | ||
} //IMPL | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
24 changes: 24 additions & 0 deletions
24
blas/eti/generated_specializations_hpp/KokkosBlas2_gemv_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
//@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 KOKKOSBLAS2_GEMV_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS2_GEMV_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
@BLAS2_GEMV_ETI_DECL_BLOCK@ | ||
} //IMPL | ||
} //Kokkos | ||
#endif |
26 changes: 26 additions & 0 deletions
26
blas/eti/generated_specializations_hpp/KokkosBlas3_trmm_eti_spec_decl.hpp.in
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
//@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 KOKKOSBLAS3_TRMM_ETI_SPEC_DECL_HPP_ | ||
#define KOKKOSBLAS3_TRMM_ETI_SPEC_DECL_HPP_ | ||
namespace KokkosBlas { | ||
namespace Impl { | ||
|
||
@BLAS3_TRMM_ETI_DECL_BLOCK@ | ||
|
||
} // Impl | ||
} // KokkosBlas | ||
#endif // KOKKOSBLAS3_TRMM_ETI_SPEC_DECL_HPP_ |
Oops, something went wrong.