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.