Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Compilers > Input for liver...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 2302 of 2528
Post > Topic >>

Input for livermore loops

by Sriram <sriram.chandru@[EMAIL PROTECTED] > Jan 21, 2008 at 07:36 AM

Is it possible to use some random input data for using the kernels
given in livermore loops ? Is there any limit on the maximum size of
the array/data used as input to the kernel ?

For example, in kernel 12 (given below) is there any restriction on
the size of the value 'n' being used in this loop?

    /*

*******************************************************************
     *   Kernel 12 -- first difference

*******************************************************************
     */
    ntest = 12;

    do {
       for ( k=0 ; k<n ; k++ ) {
            x[k] = y[k+1] - y[k];
        }
    } while( test( ntest ) > 0 );
 




 1 Posts in Topic:
Input for livermore loops
Sriram <sriram.chandru  2008-01-21 07:36:33 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Oct 6 17:26:04 CDT 2008.