Skip to content

Local memory #126

Open
Open
@WeiqunZhang

Description

@WeiqunZhang

With the current DPC++, in order to use local memory in a device function called inside a kernel, we have to pass it as argument to the device function. Could DPC++ support static local memory (e.g., something like __local__ a[256]) anywhere in device code? Could it also support dynamic local memory (e.g., something like extern __local__ a[]) with the amount of local memory specified at runtime during kernel launch?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions