Skip to content

[SYCL][UR] Update UR loader version #9053

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Apr 13, 2023
Merged

Conversation

smaslov-intel
Copy link
Contributor

No description provided.

bmyates added 4 commits April 12, 2023 16:33
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
@smaslov-intel smaslov-intel requested a review from a team as a code owner April 12, 2023 23:34
@smaslov-intel smaslov-intel temporarily deployed to aws April 13, 2023 00:27 — with GitHub Actions Inactive
@smaslov-intel smaslov-intel temporarily deployed to aws April 13, 2023 02:39 — with GitHub Actions Inactive
@againull againull merged commit e12574f into intel:sycl Apr 13, 2023
whitneywhtsang added a commit to whitneywhtsang/llvm that referenced this pull request Apr 16, 2023
@whitneywhtsang
Copy link
Contributor

@smaslov-intel Any idea why I am getting the following error with the commit from this PR?

FAILED: lib/libur_loader.so.0.6.0 
: && /usr/bin/c++ -fPIC -fPIC -fno-semantic-interposition -fvisibility-inlines-hidden -Werror=date-time -Wall -Wextra -Wno-unused-parameter -Wwrite-strings -Wcast-qual -Wno-missing-field-initializers -pedantic -Wno-long-long -Wimplicit-fallthrough -Wno-maybe-uninitialized -Wno-class-memaccess -Wno-noexcept-type -Wdelete-non-virtual-dtor -Wno-comment -Wno-misleading-indentation -fdiagnostics-color -ffunction-sections -fdata-sections -Wall -Wextra -Wno-deprecated-declarations -Wno-error -O3 -DNDEBUG  -Wl,-z,defs -Wl,-z,nodelete -shared -Wl,-soname,libur_loader.so.0 -o lib/libur_loader.so.0.6.0 _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/ur_loader.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/ur_ldrddi.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/ur_libapi.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/ur_libddi.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/ur_lib.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/layers/validation/ur_valddi.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/layers/validation/ur_validation_layer.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/layers/validation/backtrace_lin.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/linux/lib_init.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/linux/loader_init.cpp.o _deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/__/common/linux/ur_lib_loader.cpp.o  -Wl,-rpath,/localdisk2/waihungt/merge/llvm/build/lib: lib/libunified_memory_allocation.a -ldl -lpthread && :
_deps/unified-runtime-build/source/loader/CMakeFiles/loader.dir/ur_lib.cpp.o: In function `logger::sink_from_str(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >)':
ur_lib.cpp:(.text._ZN6logger13sink_from_strENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_S5_[_ZN6logger13sink_from_strENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_S5_]+0x2f0): undefined reference to `std::filesystem::__cxx11::path::_M_split_cmpts()'
collect2: error: ld returned 1 exit status

@bmyates
Copy link
Contributor

bmyates commented Apr 17, 2023

@whitneywhtsang What compiler version are you using when you get that error?

@whitneywhtsang
Copy link
Contributor

@whitneywhtsang What compiler version are you using when you get that error?

I tried both clang++ and g++ installed on the machine.

bash-4.4$ /usr/bin/clang++ --version
clang version 11.0.0 (Red Hat 11.0.0-1.module+el8.4.0+8598+a071fcd5)
bash-4.4$ g++ --version
g++ (GCC) 8.4.1 20200928 (Red Hat 8.4.1-1)

whitneywhtsang added a commit to whitneywhtsang/llvm that referenced this pull request Apr 21, 2023
veselypeta pushed a commit to veselypeta/llvm that referenced this pull request Sep 21, 2023
Signed-off-by: Brandon Yates <brandon.yates@intel.com>
Co-authored-by: Brandon Yates <brandon.yates@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants