TCE-IP

From HPCRL Wiki
(Difference between revisions)
Jump to: navigation, search
(wfxKWVZBViBxUKo)
 
(598 intermediate revisions by 4 users not shown)
Line 1: Line 1:
http://tink6547.freehostia.com/ find state by area code
+
=== Introduction ===
http://tink6547.freehostia.com/4/ park city mountain resort
+
The IP-TCE library is a set of C functions designed to provide
http://toli3591.mycyberway.com/ watch star wars episode 4
+
high-performance array index permutation (index sorting), an important
http://toli3591.mycyberway.com/3/ bundt cake recipe
+
group of kernels used in many scientific applications and compilation
http://maks5988.110mb.com/ vitamin deficiency skin
+
techniques. The generation of the library code combines analytical and
http://maks5988.110mb.com/9/ death note desktop theme
+
empirical approaches. The details of how to generate the efficient 2-D IP
http://alex1548.phreesite.com/ silent hunter 4 trainer
+
(Matrix Transposition) code can be found in [1]. For high-dimensional arrays,
http://alex1548.phreesite.com/3/ hair ideas medium length
+
with challenges such as high indexing costs and short dimensions, we employ
http://pava5578.freehostplace.com/ free download msn beta
+
optimizations such as restricting code versions, using one-level tiling and
http://pava5578.freehostplace.com/2/ japanese body massage
+
generating indexing code to achieve high performance without code size
http://turtyu88.my3gb.com/ definitely maybe download
+
explosion.
http://turtyu88.my3gb.com/9/ photoshop 10 serial
+
 
http://toli2738.001webs.com/ venice florida white pages
+
The source code we provide does index permutation on 2-D,4-D and 6-D
http://toli2738.001webs.com/2/ free serial number
+
64-bit floating point arrays on IA-32 machines. Except for the 2-D functions that
http://tink6547.freehostia.com/state-phone-code.html state province code
+
have more complicated optimizations than the others, the library employs SSE2
http://tink6547.freehostia.com/4/park-city-ut-mountain.html mountain city club
+
instructions when the fastest varying dimensions of source and destination
http://toli3591.mycyberway.com/watch-star-wars-online-for.html order to watch star wars
+
arrays are multiples of vector sizes in elements, otherwise a scalar version
http://toli3591.mycyberway.com/3/pineapple-upside-down-cake-recipe.html cream cheese cake recipe
+
is chosen. The user should be able to modify our code to get IP code working for
http://maks5988.110mb.com/deficiency-in-vitamin-a.html deficiency in vitamin c
+
other dimension numbers.
http://maks5988.110mb.com/9/batman-desktop-theme.html police desktop theme
+
 
http://alex1548.phreesite.com/avernum-4-trainer.html rs trainer v1 4
+
The IP-TCE library implements two variants of index permutation. One variant
http://alex1548.phreesite.com/3/straight-hair-ideas.html hairstyle cut ideas
+
implements B = factor * Permute(A, permutation) and the other one is the
http://pava5578.freehostplace.com/live-messenger-90-beta-download.html boot camp beta download
+
accumulative version B = B + factor * Permute(A, permutation). Doing so makes
http://pava5578.freehostplace.com/2/japan-body-massage.html body massage service
+
our code compatible with the index permutation routines in nwchem/tce. We have
http://turtyu88.my3gb.com/definitely-maybe-divx.html definitely maybe book
+
been able to plug our code into nwchem/tce and obtained overall performance
http://turtyu88.my3gb.com/9/adobe-photoshop-cs2-serial-crack.html photoshop 3 serial
+
improvements ranging from 74% to 253% with different methods and inputs.
http://toli2738.001webs.com/apartments-for-rent-in-venice-florida.html pizza hut venice florida
+
 
http://toli2738.001webs.com/2/poweriso-serial-number.html xp sp2 serial number
+
=== Compilation ===
http://tink6547.freehostia.com/state-code-ap.html state code for indiana
+
The library code can be compiled by either the Intel C compiler or the GNU C
http://tink6547.freehostia.com/4/mountain-property-management-park-city.html mountain village park city utah
+
compiler. We used icc 10.1 and gcc 4.1.2 when testing the code. If other
http://toli3591.mycyberway.com/watch-star-wars-episode-v.html watch star wars episode 1 free
+
compilers such as pgcc is used, the user is responsible for finding the
http://toli3591.mycyberway.com/3/fudge-cake-recipe.html yellow cake mix recipe
+
alignment directives used by the compiler and changing the library code
http://maks5988.110mb.com/vitamin-b-deficiency-diseases.html deficiency in vitamin
+
correspondingly.
http://maks5988.110mb.com/9/the-office-desktop-theme.html white desktop theme
+
 
http://alex1548.phreesite.com/demonic-defense-4-trainer.html 4 pc game trainer
+
=== Library Usage ===
http://alex1548.phreesite.com/3/hair-cut-ideas-men.html crazy hair color ideas
+
The interface of the IP-TCE library is compatible with the index permutation
http://pava5578.freehostplace.com/beta-house-free-download.html code 4 beta download
+
routines in nwchem/tce and is mainly for Fortran used. For example,
http://pava5578.freehostplace.com/2/ful-body-massage.html home body massage
+
the prototype of the 4-D non-accumulative permutation routine is:
http://turtyu88.my3gb.com/definitely-maybe-tv.html definitely maybe tv
+
 
http://turtyu88.my3gb.com/9/photoshop-5-serial-number.html adobe photoshop 3 serial
+
                  tce_sort_4_(double* unsorted,double* sorted,
http://toli2738.001webs.com/chevrolet-venice-florida.html attorneys venice florida
+
                              int* a_in, int* b_in, int* c_in, int* d_in,
http://toli2738.001webs.com/2/webcammax-serial-number.html usb serial number
+
                              int* i_in, int* j_in, int* k_in, int* l_in,
http://tink6547.freehostia.com/area-code-866-state.html fl state code
+
                              double* factor_in)
http://tink6547.freehostia.com/4/city-in-a-mountain.html the mountain center park city
+
 
http://toli3591.mycyberway.com/watch-star-wars-three.html watch star wars episode three
+
Where all the arguments are pointers and function names are in the lowercase
http://toli3591.mycyberway.com/3/chocolate-pound-cake-recipe.html molten chocolate cake recipe
+
and end with "_". If needed,  the user can write a wrapper or directly modify
http://maks5988.110mb.com/dog-vitamin-deficiency.html vitamin d deficiency health
+
the function (which is actually a wrapper to the SIMD and scalar IP functions)
http://maks5988.110mb.com/9/dune-desktop-theme.html girl desktop theme
+
to obtain a desired interface.
http://alex1548.phreesite.com/4-plus-6-trainer.html cp trainer 4 for
+
 
http://alex1548.phreesite.com/3/red-hair-color-ideas.html hair color ideas and pictures
+
=== Contact Info ===
http://pava5578.freehostplace.com/burning-crusade-beta-download.html messenger 8 beta download
+
Please contact Qingda Lu(luq@cse.ohio-state.edu) for questions.
http://pava5578.freehostplace.com/2/body-being-massage.html body massage download
+
 
http://turtyu88.my3gb.com/definitely-maybe-phone.html definitely maybe motion picture
+
=== Reference ===
http://turtyu88.my3gb.com/9/photoshop-cs-serial-number.html photoshop 4.0 serial number
+
[1] Qingda Lu, Sriram Krishnamoorthy, P. Sadayappan: Combining analytical and
http://toli2738.001webs.com/fitness-venice-florida.html skin creations venice florida
+
empirical approaches in tuning matrix transposition. 15th International
http://toli2738.001webs.com/2/fetch-53-serial-number.html switch serial number
+
Conference on Parallel Architecture and Compilation Techniques(PACT 2006):233-242
http://tink6547.freehostia.com/4/dakota-mountain-lodge-park-city.html silver mountain gym park city
+
http://toli3591.mycyberway.com/should-you-watch-star-wars.html watch star wars 3 online
+
http://toli3591.mycyberway.com/3/lemon-pound-cake-recipes.html lemon pudding cake recipe
+
http://maks5988.110mb.com/vitamin-d-deficiency-supplement.html vitamin e deficiency causes
+
http://maks5988.110mb.com/9/desktop-theme-search.html vendetta desktop theme
+
http://alex1548.phreesite.com/cry-4-mega-trainer.html halo trainer v1 4
+
http://pava5578.freehostplace.com/vertex-beta-download.html silverlight 2 beta 2 download
+
http://pava5578.freehostplace.com/2/body-massage-wiki.html therapeutic massage and body
+
http://turtyu88.my3gb.com/the-book-in-definitely-maybe.html length of definitely maybe
+
http://turtyu88.my3gb.com/9/photoshop-serial-number.html how to find photoshop serial
+
http://toli2738.001webs.com/tires-venice-florida.html venice florida movie
+
http://toli2738.001webs.com/2/serial-number-warez.html serial number registry
+
http://toli3591.mycyberway.com/3/chocolate-fudge-cake-recipe.html chocolate mousse cake recipe
+

Latest revision as of 23:34, 20 February 2009

Contents

Introduction

The IP-TCE library is a set of C functions designed to provide high-performance array index permutation (index sorting), an important group of kernels used in many scientific applications and compilation techniques. The generation of the library code combines analytical and empirical approaches. The details of how to generate the efficient 2-D IP (Matrix Transposition) code can be found in [1]. For high-dimensional arrays, with challenges such as high indexing costs and short dimensions, we employ optimizations such as restricting code versions, using one-level tiling and generating indexing code to achieve high performance without code size explosion.

The source code we provide does index permutation on 2-D,4-D and 6-D 64-bit floating point arrays on IA-32 machines. Except for the 2-D functions that have more complicated optimizations than the others, the library employs SSE2 instructions when the fastest varying dimensions of source and destination arrays are multiples of vector sizes in elements, otherwise a scalar version is chosen. The user should be able to modify our code to get IP code working for other dimension numbers.

The IP-TCE library implements two variants of index permutation. One variant implements B = factor * Permute(A, permutation) and the other one is the accumulative version B = B + factor * Permute(A, permutation). Doing so makes our code compatible with the index permutation routines in nwchem/tce. We have been able to plug our code into nwchem/tce and obtained overall performance improvements ranging from 74% to 253% with different methods and inputs.

Compilation

The library code can be compiled by either the Intel C compiler or the GNU C compiler. We used icc 10.1 and gcc 4.1.2 when testing the code. If other compilers such as pgcc is used, the user is responsible for finding the alignment directives used by the compiler and changing the library code correspondingly.

Library Usage

The interface of the IP-TCE library is compatible with the index permutation routines in nwchem/tce and is mainly for Fortran used. For example, the prototype of the 4-D non-accumulative permutation routine is:

                  tce_sort_4_(double* unsorted,double* sorted,
                              int* a_in, int* b_in, int* c_in, int* d_in,
                              int* i_in, int* j_in, int* k_in, int* l_in,
                              double* factor_in)

Where all the arguments are pointers and function names are in the lowercase and end with "_". If needed, the user can write a wrapper or directly modify the function (which is actually a wrapper to the SIMD and scalar IP functions) to obtain a desired interface.

Contact Info

Please contact Qingda Lu(luq@cse.ohio-state.edu) for questions.

Reference

[1] Qingda Lu, Sriram Krishnamoorthy, P. Sadayappan: Combining analytical and empirical approaches in tuning matrix transposition. 15th International Conference on Parallel Architecture and Compilation Techniques(PACT 2006):233-242