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
Scanning dependencies of target rxmd
[ 96%] Building Fortran object src/CMakeFiles/rxmd.dir/main.F90.o
[100%] Linking CXX executable rxmd
/usr/bin/ld: /usr/lib/../lib64/crt1.o: in function `_start':
/home/abuild/rpmbuild/BUILD/glibc-2.31/csu/../sysdeps/x86_64/start.S:104: undefined reference to `main'
/usr/bin/ld: /soft/datascience/aurora_models_frameworks-2023.2/lib/python3.9/site-packages/intel_extension_for_pytorch/lib/libintel-ext-pt-gpu.so: undefined reference to `sycl::_V1::detail::tls_code_loc_t::~tls_code_loc_t()'
/usr/bin/ld: /soft/datascience/aurora_models_frameworks-2023.2/lib/python3.9/site-packages/intel_extension_for_pytorch/lib/libintel-ext-pt-gpu.so: undefined reference to `sycl::_V1::detail::AccessorBaseHost::AccessorBaseHost(sycl::_V1::id<3>, sycl::_V1::range<3>, sycl::_V1::range<3>, sycl::_V1::access::mode, void*, int, int, bool, int, bool, sycl::_V1::property_list const&)'
/usr/bin/ld: /soft/datascience/aurora_models_frameworks-2023.2/lib/python3.9/site-packages/intel_extension_for_pytorch/lib/libintel-ext-pt-gpu.so: undefined reference to `sycl::_V1::detail::tls_code_loc_t::tls_code_loc_t(sycl::_V1::detail::code_location const&)'
/usr/bin/ld: /soft/datascience/aurora_models_frameworks-2023.2/lib/python3.9/site-packages/intel_extension_for_pytorch/lib/libintel-ext-pt-gpu.so: undefined reference to `sycl::_V1::detail::AccessorBaseHost::isPlaceholder() const'
/usr/bin/ld: /soft/datascience/aurora_models_frameworks-2023.2/lib/python3.9/site-packages/intel_extension_for_pytorch/lib/libintel-ext-pt-gpu.so: undefined reference to `sycl::_V1::queue::queue(sycl::_V1::context const&, sycl::_V1::device const&, sycl::_V1::property_list const&, sycl::_V1::queue::Discriminator)'
/usr/bin/ld: /soft/datascience/aurora_models_frameworks-2023.2/lib/python3.9/site-packages/intel_extension_for_pytorch/lib/libintel-ext-pt-gpu.so: undefined reference to `sycl::_V1::queue::queue(sycl::_V1::context const&, sycl::_V1::device const&, std::function<void (sycl::_V1::exception_list)> const&, sycl::_V1::property_list const&, sycl::_V1::queue::Discriminator)'
icpx: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [src/CMakeFiles/rxmd.dir/build.make:109: src/rxmd] Error 1
make[1]: *** [CMakeFiles/Makefile2:137: src/CMakeFiles/rxmd.dir/all] Error 2
make: *** [Makefile:103: all] Error 2
I have tried adding SYCL link directories to both rxmd and torch_rxmd targets separately, but the issue still prevails.
The text was updated successfully, but these errors were encountered:
TaufeqRazakh
changed the title
Missing SYCL functins in final linking stage of linking
Missing SYCL functins in final linking stage of rxmd build
Oct 19, 2023
TaufeqRazakh
changed the title
Missing SYCL functins in final linking stage of rxmd build
Missing SYCL functions in final linking stage of rxmd build
Oct 19, 2023
For PR #51 when building with the following command
An issue arises in final stage of linking:
I have tried adding SYCL link directories to both
rxmd
andtorch_rxmd
targets separately, but the issue still prevails.The text was updated successfully, but these errors were encountered: