Skip to content

Commit

Permalink
Remove GTFN C++ code as PR#1720 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
SF-N committed Nov 4, 2024
1 parent a61ef9a commit f558e35
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/gt4py/next/program_processors/codegens/gtfn/codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,18 +260,7 @@ def visit_Program(self, node: gtfn_ir.Program, **kwargs: Any) -> Union[str, Coll
#include <gridtools/fn/${grid_type_str}.hpp>
#include <gridtools/fn/sid_neighbor_table.hpp>
#include <gridtools/stencil/global_parameter.hpp>
#include <gridtools/stencil/positional.hpp>
// TODO(havogt): move to gtfn?
namespace gridtools{
namespace fn{
template <class T>
auto index(T){
return stencil::positional<std::decay_t<T>>();}
}
}
namespace generated{
namespace gtfn = ::gridtools::fn;
Expand Down

0 comments on commit f558e35

Please sign in to comment.