]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tidl/tidl-api.git/blobdiff - examples/two_eo_per_frame_opt/main.cpp
Merge branch 'hotfix/v01.05.01'
[tidl/tidl-api.git] / examples / two_eo_per_frame_opt / main.cpp
index c54b908d8a533f52f8c0209c653f5f47f30b4c03..43310c034f1596b0c028c1889c9e7c1cfb800e9f 100644 (file)
@@ -96,9 +96,7 @@ bool Run(int num_eve, int num_dsp, const char* ref_output)
 
     // Heap sizes for this network determined using Configuration::showHeapStats
     c.PARAM_HEAP_SIZE   = (3 << 20); // 3MB
-    c.NETWORK_HEAP_SIZE = (34 << 20); // 34MB
-    // AM572x default CMEM size is 160MB, 4 EVEs + 2DSPs won't fit
-    if (num_eve > 2)  num_eve = 2;
+    c.NETWORK_HEAP_SIZE = (20 << 20); // 20MB
 
     // Run this example for 16 input frames
     c.numFrames = 16;