0.23 Tagged! #1468
diptorupd
started this conversation in
Show and tell
0.23 Tagged!
#1468
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Fixed
KernelHasReturnValueError
error insideKernelDispatcher
. (Fix KernelHasReturnValueError inside KernelDispatcher. #1394)dpctl.tensor.usm_ndarray
in kernels (Fix/dpctl slices #1425)malloc
to allocateNRT_MemInfo
. Replaced with Numba's NRTalloc
(Use nrt api to allocate meminfo object #1458)Added
dimensions
attribute for all index-space id classes (Feature/overload dimensions attribute for indexers #1359)AtomicRef
creation using multi-dimensional arrays (Accept multidimentional atomic indexes #1367)PrivateArray
class inkernel_api
to replacedpex.private.array
(Add PrivateArray kernel_api #1370, Fix/private array #1377)kernel_api
features usable insidedevice_func
(Verify global_barrier, indexing, private array inside device_func #1391)sycl::local_accessor
-like API (kernel_api.LocalAccessor
) for numba-dpex kernel (A sycl::local_accessor-like API for numba-dpex kernel #1331)device_func
decorator (Feature/specialization device func #1398)kernel_api
functions inside thenumba_dpex.kernel
decorator. (Feature/move experimental decorators to stable #1400)SPV_INTEL_variable_length_array
SPIR-V extension to supporting arrays in private address-space on Intel Max GPU. (Required fixes to run test suite on Max GPU #1451)Changed
2
fromNone
. (Feature/inline threshold #1385)kernel_api
(Port the parfor range kernel template to new API. #1416), (Feature/migrate parfor #1424)SPIRVKernelDispatcher
for parfor kernel dispatch (Migrate parfor to SPIRVKernelDispatcher #1435, Clean up unused code in parfors #1448)Removed
func
decorator (replaced bydevice_func
) (Feature/move experimental decorators to stable #1400)numba_dpex.experimental.kernel
andnumba_dpex.experimental.device_func
(Feature/move experimental decorators to stable #1400)Beta Was this translation helpful? Give feedback.
All reactions