Skip to content

Stack variables in cython is being resued when multiple scalar arguments are being passed #77

@reazulhoque

Description

@reazulhoque

In queue.submit() in sycl_core.pyx, we declare variables of diffferent types once and then we try to assign the address of that variable to pass the the submit function in C/++. This results in wrong behavior when we have same type of multiple scalar arguments.

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