Skip to content

Commit

Permalink
First version of generated ETI files
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Mar 15, 2024
1 parent e564e88 commit ea2c1c9
Show file tree
Hide file tree
Showing 2 changed files with 333 additions and 27 deletions.
15 changes: 15 additions & 0 deletions cmake/template/eti.cpp.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//
// Distributed Linear Algebra with Future (DLAF)
//
// Copyright (c) 2018-2024, ETH Zurich
// All rights reserved.
//
// Please, refer to the LICENSE file in the root directory.
// SPDX-License-Identifier: BSD-3-Clause
//

@eti_includes@

namespace @eti_namespace@ {
@eti_instantiations@
}
Loading

0 comments on commit ea2c1c9

Please sign in to comment.