Opened 8 years ago
Last modified 8 years ago
#679 new enhancement
Allow kernels to use global working memory
Reported by: | pkienzle | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | SasView Next Release +1 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
Some kernels, such as that attached to #678, require significant working memory in order to run.
Allow kernels to declare the amount of memory they need, and provide them with an initialization function (in python) that can be called before the kernel itself is called. Provide the OpenCL context if available so that initialization can use the GPU.
Note: See
TracTickets for help on using
tickets.
Could be used for performance tuning: #782, #783