File: add-primitive-header-on-rv64.patch

package info (click to toggle)
onednn 3.9.1%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 79,124 kB
  • sloc: cpp: 850,217; ansic: 37,403; lisp: 16,757; python: 3,463; asm: 831; sh: 78; javascript: 66; makefile: 41
file content (18 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Add missing include common/primitive.hpp
Author: Bo YU <tsu.yubo@gmail.com>
Forwarded: https://github.com/oneapi-src/oneDNN/pull/2053
Applied-Upstream: master
Reviewed-By: Shengqi Chen <harry-chen@outlook.com>
Last-Update: 2024-08-29
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/cpu/rv64/rvv_nchw_pooling.hpp
+++ b/src/cpu/rv64/rvv_nchw_pooling.hpp
@@ -20,6 +20,7 @@
 
 #include "common/primitive.hpp"
 #include "cpu/cpu_pooling_pd.hpp"
+#include "common/primitive.hpp"
 
 namespace dnnl {
 namespace impl {