Skip to content

Commit 067050a

Browse files
ax3lgithub-actions[bot]
authored andcommitted
Update Stub Files
1 parent dbffc34 commit 067050a

File tree

3 files changed

+27
-27
lines changed

3 files changed

+27
-27
lines changed

src/amrex/space1d/amrex_1d_pybind/__init__.pyi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@ class ArrayOfStructs_0_0_arena:
27732773
Raises an exception if cupy is not installed
27742774
27752775
"""
2776-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2776+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
27772777
def to_numpy(self, copy=False):
27782778
"""
27792779
@@ -2845,7 +2845,7 @@ class ArrayOfStructs_0_0_default:
28452845
Raises an exception if cupy is not installed
28462846
28472847
"""
2848-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2848+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
28492849
def to_numpy(self, copy=False):
28502850
"""
28512851
@@ -2917,7 +2917,7 @@ class ArrayOfStructs_0_0_pinned:
29172917
Raises an exception if cupy is not installed
29182918
29192919
"""
2920-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2920+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
29212921
def to_numpy(self, copy=False):
29222922
"""
29232923
@@ -2989,7 +2989,7 @@ class ArrayOfStructs_1_1_arena:
29892989
Raises an exception if cupy is not installed
29902990
29912991
"""
2992-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
2992+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
29932993
def to_numpy(self, copy=False):
29942994
"""
29952995
@@ -3061,7 +3061,7 @@ class ArrayOfStructs_1_1_default:
30613061
Raises an exception if cupy is not installed
30623062
30633063
"""
3064-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
3064+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
30653065
def to_numpy(self, copy=False):
30663066
"""
30673067
@@ -3133,7 +3133,7 @@ class ArrayOfStructs_1_1_pinned:
31333133
Raises an exception if cupy is not installed
31343134
31353135
"""
3136-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
3136+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
31373137
def to_numpy(self, copy=False):
31383138
"""
31393139
@@ -3205,7 +3205,7 @@ class ArrayOfStructs_2_1_arena:
32053205
Raises an exception if cupy is not installed
32063206
32073207
"""
3208-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3208+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
32093209
def to_numpy(self, copy=False):
32103210
"""
32113211
@@ -3277,7 +3277,7 @@ class ArrayOfStructs_2_1_default:
32773277
Raises an exception if cupy is not installed
32783278
32793279
"""
3280-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3280+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
32813281
def to_numpy(self, copy=False):
32823282
"""
32833283
@@ -3349,7 +3349,7 @@ class ArrayOfStructs_2_1_pinned:
33493349
Raises an exception if cupy is not installed
33503350
33513351
"""
3352-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3352+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
33533353
def to_numpy(self, copy=False):
33543354
"""
33553355

src/amrex/space2d/amrex_2d_pybind/__init__.pyi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@ class ArrayOfStructs_0_0_arena:
27732773
Raises an exception if cupy is not installed
27742774
27752775
"""
2776-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2776+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
27772777
def to_numpy(self, copy=False):
27782778
"""
27792779
@@ -2845,7 +2845,7 @@ class ArrayOfStructs_0_0_default:
28452845
Raises an exception if cupy is not installed
28462846
28472847
"""
2848-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2848+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
28492849
def to_numpy(self, copy=False):
28502850
"""
28512851
@@ -2917,7 +2917,7 @@ class ArrayOfStructs_0_0_pinned:
29172917
Raises an exception if cupy is not installed
29182918
29192919
"""
2920-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2920+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
29212921
def to_numpy(self, copy=False):
29222922
"""
29232923
@@ -2989,7 +2989,7 @@ class ArrayOfStructs_1_1_arena:
29892989
Raises an exception if cupy is not installed
29902990
29912991
"""
2992-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
2992+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
29932993
def to_numpy(self, copy=False):
29942994
"""
29952995
@@ -3061,7 +3061,7 @@ class ArrayOfStructs_1_1_default:
30613061
Raises an exception if cupy is not installed
30623062
30633063
"""
3064-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
3064+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
30653065
def to_numpy(self, copy=False):
30663066
"""
30673067
@@ -3133,7 +3133,7 @@ class ArrayOfStructs_1_1_pinned:
31333133
Raises an exception if cupy is not installed
31343134
31353135
"""
3136-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
3136+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
31373137
def to_numpy(self, copy=False):
31383138
"""
31393139
@@ -3205,7 +3205,7 @@ class ArrayOfStructs_2_1_arena:
32053205
Raises an exception if cupy is not installed
32063206
32073207
"""
3208-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3208+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
32093209
def to_numpy(self, copy=False):
32103210
"""
32113211
@@ -3277,7 +3277,7 @@ class ArrayOfStructs_2_1_default:
32773277
Raises an exception if cupy is not installed
32783278
32793279
"""
3280-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3280+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
32813281
def to_numpy(self, copy=False):
32823282
"""
32833283
@@ -3349,7 +3349,7 @@ class ArrayOfStructs_2_1_pinned:
33493349
Raises an exception if cupy is not installed
33503350
33513351
"""
3352-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3352+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
33533353
def to_numpy(self, copy=False):
33543354
"""
33553355

src/amrex/space3d/amrex_3d_pybind/__init__.pyi

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,7 +2773,7 @@ class ArrayOfStructs_0_0_arena:
27732773
Raises an exception if cupy is not installed
27742774
27752775
"""
2776-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2776+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
27772777
def to_numpy(self, copy=False):
27782778
"""
27792779
@@ -2845,7 +2845,7 @@ class ArrayOfStructs_0_0_default:
28452845
Raises an exception if cupy is not installed
28462846
28472847
"""
2848-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2848+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
28492849
def to_numpy(self, copy=False):
28502850
"""
28512851
@@ -2917,7 +2917,7 @@ class ArrayOfStructs_0_0_pinned:
29172917
Raises an exception if cupy is not installed
29182918
29192919
"""
2920-
def to_host(self) -> ArrayOfStructs_0_0_default: ...
2920+
def to_host(self) -> ArrayOfStructs_0_0_pinned: ...
29212921
def to_numpy(self, copy=False):
29222922
"""
29232923
@@ -2989,7 +2989,7 @@ class ArrayOfStructs_1_1_arena:
29892989
Raises an exception if cupy is not installed
29902990
29912991
"""
2992-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
2992+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
29932993
def to_numpy(self, copy=False):
29942994
"""
29952995
@@ -3061,7 +3061,7 @@ class ArrayOfStructs_1_1_default:
30613061
Raises an exception if cupy is not installed
30623062
30633063
"""
3064-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
3064+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
30653065
def to_numpy(self, copy=False):
30663066
"""
30673067
@@ -3133,7 +3133,7 @@ class ArrayOfStructs_1_1_pinned:
31333133
Raises an exception if cupy is not installed
31343134
31353135
"""
3136-
def to_host(self) -> ArrayOfStructs_1_1_default: ...
3136+
def to_host(self) -> ArrayOfStructs_1_1_pinned: ...
31373137
def to_numpy(self, copy=False):
31383138
"""
31393139
@@ -3205,7 +3205,7 @@ class ArrayOfStructs_2_1_arena:
32053205
Raises an exception if cupy is not installed
32063206
32073207
"""
3208-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3208+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
32093209
def to_numpy(self, copy=False):
32103210
"""
32113211
@@ -3277,7 +3277,7 @@ class ArrayOfStructs_2_1_default:
32773277
Raises an exception if cupy is not installed
32783278
32793279
"""
3280-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3280+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
32813281
def to_numpy(self, copy=False):
32823282
"""
32833283
@@ -3349,7 +3349,7 @@ class ArrayOfStructs_2_1_pinned:
33493349
Raises an exception if cupy is not installed
33503350
33513351
"""
3352-
def to_host(self) -> ArrayOfStructs_2_1_default: ...
3352+
def to_host(self) -> ArrayOfStructs_2_1_pinned: ...
33533353
def to_numpy(self, copy=False):
33543354
"""
33553355

0 commit comments

Comments
 (0)