Skip to content

Commit 42974fc

Browse files
committed
Don't re-expose things in cuda.core.system.typing
1 parent f94e505 commit 42974fc

2 files changed

Lines changed: 0 additions & 20 deletions

File tree

cuda_core/cuda/core/system/_device.pyx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,27 +1121,8 @@ def get_p2p_status(device1: Device, device2: Device, index: GpuP2PCapsIndex | st
11211121
11221122
11231123
__all__ = [
1124-
"AddressingMode",
1125-
"AffinityScope",
1126-
"ClockId",
1127-
"ClocksEventReasons",
1128-
"ClockType",
1129-
"CoolerControl",
1130-
"CoolerTarget",
11311124
"Device",
1132-
"DeviceArch",
1133-
"EventType",
1134-
"FanControlPolicy",
1135-
"FieldId",
11361125
"get_p2p_status",
11371126
"get_topology_common_ancestor",
1138-
"GpuP2PCapsIndex",
1139-
"GpuP2PStatus",
1140-
"GpuTopologyLevel",
1141-
"InforomObject",
11421127
"NvlinkInfo",
1143-
"TemperatureThresholds",
1144-
"ThermalController",
1145-
"ThermalTarget",
1146-
"Utilization",
11471128
]

cuda_core/cuda/core/system/_system_events.pyx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,5 +180,4 @@ def register_events(events: SystemEventType | str | list[SystemEventType | str])
180180
181181
__all__ = [
182182
"register_events",
183-
"SystemEventType",
184183
]

0 commit comments

Comments
 (0)