Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
dd42bcef
Commit
dd42bcef
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
testing/one-dnn: upgrade to 3.1
parent
2fec072b
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/one-dnn/APKBUILD
+8
-5
8 additions, 5 deletions
testing/one-dnn/APKBUILD
testing/one-dnn/gcc13.patch
+12
-0
12 additions, 0 deletions
testing/one-dnn/gcc13.patch
with
20 additions
and
5 deletions
testing/one-dnn/APKBUILD
+
8
−
5
View file @
dd42bcef
# Contributor: Dennis Krupenik <dennis@krupenik.com>
# Maintainer: Dennis Krupenik <dennis@krupenik.com>
pkgname
=
one-dnn
pkgver
=
2.5
pkgver
=
3.1
pkgrel
=
0
pkgdesc
=
"oneAPI Deep Neural Network Library"
url
=
"https://01.org/oneDNN"
...
...
@@ -11,7 +11,9 @@ license="Apache-2.0"
depends_dev
=
"onetbb-dev opencl-headers opencl-icd-loader-dev"
makedepends
=
"cmake samurai
$depends_dev
"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
source
=
"https://github.com/oneapi-src/oneDNN/archive/v
$pkgver
/oneDNN-
$pkgver
.tar.gz"
source
=
"https://github.com/oneapi-src/oneDNN/archive/v
$pkgver
/oneDNN-
$pkgver
.tar.gz
gcc13.patch
"
builddir
=
"
$srcdir
/oneDNN-
$pkgver
"
build
()
{
...
...
@@ -23,10 +25,10 @@ build() {
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DCMAKE_BUILD_TYPE
=
Release
\
-DCMAKE_VERBOSE_MAKEFILE
=
ON
\
-DDNNL_GPU_RUNTIME
=
OCL
\
-DDNNL_CPU_RUNTIME
=
TBB
\
$CMAKE_CROSSOPTS
.
-DONEDNN_BUILD_GRAPH
=
OFF
\
$CMAKE_CROSSOPTS
cmake
--build
build
}
...
...
@@ -39,5 +41,6 @@ package() {
}
sha512sums
=
"
49b0730d1af1e6ba18b9ae3c1f43430a4e22d581e5b540323db2b053fa58915a42a1797974e59c508e85e0ee6ddb61020d570df6cd956a97a19f2a8435d10ef1 oneDNN-2.5.tar.gz
2053157a3885618364a9da5ec738c9cc2dde15db1ce9737578565d25c4a15a65944db3bbd17780de2032cfa2329bea4cb0af24ee428c9c246bdfa07a5bdde30b oneDNN-3.1.tar.gz
356b2d6e2aa3156e92e23872ee6643ba0d27de08af15fdd9dcf0f6dd45eaf30bf8506dbcc3594981f5a8a68fadf9d790b4b2c920c33675bc316aea6fb5a26d6b gcc13.patch
"
This diff is collapsed.
Click to expand it.
testing/one-dnn/gcc13.patch
0 → 100644
+
12
−
0
View file @
dd42bcef
diff --git a/tests/benchdnn/utils/dims.hpp b/tests/benchdnn/utils/dims.hpp
index 8b8430c..5c25428 100644
--- a/tests/benchdnn/utils/dims.hpp
+++ b/tests/benchdnn/utils/dims.hpp
@@ -18,6 +18,7 @@
#define UTILS_DIMS_T_HPP
#include <cassert>
+#include <cstdint>
#include <iostream>
#include <string>
#include <vector>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment