Note: You may increase the problem size by changing the "size_t size = 128;" line. This value should be a power of 2.
Note: This example allocates a large amount of memory on the stack. For larger problem sizes, you will need to increase the stack size. The stack size may be set in Visual Studio under Project|Strassen Properties...|Linker|System|Stack Reserve Size. A large value like 104857600 should be sufficient. For Linux, the stack may be increased by running ulimit -Ss 102400 before running the program.
Copyright 2007 Intel Corporation. All Rights Reserved.
* Other names and brands may be claimed as the property of others.