Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pocky
pocky

Contents:

  • High-level Python API
  • Low-level C API
    • Struct _opencl_device_query_entry
    • Struct _opencl_platform_query_entry
    • Struct pocky_api_object
    • Struct pocky_bufpair_object
    • Struct pocky_context_object
    • Function import_pocky
    • Function pocky_bufpair_array
    • Function pocky_bufpair_copy_from_device
    • Function pocky_bufpair_copy_to_device
    • Function pocky_bufpair_dealloc
    • Function pocky_bufpair_empty_from_shape
    • Function pocky_bufpair_empty_like
    • Function pocky_bufpair_get_dirty
    • Function pocky_bufpair_get_host
    • Function pocky_bufpair_init
    • Function pocky_bufpair_new
    • Function pocky_bufpair_set_dirty
    • Function pocky_bufpair_set_host
    • Function pocky_context_dealloc
    • Function pocky_context_default
    • Function pocky_context_from_device_list
    • Function pocky_context_new
    • Function pocky_list_all_devices
    • Function pocky_list_all_platforms
    • Function pocky_opencl_context_default
    • Function pocky_opencl_context_default_cpus
    • Function pocky_opencl_context_default_gpus
    • Function pocky_opencl_context_free
    • Function pocky_opencl_context_from_device_list
    • Function pocky_opencl_device_query_all
    • Function pocky_opencl_device_query_all_free
    • Function pocky_opencl_error_to_string
    • Function pocky_opencl_kernel_lookup_by_name
    • Function pocky_opencl_kernels_free_all
    • Function pocky_opencl_kernels_from_files
    • Function pocky_opencl_kernels_from_fragments
    • Function pocky_opencl_platform_query_all
    • Function pocky_opencl_platform_query_all_free
    • Function pocky_opencl_program_free
    • Function pocky_opencl_queues_create_all
    • Function pocky_opencl_queues_free_all
    • Variable pocky_api
    • Variable pocky_bufpair_getsetters
    • Variable pocky_bufpair_methods
    • Variable pocky_bufpair_type
    • Variable pocky_bufpair_type_doc
    • Variable pocky_context_fields
    • Variable pocky_context_getsetters
    • Variable pocky_context_methods
    • Variable pocky_context_type
    • Variable pocky_context_type_doc
    • Variable pocky_device_desc
    • Variable pocky_device_fields
    • Variable pocky_device_type
    • Variable pocky_device_type_doc
    • Variable pocky_module_doc
    • Variable pocky_ocl_error
    • Variable pocky_ocl_fmt_internal
    • Variable pocky_ocl_msg_kernel_not_found
    • Variable pocky_ocl_msg_not_a_capsule
    • Variable pocky_ocl_msg_not_a_device
    • Variable pocky_ocl_msg_not_a_valid_context
    • Variable pocky_platform_desc
    • Variable pocky_platform_fields
    • Variable pocky_platform_type
    • Variable pocky_platform_type_doc
    • Define CL_TARGET_OPENCL_VERSION
    • Define NPY_NO_DEPRECATED_API
    • Define PY_SSIZE_T_CLEAN
    • Typedef pocky_opencl_device_query_entry
    • Typedef pocky_opencl_platform_query_entry
Back to top
View this page

Function pocky_bufpair_copy_to_device¶

  • Defined in File pocky_bufpair.h

Function Documentation¶

PyObject *pocky_bufpair_copy_to_device(pocky_bufpair_object *self, PyObject *args)¶
Next
Function pocky_bufpair_dealloc
Previous
Function pocky_bufpair_copy_from_device
Copyright © 2024, Ellen M. Price
Made with Sphinx and @pradyunsg's Furo
On this page
  • Function pocky_bufpair_copy_to_device
    • Function Documentation