Skip to content

Implement SYCL local memory #164

Closed
Closed
@1e-to

Description

@1e-to

We need an analog to implement the behavior numba.cuda.shared.array

  • Possibly we need data structure for local memory.
  • dppy.local.static_alloc(shape=10, dtype=float32) should looks like array creation dppy.local.array(shape=10, dtype=float32)
  • dtype should be Numba or NumPy type? Try to change to NumPy types.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions