You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
run: cd systemc-3.0.0 && mkdir objdir && cd objdir && export CXX=g++ && ../configure --prefix=/usr/local/systemc-3.0.0 && make && make check && make install
26
+
- name: Compile Compression
23
27
working-directory: ./modules/compression
24
28
run: make IPS_JPG_AT_EN=1 INCLUDE_OPENCV_PKG=1
25
-
- name: compile edge detector
29
+
- name: Compile Edge Detector
26
30
working-directory: ./modules/edge-detector
27
31
run: make EDGE_DETECTOR_AT_EN=1 INCLUDE_OPENCV_PKG=1
32
+
- name: Compile Filter
33
+
working-directory: ./modules/filter
34
+
run: make IPS_FILTER_LT_EN=1 TEST_MODE_IMAGE=1 IPS_DUMP_EN=1 INCLUDE_OPENCV_PKG=1
0 commit comments