Skip to content

Commit

Permalink
Remove vestiges of sub-device extension API (since it's now in core)
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Apr 24, 2016
1 parent 48e5a50 commit 6eb2295
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions src/c_wrapper/wrap_cl_core.h
Expand Up @@ -78,12 +78,11 @@ error *platform__unload_compiler(clobj_t plat);
error *device__create_sub_devices(clobj_t _dev, clobj_t **_devs,
uint32_t *num_devices,
const cl_device_partition_property *props);
/* FIXME reenable
error *device__create_sub_devices_ext(clobj_t _dev, clobj_t **_devs,
uint32_t *num_devices,
const cl_device_partition_property_ext*);
*/
// Context

// }}}

// {{{ context

error *create_context(clobj_t *ctx, const cl_context_properties *props,
cl_uint num_devices, const clobj_t *ptr_devices);
error *create_context_from_type(clobj_t *_ctx,
Expand Down

0 comments on commit 6eb2295

Please sign in to comment.