diff options
author | Alan Mishchenko <alanmi@berkeley.edu> | 2006-09-09 08:01:00 -0700 |
---|---|---|
committer | Alan Mishchenko <alanmi@berkeley.edu> | 2006-09-09 08:01:00 -0700 |
commit | aab0c478e4c78c6856919fcd1027583ca148f3eb (patch) | |
tree | 669ef61b062aef921bf0ae687aafdd630cd0fdc8 /src/temp/ivy/ivyIsop.c | |
parent | c5c9e37a0a8cbd6fe29c3430b518b4305060fb4c (diff) | |
download | abc-aab0c478e4c78c6856919fcd1027583ca148f3eb.tar.gz abc-aab0c478e4c78c6856919fcd1027583ca148f3eb.tar.bz2 abc-aab0c478e4c78c6856919fcd1027583ca148f3eb.zip |
Version abc60909
Diffstat (limited to 'src/temp/ivy/ivyIsop.c')
-rw-r--r-- | src/temp/ivy/ivyIsop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/temp/ivy/ivyIsop.c b/src/temp/ivy/ivyIsop.c index 1a4fce25..1887eb6a 100644 --- a/src/temp/ivy/ivyIsop.c +++ b/src/temp/ivy/ivyIsop.c @@ -26,7 +26,7 @@ //////////////////////////////////////////////////////////////////////// // ISOP computation fails if intermediate memory usage exceed this limit -#define IVY_ISOP_MEM_LIMIT 4096 +#define IVY_ISOP_MEM_LIMIT 16*4096 // intermediate ISOP representation typedef struct Ivy_Sop_t_ Ivy_Sop_t; |