1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
Source: migraphx
Section: graphics
Maintainer: Debian ROCm Team <debian-ai@lists.debian.org>
Uploaders:
Utkarsh Raj <encode.sh@protonmail.com>
Build-Depends:
architecture-is-64-bit,
clang,
cmake,
debhelper-compat (= 13),
libboost-dev,
libhalf-dev,
libmsgpack-c-dev,
libmsgpack-cxx-dev,
libprotobuf-dev,
libsqlite3-dev,
nlohmann-json3-dev,
protobuf-compiler,
pybind11-dev,
rocm-cmake,
Build-Depends-Indep:
python3-rocm-docs (>= 1.20.0-1~) <!nodoc>,
sphinx-common <!nodoc>,
Standards-Version: 4.7.3
Vcs-Git: https://salsa.debian.org/rocm-team/migraphx.git
Vcs-Browser: https://salsa.debian.org/rocm-team/migraphx
Homepage: https://github.com/ROCm/AMDMIGraphX/
Package: migraphx
Architecture: amd64 arm64
Depends:
${misc:Depends},
${shlibs:Depends},
Description: AMD MIGraphX - driver
AMDMIGraphX is a graph inference engine and compiler that accelerates
machine-learning models by leveraging several graph-level transformations
and optimizations.
.
This package ships the AMD MIGraphX driver.
Package: migraphx-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Build-Profiles: <!nodoc>
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Description: AMD MIGraphX - doc
AMDMIGraphX is a graph inference engine and compiler that accelerates
machine-learning models by leveraging several graph-level transformations
and optimizations.
.
This package provides the AMD MIGraphX documentation.
Package: migraphx-tools
Section: libs
Architecture: amd64 arm64
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: AMD MIGraphX - extension libraries
AMDMIGraphX is a graph inference engine and compiler that accelerates
machine-learning models by leveraging several graph-level transformations
and optimizations.
.
This package contains the shared runtime extension libraries.
Package: migraphx-tests
Section: libdevel
Architecture: amd64 arm64
Depends:
migraphx-tools (= ${binary:Version}),
libmigraphx-c3 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: AMD MIGraphX - test binaries
AMDMIGraphX is a graph inference engine and compiler that accelerates
machine-learning models by leveraging several graph-level transformations
and optimizations.
.
This package contains test binaries.
Package: migraphx-dev
Section: libdevel
Architecture: amd64 arm64
Multi-Arch: same
Depends:
migraphx-tools (= ${binary:Version}),
${misc:Depends},
Description: AMD MIGraphX - extension development files
AMDMIGraphX is a graph inference engine and compiler that accelerates
machine-learning models by leveraging several graph-level transformations
and optimizations.
.
This package contains extension development files.
Package: libmigraphx-c3
Section: libs
Architecture: amd64 arm64
Multi-Arch: same
Depends:
${misc:Depends},
${shlibs:Depends},
Description: AMD MIGraphX C API - library
AMDMIGraphX is a graph inference engine and compiler that accelerates
machine-learning models by leveraging several graph-level transformations
and optimizations.
.
This package contains the shared C runtime library.
Package: libmigraphx-c-dev
Section: libdevel
Architecture: amd64 arm64
Depends:
libmigraphx-c3 (= ${binary:Version}),
${misc:Depends},
Description: AMD MIGraphX C API - development files
AMDMIGraphX is a graph inference engine and compiler that accelerates
machine-learning models by leveraging several graph-level transformations
and optimizations.
.
This package contains development files.
|