<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://cs.anu.edu.au/people/Ahmed.ElZein/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://cs.anu.edu.au/people/Ahmed.ElZein/feed.php">
        <title>Ahmed's ANU Pages</title>
        <description></description>
        <link>http://cs.anu.edu.au/people/Ahmed.ElZein/</link>
        <image rdf:resource="http://cs.anu.edu.au/people/Ahmed.ElZein/lib/images/favicon.ico" />
       <dc:date>2009-04-25T23:47:50+10:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=publications&amp;rev=1240534319&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=cuda_forums&amp;rev=1218505127&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=petsc&amp;rev=1217822331&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=research:more&amp;rev=1217305136&amp;do=diff"/>
                <rdf:li rdf:resource="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=start&amp;rev=1213521299&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://cs.anu.edu.au/people/Ahmed.ElZein/lib/images/favicon.ico">
        <title>Ahmed's ANU Pages</title>
        <link>http://cs.anu.edu.au/people/Ahmed.ElZein/</link>
        <url>http://cs.anu.edu.au/people/Ahmed.ElZein/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=publications&amp;rev=1240534319&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-24T10:51:59+10:00</dc:date>
        <dc:creator>zein</dc:creator>
        <title>publications</title>
        <link>http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=publications&amp;rev=1240534319&amp;do=diff</link>
        <description>Publications

ICCS08

	*  Presented a paper titled “Performance Evaluation of the NVIDIA GeForce 8800 GTX GPU for Machine Learning”.
	*  [The presentation] I gave at ICCS08.


Bibtex:



@inproceedings{ELZEIN08,
   editor    = {Marian Bubak and Geert Dick van Albada and Jack Dongarra and Peter M.A. Sloot},
   booktitle = {Computational Science -- ICCS 2008},
   publisher = {Springer},
   location  = {Heidelberg},
   series    = {LNCS},
   volume    = {5101},
   year      = {2008},
   isbn      =…</description>
    </item>
    <item rdf:about="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=cuda_forums&amp;rev=1218505127&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-12T11:38:47+10:00</dc:date>
        <dc:creator>zein</dc:creator>
        <title>cuda_forums</title>
        <link>http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=cuda_forums&amp;rev=1218505127&amp;do=diff</link>
        <description>The CUDA forums are located here. I keep a few direct links to topic that I think are important. The links are organized in different sections to make it easier.

Memory

	*  benchmarks of different memory access methods
	*  warp serialize

Linking

	*  linking</description>
    </item>
    <item rdf:about="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=petsc&amp;rev=1217822331&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-04T13:58:51+10:00</dc:date>
        <dc:creator>zein</dc:creator>
        <title>petsc</title>
        <link>http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=petsc&amp;rev=1217822331&amp;do=diff</link>
        <description>Matrix Objects in Petsc


in  Petsc a matrix is represented as a Mat object defined in petscmat.h as:



typedef struct _p_Mat*           Mat;


struct _p_Mat is defined in matimpl.h as:


struct _p_Mat {
  PETSCHEADER(struct _MatOps);
  PetscMap               rmap,cmap;
  void                   *data;            /* implementation-specific data */
  PetscInt               factor;           /* 0, FACTOR_LU, or FACTOR_CHOLESKY */
  PetscTruth             assembled;        /* is the matrix assemble…</description>
    </item>
    <item rdf:about="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=research:more&amp;rev=1217305136&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-07-29T14:18:56+10:00</dc:date>
        <dc:creator>zein</dc:creator>
        <title>research:more</title>
        <link>http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=research:more&amp;rev=1217305136&amp;do=diff</link>
        <description>Introduction

The use of Graphical Processing Units (GPU) for scientific computing has been an area of active research since as early as 1978 [1]. For the past few years, the demand for more realistic games in an ever growing market has lead GPU manufactures to produce high end graphics cards that are able to render complex scenes at very fast frame rates. As graphics problems are embarrassingly parallel in nature, GPUs have been designed as massively parallel architectures. Furthermore, to deal…</description>
    </item>
    <item rdf:about="http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=start&amp;rev=1213521299&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-06-15T19:14:59+10:00</dc:date>
        <dc:creator>zein</dc:creator>
        <title>start</title>
        <link>http://cs.anu.edu.au/people/Ahmed.ElZein/doku.php?id=start&amp;rev=1213521299&amp;do=diff</link>
        <description>Welcome to my ANU website. I joined the ANU in March 2007 as a Masters by research student at the Department Of Computer Science (DCS). I am looking into running Statistical Machine Learning (SML) applications on Graphical Processing Units (GPU).

More about Me</description>
    </item>
</rdf:RDF>
