diff --git a/abi_symbols b/abi_symbols --- a/abi_symbols +++ b/abi_symbols @@ -16187,8 +16187,6 @@ libtorch_cpu.so:_ZN3fLB53FLAGS_caffe2_operator_throw_if_fp_overflow_exceptionsE libtorch_cpu.so:_ZN3fLB55FLAGS_static_runtime_disable_debug_memory_overlap_checkE libtorch_cpu.so:_ZN3fLB64FLAGS_caffe2_operator_throw_on_first_occurrence_if_fp_exceptionsE -libtorch_cpu.so:_ZN3fLI16FLAGS_caffe2_dazE -libtorch_cpu.so:_ZN3fLI16FLAGS_caffe2_ftzE libtorch_cpu.so:_ZN3fLI21FLAGS_onnxifi_min_opsE libtorch_cpu.so:_ZN3fLI22FLAGS_pthreadpool_sizeE libtorch_cpu.so:_ZN3fLI24FLAGS_onnxifi_timeout_msE diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,6 +1,6 @@ name : pytorch version : 1.11.0 -release : 16 +release : 17 source : - https://github.com/pytorch/pytorch/releases/download/v1.11.0/pytorch-v1.11.0.tar.gz : dc0c2b8d13c112a2b9ea8757a475b0ce2ca97cd19c50a8b70b8c286676616f1d homepage : https://pytorch.org/ @@ -21,7 +21,7 @@ - /usr/include optimize : - speed -avx2 : yes +# avx2 : yes # avx2 not yet available on the build server # clang : yes # Clang is not happy with -flto=24 builddeps : - pkgconfig(eigen3) diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -20,7 +20,7 @@ programming.python - libtorch + libtorch /usr/bin/convert-caffe2-to-onnx @@ -3353,15 +3353,6 @@ programming.library - /usr/lib64/haswell/libc10.so - /usr/lib64/haswell/libcaffe2_detectron_ops.so - /usr/lib64/haswell/libcaffe2_observers.so - /usr/lib64/haswell/libcaffe2_rocksdb.so - /usr/lib64/haswell/libshm.so - /usr/lib64/haswell/libtorch.so - /usr/lib64/haswell/libtorch_cpu.so - /usr/lib64/haswell/libtorch_global_deps.so - /usr/lib64/haswell/libtorch_python.so /usr/lib64/libc10.so /usr/lib64/libcaffe2_detectron_ops.so /usr/lib64/libcaffe2_observers.so @@ -3379,7 +3370,7 @@ PyTorch is an optimized tensor library for deep learning using GPUs and CPUs. - libtorch + libtorch /usr/include/ATen/ATen.h @@ -10576,8 +10567,8 @@ - - 2022-06-30 + + 2022-07-02 1.11.0 Packaging update Gavin Zhao