sci-ml / caffe2

A deep learning framework

Official package sites : https://pytorch.org/ ·

v2.10.0-r2 :: 0 :: gentoo

Modified
License
BSD
Keywords
~amd64 ~arm64
USE flags
cuda cusparselt distributed fbgemm flash gloo memefficient mimalloc mkl mpi nccl nnpack numpy onednn openblas opencl openmp qnnpack rocm xnnpack

v2.9.1-r3 :: 0 :: gentoo

Modified
License
BSD
Keywords
~amd64 ~arm64
USE flags
cuda cusparselt distributed fbgemm flash gloo memefficient mkl mpi nccl nnpack numpy onednn openblas opencl openmp qnnpack rocm xnnpack

General

cuda
Enable NVIDIA CUDA support (computation on GPU)
cusparselt
Use the CUDA Sparse Matrix Multiplication
distributed
Support distributed applications
fbgemm
Use sci-ml/FBGEMM
flash
Enable flash attention
gloo
Use sci-ml/gloo
memefficient
Enable mem efficient attention
mimalloc
Use dev-libs/mimalloc as replacement for system malloc
mkl
Use sci-libs/mkl for blas, lapack and sparse blas routines
mpi
Add MPI (Message Passing Interface) layer to the apps that support it
nccl
Use dev-libs/rccl (NCCL compatible) backend for distributed operations
nnpack
Use sci-ml/NNPACK
numpy
Add support for math operations through numpy
onednn
Use sci-ml/oneDNN
openblas
Use sci-libs/openblas for blas routines
opencl
Enable OpenCL support (computation on GPU)
openmp
Use OpenMP for parallel code
qnnpack
Use QNNPACK
rocm
Enable ROCm gpu computing support
xnnpack
Use sci-ml/XNNPACK

amdgpu_targets

gfx1010
RDNA GPU, codename navi10, including Radeon RX 5700XT/5700/5700M/5700B/5700XTB/5600XT/5600/5600M, Radeon Pro 5700XT/5700, Radeon Pro W5700X/W5700
gfx1011
RDNA GPU, codename navi12, including Radeon Pro 5600M/V520
gfx1012
RDNA GPU, codename navi14, including Radeon RX 5500XT/5500/5500M/5500XTB/5300/5300M, Radeon Pro 5500XT/5500M/5300/5300M, Radeon Pro W5500X/W5500/W5500M/W5300M
gfx1030
RDNA2 GPU, codename navi21/sienna cichlid, including Radeon RX 6950XT/6900XT/6800XT/6800, Radeon Pro W6800
gfx1031
RDNA2 GPU, codename navi22/navy flounder, including Radeon RX 6750XT/6700XT/6800M/6700M
gfx1100
RDNA3 GPU, codename navi31/plum bonito, including Radeon RX 7900XTX/7900XT, AMD Radeon Pro W7900/W7800
gfx1101
RDNA3 GPU, codename navi32, including Radeon RX 7700XT/7800XT
gfx1102
RDNA3 GPU, codename navi33, including Radeon RX 7600/7600M/7600M XT/7700S/7600S, AMD Radeon PRO W7600/W7500
gfx1103
RDNA3 APU, codename navi3x, including Radeon 700M/780M
gfx1150
RDNA 3.5 APU (Strix Point), including Radeon 890M
gfx1151
RDNA 3.5 APU (Strix Halo), including Radeon 8060S
gfx1200
RDNA4 GPU, codename navi44, including Radeon RX 9060XT
gfx1201
RDNA4 GPU, codename navi48, including Radeon RX 9070/9070XT/9070GRE and Radeon AI PRO R9700
gfx803
Fiji GPU, codename fiji, including Radeon R9 Nano/Fury/FuryX, Radeon Pro Duo, FirePro S9300x2, Radeon Instinct MI8
gfx900
Vega GPU, codename vega10, including Radeon Vega Frontier Edition, Radeon RX Vega 56/64, Radeon RX Vega 64 Liquid, Radeon Pro Vega 48/56/64/64X, Radeon Pro WX 8200/9100, Radeon Pro V320/V340/SSG, Radeon Instinct MI25
gfx906
Vega GPU, codename vega20, including Radeon (Pro) VII, Radeon Instinct MI50/MI60
gfx908
CDNA Accelerator, codename arcturus, including AMD Instinct MI100 Accelerator
gfx90a
CDNA2 Accelerator, codename aldebaran, including AMD Instinct MI200 series Accelerators
gfx940
CDNA3 Accelerator, codename aqua_vangaram, MI300A rev 0
gfx941
CDNA3 Accelerator, codename aqua_vangaram, MI300X rev 0
gfx942
CDNA3 Accelerator, codename aqua_vangaram, MI300A and MI300X rev >=1

python_single_target

python3_11
Build for Python 3.11 only
python3_12
Build for Python 3.12 only
python3_13
Build for Python 3.13 only
python3_14
Build for Python 3.14 only

dev-cpp / abseil-cpp : Abseil Common Libraries (C++), LTS Branch

dev-cpp / cpp-httplib : C++ HTTP/HTTPS server and client library

dev-cpp / gflags : Google's C++ argument parsing library

dev-cpp / glog : Google Logging library

dev-cpp / nlohmann_json : JSON for Modern C++

dev-cpp / opentelemetry-cpp : The OpenTelemetry C++ Client

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-libs / FXdiv : Division via fixed-point multiplication by inverse

dev-libs / clog : C-style (a-la printf) logging library

dev-libs / cpuinfo : CPU INFOrmation library

dev-libs / cudnn : NVIDIA Accelerated Deep Learning on GPU library

dev-libs / cusparselt : A High-Performance CUDA Library for Sparse Matrix-Matrix Multiplication

dev-libs / cutlass : CUDA Templates for Linear Algebra Subroutines

dev-libs / flatbuffers : Memory efficient serialization library

dev-libs / libfmt : Small, safe and fast formatting library

dev-libs / mimalloc : A compact general purpose allocator with excellent performance

dev-libs / pocketfft : PocketFFT for C++

dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data

dev-libs / psimd : P(ortable) SIMD

dev-libs / pthreadpool : Portable and efficient thread pool implementation

dev-libs / rccl : ROCm Communication Collectives Library (RCCL)

dev-libs / sleef : Implements vectorized versions of C standard math functions

dev-python / numpy : Fast array and numerical python library

dev-python / pybind11 : AST-based Python refactoring library

dev-python / pyyaml : YAML parser and emitter for Python

dev-python / typing-extensions : Backported and Experimental Type Hints for Python 3.7+

dev-util / hip : C++ Heterogeneous-Compute Interface for Portability

dev-util / nvidia-cuda-toolkit : NVIDIA CUDA Toolkit (compiler and friends)

dev-util / rocm-smi : ROCm System Management Interface Library

dev-util / roctracer : Callback/Activity Library for Performance tracing AMD GPU's

sci-libs / aotriton-bin : Ahead of Time (AOT) Triton Math Library (binary package)

sci-libs / hipBLAS : ROCm BLAS marshalling library

sci-libs / hipBLASLt : General matrix-matrix operations library for AMD Instinct accelerators

sci-libs / hipCUB : Wrapper of rocPRIM or CUB for GPU parallel primitives

sci-libs / hipFFT : CU / ROCM agnostic hip FFT implementation

sci-libs / hipRAND : CU / ROCM agnostic hip RAND implementation

sci-libs / hipSOLVER : CU / ROCM agnostic marshalling library for LAPACK routines on the GPU

sci-libs / hipSPARSE : ROCm SPARSE marshalling library

sci-libs / miopen : AMD's Machine Intelligence Library

sci-libs / mkl : Intel Math Kernel Library

sci-libs / openblas : Optimized BLAS library based on GotoBLAS2

sci-libs / rocBLAS : AMD's library for BLAS on ROCm

sci-libs / rocPRIM : HIP parallel primitives for developing performant GPU-accelerated code on ROCm

sci-libs / rocRAND : Generate pseudo-random and quasi-random numbers

sci-libs / rocSOLVER : Implementation of a subset of LAPACK functionality on the ROCm platform

sci-libs / rocThrust : HIP back-end for the parallel algorithm library Thrust

sci-ml / FBGEMM : Facebook GEneral Matrix Multiplication

sci-ml / FP16 : conversion to/from half-precision floating point formats

sci-ml / NNPACK : acceleration package for neural network computations

sci-ml / XNNPACK : library of floating-point neural network inference operators

sci-ml / cudnn-frontend : A c++ wrapper for the cudnn backend API

sci-ml / gemmlowp : Low-precision matrix multiplication

sci-ml / gloo : library of floating-point neural network inference operators

sci-ml / ideep : Intel Optimization for Chainer

sci-ml / kineto : part of the PyTorch Profiler

sci-ml / oneDNN : oneAPI Deep Neural Network Library

sci-ml / onnx : Open Neural Network Exchange (ONNX)

sci-ml / tensorpipe : provides a tensor-aware channel

virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation

virtual / mpi : Virtual for Message Passing Interface (MPI) v2.0 implementation

virtual / opencl : Virtual for OpenCL API

dev-cpp / abseil-cpp : Abseil Common Libraries (C++), LTS Branch

dev-cpp / cpp-httplib : C++ HTTP/HTTPS server and client library

dev-cpp / gflags : Google's C++ argument parsing library

dev-cpp / glog : Google Logging library

dev-cpp / opentelemetry-cpp : The OpenTelemetry C++ Client

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-libs / cpuinfo : CPU INFOrmation library

dev-libs / cudnn : NVIDIA Accelerated Deep Learning on GPU library

dev-libs / cusparselt : A High-Performance CUDA Library for Sparse Matrix-Matrix Multiplication

dev-libs / libfmt : Small, safe and fast formatting library

dev-libs / mimalloc : A compact general purpose allocator with excellent performance

dev-libs / protobuf : Google's Protocol Buffers - Extensible mechanism for serializing structured data

dev-libs / pthreadpool : Portable and efficient thread pool implementation

dev-libs / rccl : ROCm Communication Collectives Library (RCCL)

dev-libs / sleef : Implements vectorized versions of C standard math functions

dev-python / numpy : Fast array and numerical python library

dev-util / hip : C++ Heterogeneous-Compute Interface for Portability

dev-util / nvidia-cuda-toolkit : NVIDIA CUDA Toolkit (compiler and friends)

dev-util / rocm-smi : ROCm System Management Interface Library

dev-util / roctracer : Callback/Activity Library for Performance tracing AMD GPU's

sci-libs / aotriton-bin : Ahead of Time (AOT) Triton Math Library (binary package)

sci-libs / hipBLAS : ROCm BLAS marshalling library

sci-libs / hipBLASLt : General matrix-matrix operations library for AMD Instinct accelerators

sci-libs / hipFFT : CU / ROCM agnostic hip FFT implementation

sci-libs / hipRAND : CU / ROCM agnostic hip RAND implementation

sci-libs / hipSOLVER : CU / ROCM agnostic marshalling library for LAPACK routines on the GPU

sci-libs / hipSPARSE : ROCm SPARSE marshalling library

sci-libs / miopen : AMD's Machine Intelligence Library

sci-libs / mkl : Intel Math Kernel Library

sci-libs / openblas : Optimized BLAS library based on GotoBLAS2

sci-libs / rocBLAS : AMD's library for BLAS on ROCm

sci-libs / rocRAND : Generate pseudo-random and quasi-random numbers

sci-libs / rocSOLVER : Implementation of a subset of LAPACK functionality on the ROCm platform

sci-ml / FBGEMM : Facebook GEneral Matrix Multiplication

sci-ml / NNPACK : acceleration package for neural network computations

sci-ml / XNNPACK : library of floating-point neural network inference operators

sci-ml / cudnn-frontend : A c++ wrapper for the cudnn backend API

sci-ml / gemmlowp : Low-precision matrix multiplication

sci-ml / gloo : library of floating-point neural network inference operators

sci-ml / kineto : part of the PyTorch Profiler

sci-ml / oneDNN : oneAPI Deep Neural Network Library

sci-ml / onnx : Open Neural Network Exchange (ONNX)

sci-ml / tensorpipe : provides a tensor-aware channel

virtual / lapack : Virtual for Linear Algebra Package FORTRAN 77 (LAPACK) implementation

virtual / mpi : Virtual for Message Passing Interface (MPI) v2.0 implementation

virtual / opencl : Virtual for OpenCL API

sci-chemistry / gromacs : The ultimate molecular dynamics simulation package

sci-ml / accelerate : Run your *raw* PyTorch training script on any kind of device

sci-ml / datasets : Access and share datasets for Audio, Computer Vision, and NLP tasks

sci-ml / evaluate : makes evaluating, comparing models and reporting their performance easier

sci-ml / gloo : library of floating-point neural network inference operators

sci-ml / huggingface_hub : a client library to interact with the Hugging Face Hub

sci-ml / pytorch : Tensors and Dynamic neural networks in Python

sci-ml / torchvision : Datasets, transforms and models to specific to computer vision

sci-ml / transformers : State-of-the-art Machine Learning for JAX, PyTorch and TensorFlow

947933
sci-ml/pytorch: stop "unbundling" sci-ml/caffe2
950463
sys-devel/gcc-14.2.1_p20241221: ICE when building sci-ml/caffe2 on arm64
962054
Unable to build sci-ml/caffe2-2.8.0: oom killed
967889
sci-ml/caffe2-2.9.1-r1 - Unsupported gpu architecture 'compute_35'
968173
sci-ml/caffe2-2.9.1-r1: caffe2-2.7.1-aotriton-fixes.patch fails to apply
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: drop 2.8.0-r2
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: enable mimalloc USE
Closes: https://bugs.gentoo.org/969328 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Paul Zander · gentoo
sci-ml/caffe2: 2.10.0 pass cuda config to flash attention
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Paul Zander · gentoo
sci-ml/caffe2: 2.10.0 fix indentation
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Paul Zander · gentoo
sci-ml/caffe2: 2.10.0 use cuda_add_sandbox
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Paul Zander · gentoo
sci-ml/caffe2: 2.10.0 simplify usex
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Paul Zander · gentoo
sci-ml/caffe2: 2.10.0 drop obsolete sed
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Paul Zander · gentoo
sci-ml/caffe2: 2.10.0 modify __AOTRITON_LIB lookup path
Bug: https://bugs.gentoo.org/969312#c5 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Paul Zander · gentoo
sci-ml/caffe2: 2.10.0 avoid operation on bundled fbgemm
`third_party/fbgemm` is empty. Passing `FBCODE_BUILD_TOOL="buck"` avoids appending the non-existant files to the hipify call. Closes: https://bugs.gentoo.org/969312 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: add 2.10.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: fix unresolved symbols in libtorch_cpu.so
Closes: https://bugs.gentoo.org/968839 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sv. Lockal · gentoo
sci-ml/caffe2: fix versions for sci-ml/oneDNN and sci-libs/aotriton-bin
sci-ml/oneDNN is now unpinned: libdnnl.so.3 interface is stable enough to expect compatibility in a foreseeable future. As for sci-libs/aotriton-bin, it is opposite: caffe2 even links to libaotriton_v2.so.0.11.1, therefore should be rebuilt on aotriton updates. Bug: https://bugs.gentoo.org/967976 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/45187 Closes: https://github.com/gentoo/gentoo/pull/45187 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: drop 2.9.0-r3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: Fix for CCCL
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: relax onnx deps
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: add 2.9.1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: fix deps and ExcessiveLineLength
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Patrick Lauer · gentoo
sci-ml/caffe2: Improve ROCm dependency range
Builds against ROCm 7.1 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sv. Lockal · gentoo
sci-ml/caffe2: pass [rocm?] to sci-ml/gloo, fix build with [distributed]
The separate build issues were: * sci-libs/hipBLAS:0/7.0[-rocsolver] caused runtime import error * USE="rocm distributed" caused runtime import error * USE="distributed" failed to build with systemwide tensorpipe Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/44550 Closes: https://github.com/gentoo/gentoo/pull/44550 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: merge cmake patches
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: drop 2.7.1-r5
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Alfredo Tupone · gentoo
sci-ml/caffe2: add 2.9.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: memefficient require flash-attention files
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: drop 2.6.0-r5
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Paul Zander · gentoo
sci-ml/caffe2: update cuda deps to match upstream
https://github.com/pytorch/pytorch/releases/tag/v2.8.0 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Sv. Lockal · gentoo
sci-ml/caffe2: Fix use of undeclared identifier 'CHECK_NOSPARSE_CONTIGUOUS_CUDA' with USE='-flash'
Bug: https://github.com/pytorch/pytorch/issues/160826 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43468 Closes: https://github.com/gentoo/gentoo/pull/43468 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: drop 2.5.1-r12, 2.7.0-r3
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: add 2.8.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: new onnx-1.18.0 is for the incoming caffe2 version
Closes: https://bugs.gentoo.org/961033 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: use old gloo
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sv. Lockal · gentoo
sci-ml/caffe2: fix gfx101x compilation and memefficient linkage
Closes: https://bugs.gentoo.org/959808 Bug: https://bugs.gentoo.org/956674 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42956 Closes: https://github.com/gentoo/gentoo/pull/42956 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sv. Lockal · gentoo
sci-ml/caffe2: fix compilation with aotriton, without composable_kernel
Closes: https://bugs.gentoo.org/959580 Closes: https://bugs.gentoo.org/956674 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42907 Closes: https://github.com/gentoo/gentoo/pull/42907 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: require newer nvidia-cuda-toolkit
Closes: https://bugs.gentoo.org/959386 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: update SRC_URI
Bug: https://bugs.gentoo.org/956674 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: drop 2.4.1-r7
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: add 2.7.1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: fix llvm build
Closes: https://bugs.gentoo.org/953366 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: update SRC_URI
Closes: https://bugs.gentoo.org/956617 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: fix build with glog-0.7.1
Closes: https://bugs.gentoo.org/956629 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: min req version of cmake
Closes: https://bugs.gentoo.org/957617 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: use system nvtx
Closes: https://bugs.gentoo.org/956486 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Sv. Lockal · gentoo
sci-ml/caffe2-2.7.0[rocm]: fix compilation
There were 2 independent issues: * incorrect revision for composable-kernel (see https://github.com/pytorch/pytorch/tree/v2.7.0/third_party) Closes: https://bugs.gentoo.org/955525 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42594 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Sv. Lockal · gentoo
sci-ml/caffe2: remove ROCM_USEDEP due to pkgcore limitation, allow rocm-6.4
Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/42554 Closes: https://github.com/gentoo/gentoo/pull/42554 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: add usage of cusparselt
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: restrict cutlass version to use
Closes: https://bugs.gentoo.org/955683 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: kineto is needed runtime
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: enable kineto
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: keyword 2.7.0 for ~arm64
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: add 2.7.0
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: move dev-libs/cudnn-frontend to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sv. Lockal · gentoo
sci-ml/caffe2: fix build for ROCm
* Revised the fix for `-fclang-abi-compat=17`. * Added fixes for libc++ Closes: https://bugs.gentoo.org/953101 Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/41448 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: back to single. (multi does not work)
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: moving caffe2 from python-single-r1 to python-r1
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: fix prefix
Closes: https://bugs.gentoo.org/948897 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: wrong pocketfft path
Closes: https://bugs.gentoo.org/951726 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: mv dev-cpp/gemmlowp to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: enable mem efficient attention via use
Closes: https://bugs.gentoo.org/947932 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/caffe2: depends on libfmt subslot
Closes: https://bugs.gentoo.org/950700 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: mv dev-libs/oneDNN to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: mv dev-libs/FP16 to sci-ml
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: mv dev-libs/FBGEMM to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: mv sci-libs/XNNPACK to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: mv sci-libs/tensorpipe to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
*/*: mv sci-libs/onnx to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Alfredo Tupone · gentoo
sci-ml/*: mv sci-libs/NNPACK to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: mv sci-libs/kineto to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: move sci-libs/ideep to sci-ml/ideep
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Alfredo Tupone · gentoo
sci-ml/*: mv sci-libs/gloo to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
sci-ml/*: mc sci-libs/foxi to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Alfredo Tupone · gentoo
*/*: mv sci-libs/caffe2 to sci-ml/
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>