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
(numba/dppy) Adds support for local memory allocation inside dppy.kernel, clean ups to barrier, use context manager
* Added local memory allocation and fixed bugs in barrier implementations
* Added support for passing signature in dppy.kernel decorator
* Added bigger example that deals with local memory and barrier
* use barrier and local memory in atomic test
* Change local.alloc to local.static_alloc to indicate this is static allocation
* Added pass to ensure only constants can be given as shape to static local memory allocation
* Change message and fix typo
* Include pass
* Feature/dppy backend context manager (#85)
* Do not use gpu_env instead use the current_env specified in the runtime.
* Update all examples to use dppy context manager.
* Fix Test suites and update API to use dppy context manager
* Uncomment barrier
* Fix caching tests
0 commit comments