Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow kernels to use global working memory (Trac #679) #264

Open
pkienzle opened this issue Mar 30, 2019 · 1 comment
Open

Allow kernels to use global working memory (Trac #679) #264

pkienzle opened this issue Mar 30, 2019 · 1 comment

Comments

@pkienzle
Copy link
Contributor

Some kernels, such as that attached to #809, 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.

Migrated from http://trac.sasview.org/ticket/679

{
    "status": "new",
    "changetime": "2016-10-14T15:34:41",
    "_ts": "2016-10-14 15:34:41.313111+00:00",
    "description": "Some kernels, such as that attached to #678, require significant working memory in order to run.\n\nAllow 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.",
    "reporter": "pkienzle",
    "cc": "",
    "resolution": "",
    "workpackage": "SasView Bug Fixing",
    "time": "2016-10-04T00:02:22",
    "component": "SasView",
    "summary": "Allow kernels to use global working memory",
    "priority": "major",
    "keywords": "",
    "milestone": "SasView Next Release +1",
    "owner": "",
    "type": "enhancement"
}
@pkienzle
Copy link
Contributor Author

Trac update at 2016/10/14 15:34:41: pkienzle commented:

Could be used for performance tuning: http://trac.sasview.org/ticket/782, http://trac.sasview.org/ticket/783

@ricleal ricleal transferred this issue from SasView/sasview Apr 23, 2019
@butlerpd butlerpd added this to the sasmodels 1.1 milestone May 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants