Skip to content

Commit 9299a05

Browse files
Update Stub Files
1 parent 674762e commit 9299a05

6 files changed

Lines changed: 18177 additions & 741 deletions

File tree

src/amrex/space1d/__init__.pyi

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ from amrex.space1d.amrex_1d_pybind import (
118118
Dim3,
119119
Direction,
120120
DistributionMapping,
121+
DLDeviceType,
121122
FabArray_FArrayBox,
122123
FabArray_IArrayBox,
123124
FabArrayBase,
@@ -445,6 +446,7 @@ __all__: list[str] = [
445446
"Config",
446447
"CoordSys",
447448
"CpuBndryFuncFab",
449+
"DLDeviceType",
448450
"DeviceVector_int",
449451
"DeviceVector_real",
450452
"DeviceVector_uint64",
@@ -696,6 +698,21 @@ __all__: list[str] = [
696698
"initialize_when_MPMD",
697699
"initialized",
698700
"is_valid",
701+
"kDLCPU",
702+
"kDLCUDA",
703+
"kDLCUDAHost",
704+
"kDLCUDAManaged",
705+
"kDLExtDev",
706+
"kDLHexagon",
707+
"kDLMAIA",
708+
"kDLMetal",
709+
"kDLOneAPI",
710+
"kDLOpenCL",
711+
"kDLROCM",
712+
"kDLROCMHost",
713+
"kDLVPI",
714+
"kDLVulkan",
715+
"kDLWebGPU",
699716
"lbound",
700717
"length",
701718
"list_particle_species",
@@ -749,3 +766,18 @@ Poisson: amrex_1d_pybind.GrowthStrategy
749766
__author__: str = "Axel Huebl, Ryan T. Sandberg, Shreyas Ananthan, David P. Grote, Revathi Jambunathan, Edoardo Zoni, Remi Lehe, Andrew Myers, Weiqun Zhang"
750767
__license__: str = "BSD-3-Clause-LBNL"
751768
__version__: str = "26.08"
769+
kDLCPU: amrex_1d_pybind.DLDeviceType
770+
kDLCUDA: amrex_1d_pybind.DLDeviceType
771+
kDLCUDAHost: amrex_1d_pybind.DLDeviceType
772+
kDLCUDAManaged: amrex_1d_pybind.DLDeviceType
773+
kDLExtDev: amrex_1d_pybind.DLDeviceType
774+
kDLHexagon: amrex_1d_pybind.DLDeviceType
775+
kDLMAIA: amrex_1d_pybind.DLDeviceType
776+
kDLMetal: amrex_1d_pybind.DLDeviceType
777+
kDLOneAPI: amrex_1d_pybind.DLDeviceType
778+
kDLOpenCL: amrex_1d_pybind.DLDeviceType
779+
kDLROCM: amrex_1d_pybind.DLDeviceType
780+
kDLROCMHost: amrex_1d_pybind.DLDeviceType
781+
kDLVPI: amrex_1d_pybind.DLDeviceType
782+
kDLVulkan: amrex_1d_pybind.DLDeviceType
783+
kDLWebGPU: amrex_1d_pybind.DLDeviceType

0 commit comments

Comments
 (0)