File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 13
13
cfg.MATLABSourceComments = true ;
14
14
cfg.GenerateReport = true ;
15
15
cfg.ConstantFoldingTimeout = 2147483647 ;
16
- cfg.DynamicMemoryAllocation = ' AllVariableSizeArrays ' ;
16
+ cfg.EnableDynamicMemoryAllocation = true ;
17
17
cfg.SaturateOnIntegerOverflow = false ;
18
18
cfg.EnableAutoExtrinsicCalls = false ;
19
- cfg.InlineThreshold = 2147483647 ;
20
- cfg.InlineThresholdMax = 2147483647 ;
21
- cfg.InlineStackLimit = 2147483647 ;
19
+ cfg.InlineBetweenUserFunctions = ' Always ' ;
20
+ cfg.InlineBetweenMathWorksFunctions = ' Always ' ;
21
+ cfg.InlineBetweenUserAndMathWorksFunctions = ' Always ' ;
22
22
cfg.StackUsageMax = 16777216 ;
23
23
cfg.IntegrityChecks = false ;
24
24
cfg.ResponsivenessChecks = false ;
25
25
cfg.ExtrinsicCalls = false ;
26
26
cfg.EchoExpressions = false ;
27
27
cfg.GlobalDataSyncMethod = ' NoSync' ;
28
+ cfg.SIMDAcceleration = ' Full' ;
28
29
29
30
%% Define argument types for entry-point 'spkron_internal_mex'.
30
31
ARGS = cell(1 ,1 );
You can’t perform that action at this time.
0 commit comments