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
dpcpp host_vs_device_code.cpp -g -fsanitize=thread ./a.out ==6411==You are trying to dlopen a libur_adapter_level_zero.so.0 shared library with RTLD_DEEPBIND flag which is incompatible with sanitizer runtime (see https://github.com/google/sanitizers/issues/611 for details). If you want to run libur_adapter_level_zero.so.0 library under sanitizers please remove RTLD_DEEPBIND from dlopen flags.
i am using arch linux with the dpcpp installed via pacman
also the package for dpcpp in arch linux doesnt have the /opt/intel/oneapi/compiler/latest/lib/clang/18/lib/linux/ folder so i have copied it from my system clang folder(from /usr/lib/clang/18/lib/linux/)
befor cpying it when i try to use a sanitizer the compiler complain about not finding a library inside that forlder(/opt/intel/oneapi/compiler/latest/lib/clang/18/lib/linux/xxxxxxx)
is there a fix to this
The text was updated successfully, but these errors were encountered:
dpcpp host_vs_device_code.cpp -g -fsanitize=thread
./a.out
==6411==You are trying to dlopen a libur_adapter_level_zero.so.0 shared library with RTLD_DEEPBIND flag which is incompatible with sanitizer runtime (see https://github.com/google/sanitizers/issues/611 for details). If you want to run libur_adapter_level_zero.so.0 library under sanitizers please remove RTLD_DEEPBIND from dlopen flags.
i am using arch linux with the dpcpp installed via pacman
also the package for dpcpp in arch linux doesnt have the
/opt/intel/oneapi/compiler/latest/lib/clang/18/lib/linux/
folder so i have copied it from my system clang folder(from/usr/lib/clang/18/lib/linux/
)befor cpying it when i try to use a sanitizer the compiler complain about not finding a library inside that forlder(
/opt/intel/oneapi/compiler/latest/lib/clang/18/lib/linux/xxxxxxx
)is there a fix to this
The text was updated successfully, but these errors were encountered: