Patch torch build/installation instructions to work with gcc12
Patch torch build/installation instructions to work with gcc12
- Do not treat warnings as errors for gcc12 only.
- Add patch for submodule gloo.
- Disable buidlding of tests. Mentions SPI-2195
Edited by Dmitri Konstantinov
Merge request reports
Activity
Filter activity
assigned to @dkonst
added test-needed label
added test-dev3-failed label
🗩Release dev3: FAILED
Build ID Platform Result #11428 centos9-gcc11-dbg #11429 ubuntu22-native-opt #11430 centos7-gcc8-opt #11431 centos7-clang12-opt #11432 centos7-gcc11-dbg #11433 centos7-gcc12-dbg #11434 mac11-native-opt #11435 centos7-gcc12-opt #11436 centos7-gcc11-opt #11437 ubuntu20-native-opt #11438 centos7-gcc8-dbg #11439 centos9-gcc11-opt #11440 centos8-gcc11-opt #11441 centos9-gcc12-dbg #11442 centos9-gcc12-opt #11443 centos8-gcc11-dbg @sailer , not sure why we have these errors. Seems not related to this patch.
-- Found PythonInterp: /Users/sftnight/build/workspace/lcg_mr_pipeline/install/dev3/Python/3.9.12/x86_64-mac11-clang120-opt/bin/python3 (found version "3.9.12") -- NNPACK backend is x86-64 -- Performing Test COMPILER_SUPPORTS_AVX512 -- Performing Test COMPILER_SUPPORTS_AVX512 - Failed CMake Error at third_party/fbgemm/CMakeLists.txt:52 (message): A compiler with AVX512 support is required.
torch-1.11.0-install-dev3-x86_64-centos7-clang12-opt.log torch-1.11.0-install-dev3-x86_64-mac11-clang120-opt.log
Edited by Dmitri KonstantinovComparing logs I see the following of what we have installed for clang12 on cvmfs and what we get from mr_pipline:
< -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success --- > -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 63c66 < -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success --- > -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 65c68 < -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success --- > -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Failed
Edited by Dmitri Konstantinov- Resolved by Dmitri Konstantinov
🗩Release dev3: FAILED
Build ID Platform Result #11445 centos9-gcc11-dbg #11446 ubuntu22-native-opt #11447 centos7-gcc8-opt #11448 centos7-clang12-opt #11449 centos7-gcc11-dbg #11450 centos7-gcc12-dbg #11451 mac11-native-opt #11452 centos7-gcc12-opt #11453 centos7-gcc11-opt #11454 ubuntu20-native-opt #11455 centos7-gcc8-dbg #11456 centos9-gcc11-opt #11457 centos8-gcc11-opt #11458 centos9-gcc12-dbg #11459 centos9-gcc12-opt #11460 centos8-gcc11-dbg removed test-dev3-failed label
added test-dev3-passed label
🗩Release dev3: SUCCESS
Build ID Platform Result #11493 centos9-gcc11-dbg #11494 ubuntu22-native-opt #11495 centos7-gcc8-opt #11496 centos7-clang12-opt #11497 centos7-gcc11-dbg #11498 centos7-gcc12-dbg #11499 mac11-native-opt #11500 centos7-gcc12-opt #11501 centos7-gcc11-opt #11502 ubuntu20-native-opt #11503 centos7-gcc8-dbg #11504 centos9-gcc11-opt #11505 centos8-gcc11-opt #11506 centos9-gcc12-dbg #11507 centos9-gcc12-opt #11508 centos8-gcc11-dbg
Please register or sign in to reply