<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        color:black;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0in;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        color:black;}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
span.EmailStyle19
        {mso-style-type:personal;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
span.EmailStyle20
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body bgcolor="white" lang="EN-US" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoNormal"><span style="color:#1F497D">Customer is saying:<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">We are performing nonlinear SNES solvers with linear KSP solves inside of them.  The KSP solver types that we use are CG, CGS, BiCG, BiCGS, GMRES, Richardson, and LSQR; though Richardson and LSQR are very infrequently
 used.  We use a block Jacobi preconditioner with the following sub-preconditioner types:  None, ILU, LU, ICC, Cholesky, and Jacobi.  The global system sizes range from 10k x 10k to 20M x 20M depending on model size.  We typically run the smaller models on
 4-core workstations and the larger models with between 32 and 128 cores on an HPC.  The workstations will only have a single GPU, but the HPC may have one GPU per 16 cores (1 GPU per HPC node).<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D">Antoine</span><span style="color:#1F497D"><o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:#1F497D"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in">
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif";color:windowtext"> petsc-dev-bounces@mcs.anl.gov [mailto:petsc-dev-bounces@mcs.anl.gov]
<b>On Behalf Of </b>Paul Mullowney<br>
<b>Sent:</b> Wednesday, March 13, 2013 1:43 PM<br>
<b>To:</b> For users of the development version of PETSc<br>
<b>Subject:</b> Re: [petsc-dev] PETSc port to OpenCL<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Hi Antoine,<br>
<br>
I don't think one can claim that PETSc supports OpenCL right now. However, I think progress has definitely been made in getting core vector computations (for a Krylov algorithm) to run via OpenCL.
<br>
<br>
Karl, do you have any comment on this?<br>
<br>
Once those are in place, it wouldn't be too difficult to get a prototype matrix class into PETSc where the other core pieces of a solve, mainly SpMV (and potentially the triangular solves) run on AMD devices.<br>
<br>
The real question is, what algorithms does your customer want to run? i.e. is it a KSP solve? What is the preconditioner? How big is the system? Are multiple GPUs neeeded?<br>
<br>
-Paul<br>
<br>
<br>
<br>
<br>
<o:p></o:p></p>
<p class="MsoNormal">We (AMD FirePro) have a customer using PETSc and trying to port their thermal/ablation solver code to OpenCL.
<o:p></o:p></p>
<p class="MsoNormal">Do you support AMD GPUs and OpenCL?<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Ref: <a href="http://fireuser.com/blog/comparing_the_amd_firepro_s10000_to_the_tesla_k10_k20_and_k20x">
Comparing the AMD FirePro S10000 to the Nvidia Tesla K10, K20 and K20X</a><o:p></o:p></p>
<p class="MsoNormal"><a href="http://www.amd.com/us/products/workstation/graphics/firepro-remote-graphics/S10000/Pages/S10000.aspx#1">AMD FirePro™ S10000 Server Graphics</a><o:p></o:p></p>
<p class="MsoNormal">Heterogeneous Compute - <a href="http://developer.amd.com/tools/">
Tools</a><o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Regards,<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none;vertical-align:middle"><b><span style="font-family:"Arial","sans-serif";color:#00A76F">Antoine Reymond</span></b><o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none;vertical-align:middle"><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#8C8C8C">Sr. Strategic Alliances Manager</span><o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none;vertical-align:middle"><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#8C8C8C">AMD Professional Graphics</span><o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none;vertical-align:middle"><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#8C8C8C">O: +(1) 949 336 6244  M: +(1) 949 870 2200</span><o:p></o:p></p>
<p class="MsoNormal" style="text-autospace:none;vertical-align:middle"><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#8C8C8C"> </span><o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Arial","sans-serif""><img border="0" width="62" height="15" id="Picture_x0020_5" src="cid:image001.jpg@01CE2627.A71B3040"></span><span style="font-size:10.5pt;font-family:"Arial","sans-serif";color:#8C8C8C"> 
</span><img border="0" width="22" height="18" id="Picture_x0020_2" src="cid:image002.png@01CE2627.A71B3040" alt="52324A_FireProTechLogo_S_E s"> <span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#8C8C8C">Visit us at:
</span><a href="https://twitter.com/AMDFirePro"><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#00A76F;text-decoration:none">Twitter</span></a><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#8C8C8C"> |
</span><a href="http://www.fireprographics.com/"><span style="font-size:9.0pt;font-family:"Arial","sans-serif";color:#00A76F;text-decoration:none">amd.com</span></a><o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"><span style="font-size:12.0pt;font-family:"Times New Roman","serif""><o:p> </o:p></span></p>
</div>
</body>
</html>