Skip to content

Commit

Permalink
Remove CupyArrayConnectivityField
Browse files Browse the repository at this point in the history
  • Loading branch information
samkellerhals committed Dec 11, 2024
1 parent 54712fb commit a49e341
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gt4py/next/program_processors/runners/gtfn.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def handle_invalid_type(conn: Any, *args: Any, **kwargs: Any) -> None:
type_handlers_connectivity_args = {
embedded.NeighborTableOffsetProvider: handle_connectivity,
nd_array_field.NumPyArrayConnectivityField: handle_connectivity,
nd_array_field.CuPyArrayConnectivityField: handle_connectivity,
common.Dimension: handle_dimension,
}

Expand Down

0 comments on commit a49e341

Please sign in to comment.