File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -147,11 +147,11 @@ const device_partition_properties_definitions: []const [:0]const u8 = &[_][:0]co
147
147
"partition_by_affinity_domain" , "CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN"
148
148
};
149
149
150
- pub const device_partition_property = utils .build_enum (isize , device_partition_properties_definitions );
150
+ pub const partition_property = utils .build_enum (isize , device_partition_properties_definitions );
151
151
152
152
const device_local_mem_type_definitions : []const [:0 ]const u8 = &[_ ][:0 ]const u8 {
153
153
"local" , "CL_LOCAL" ,
154
154
"global" , "CL_GLOBAL"
155
155
};
156
156
157
- pub const device_local_mem_type = utils .build_enum (u32 , device_local_mem_type_definitions );
157
+ pub const local_mem_type = utils .build_enum (u32 , device_local_mem_type_definitions );
You can’t perform that action at this time.
0 commit comments