diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-02 07:47:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-04-02 07:47:45 +0000 |
commit | 760206b91a4d71759a8d9f3f417a6bdda08923f9 (patch) | |
tree | 822284d2377aa82beb122e0befed236b65892298 | |
parent | 44314d917d7d37a046352bf2412eb55b92d2f10e (diff) |
math/onednn: Update 3.0.1 → 3.1
Reported by: portscout
-rw-r--r-- | math/onednn/Makefile | 2 | ||||
-rw-r--r-- | math/onednn/distinfo | 6 | ||||
-rw-r--r-- | math/onednn/pkg-plist | 7 |
3 files changed, 10 insertions, 5 deletions
diff --git a/math/onednn/Makefile b/math/onednn/Makefile index 2bb0c16b9042..207f1437e546 100644 --- a/math/onednn/Makefile +++ b/math/onednn/Makefile @@ -1,6 +1,6 @@ PORTNAME= onednn DISTVERSIONPREFIX= v -DISTVERSION= 3.0.1 +DISTVERSION= 3.1 CATEGORIES= math # machine-learning MAINTAINER= yuri@FreeBSD.org diff --git a/math/onednn/distinfo b/math/onednn/distinfo index 0ead7b49df85..49c5c9e4aa65 100644 --- a/math/onednn/distinfo +++ b/math/onednn/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678862359 -SHA256 (oneapi-src-oneDNN-v3.0.1_GH0.tar.gz) = f7aca425e9895b791a942ae755edc28f1b9f9fe9bf94291c59f33ebcf5859f2c -SIZE (oneapi-src-oneDNN-v3.0.1_GH0.tar.gz) = 7189577 +TIMESTAMP = 1680415224 +SHA256 (oneapi-src-oneDNN-v3.1_GH0.tar.gz) = 28e31f2d576e1a7e3a796f5c33c1d733c256078cff1c48b9e2a692d5975e1401 +SIZE (oneapi-src-oneDNN-v3.1_GH0.tar.gz) = 7556565 diff --git a/math/onednn/pkg-plist b/math/onednn/pkg-plist index 5669f2466669..47d8ec17957f 100644 --- a/math/onednn/pkg-plist +++ b/math/onednn/pkg-plist @@ -19,6 +19,11 @@ include/oneapi/dnnl/dnnl_common.hpp include/oneapi/dnnl/dnnl_common_types.h include/oneapi/dnnl/dnnl_config.h include/oneapi/dnnl/dnnl_debug.h +include/oneapi/dnnl/dnnl_graph.h +include/oneapi/dnnl/dnnl_graph.hpp +include/oneapi/dnnl/dnnl_graph_sycl.h +include/oneapi/dnnl/dnnl_graph_sycl.hpp +include/oneapi/dnnl/dnnl_graph_types.h include/oneapi/dnnl/dnnl_ocl.h include/oneapi/dnnl/dnnl_ocl.hpp include/oneapi/dnnl/dnnl_ocl_types.h @@ -36,4 +41,4 @@ lib/cmake/dnnl/dnnl-targets-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/dnnl/dnnl-targets.cmake lib/libdnnl.so lib/libdnnl.so.3 -lib/libdnnl.so.3.0 +lib/libdnnl.so.3.1 |