You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We will stop supporting NumPy arrays as arguments to kernel. The following API changes need to be made:
Remove array_access_specifiers from JitKernel init
Remove get_ordered_arg_access_types
Simplify JitKernel._determine_kernel_launch_queue
Remove the special case for calling npytypes_array_to_dpex_array inside target.TypingContext. Instead if a NumPy array argument is detected raise an exception.
Remove access types from Packer
Remove support for array from Packer._unpack_arguments
Remove _pack_array from Packer and sycl_queue in init
The text was updated successfully, but these errors were encountered:
We will stop supporting NumPy arrays as arguments to kernel. The following API changes need to be made:
target.TypingContext
. Instead if a NumPy array argument is detected raise an exception.The text was updated successfully, but these errors were encountered: