You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use cmake_process_manifest_hook setup argument to clean destination folder
Delete DPCTLSyclInterface library shared objects from dpctl/ folder from previous
runs.
Monkey-patch skbuild.setuptools._copy_file to not follows symbolic links, to ensure
that versioned DPCTLSyclInterface ends up as the proper set of symbolic links pointing
to a single physical shared object file.
If symbolic links are followed, 3 identical copies of the library end up in the installation
folder. Downstream dpctl users may end up with several instances of the library in their
process space which may end up with errors is statuful functinality (queue manager) is used.
0 commit comments