Commit a4a250ef authored by norvell's avatar norvell
Browse files

Fix typos in .enable-split-rendering call, disable WMOPS switch which was unintentionally enabled

parent 48f2a3f1
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -574,7 +574,7 @@ split-rendering-smoke-test:
  needs: ["build-codec-linux-make"]
  stage: test
  script:
    - .enable-split-rendering
    - *enable-split-rendering
    - make -j
    - python3 -m pytest -q -n auto -rA --junit-xml=report-junit.xml tests/split_rendering/test_split_rendering.py
  artifacts:
@@ -615,7 +615,7 @@ split-rendering-pytest-on-merge-request:
    - git checkout $target_commit

    # build reference binaries
    - .enable-split-rendering
    - *enable-split-rendering
    - make -j
    - mv IVAS_cod IVAS_cod_ref
    - mv IVAS_dec IVAS_dec_ref
@@ -624,7 +624,7 @@ split-rendering-pytest-on-merge-request:
    # back to source branch
    - git checkout $source_branch_commit_sha
    - make clean
    - .enable-split-rendering
    - *enable-split-rendering
    - make -j

    # run test
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@
#ifndef RELEASE
#define DEBUGGING                               /* Activate debugging part of the code */
#endif
#define WMOPS                               /* Activate complexity and memory counters */
/*#define WMOPS*/                               /* Activate complexity and memory counters */
/*#define WMOPS_PER_FRAME*/                     /* Output per-frame complexity (writes one float value per frame to the file "wmops_analysis") */
/*#define WMOPS_DETAIL*/                        /* Output detailed complexity printout for every function. Increases runtime overhead */
/*#define WMOPS_WC_FRAME_ANALYSIS*/             /* Output detailed complexity analysis for the worst-case frame */