Skip to content

When building the wheel the file atomic_ops.spirv does compile but is not included in the archive #760

@fcharras

Description

@fcharras

Provided a build environment for numba_dpex, when running

python ./setup.py bdist_wheel

the archive does not include the file atomic_ops.spir, when installing the binary later there will not be support for atomic operations. But one can see that the file atomic_ops.spir, despite not being included in the archive, was effectively created.

The source of the issue might come from the MANIFEST.in or metadata in setup,py, those can be tricky to get right.

Metadata

Metadata

Assignees

Labels

userUser submitted issue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions