- [x] scatter - [x] scatter3 - [x] set_visibility - [x] alloc_host - [x] free_host - [x] alloc_device - [x] free_device - [x] alloc_pinned - [x] free_pinned - [x] use `lock_array` instead of `lock_device_ptr` - [x] use `unlock_array` instead of `unlock_device_ptr` - [x] is_image_io_available - ~~transform_coordinates~~ - [x] create_strided_array - [x] get_strides - [x] get_offset - [x] get_raw_ptr - [x] is_linear - [x] is_owner - [x] is_lapack_available - [x] get_active_backend - [x] get_device_id - [x] get_revision New defines: - [x] AF_ERR_DEVICE
lock_arrayinstead oflock_device_ptrunlock_arrayinstead ofunlock_device_ptrtransform_coordinatesNew defines: