Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions src/legate_c.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,6 @@ typedef enum legate_core_variant_t {
LEGATE_OMP_VARIANT,
} legate_core_variant_t;

typedef enum legate_core_partition_t {
PID_ALL_CPUS,
PID_ALL_GPUS,
PID_ALL_NUMA,
PID_ALL_NODES,
PID_NODE_CPUS, // sub-partition of PID_ALL_NODES
PID_NODE_GPUS, // sub-partition of PID_ALL_NODES
PID_NODE_NUMA, // sub-partition of PID_ALL_NODES
} legate_core_partition_t;

// Match these to numpy_field_type_offsets in legate/numpy/config.py
typedef enum legate_core_type_code_t {
BOOL_LT = LEGION_TYPE_BOOL,
Expand Down
1 change: 0 additions & 1 deletion src/utilities/typedefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ using TunableID = Legion::TunableID;

// C enum typedefs
using LegateVariantCode = legate_core_variant_t;
using LegatePartition = legate_core_partition_t;
using LegateTypeCode = legate_core_type_code_t;
using LegateResource = legate_core_resource_t;
using LegateMappingTag = legate_core_mapping_tag_t;
Expand Down