CINXE.COM
MICRO 2014 : The 47th Annual IEEE/ACM International Symposium on Microarchitecture
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>MICRO 2014 : The 47th Annual IEEE/ACM International Symposium on Microarchitecture</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="description" content="MICRO 2014 : The 47th Annual IEEE/ACM International Symposium on Microarchitecture"> <meta name="ROBOTS" content="INDEX,NOFOLLOW"> <link rel="stylesheet" type="text/css" href="/cfp/styles/wikicfp.css?v=2"> <link rel="shortcut icon" href="/cfp/images/wikicfp.ico"> <!-- Google tag (gtag.js) --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-2351831-1"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-2351831-1'); </script> <script type="text/javascript"> function recordOutboundLink(link, category, action, newtab) { try { _gaq.push(['_trackEvent', category, action]); if (newtab > 0) setTimeout('window.open("' + link.href + '", "_newtab")', 100); else setTimeout('document.location="' + link.href + '"', 100); }catch(err){} } </script> <script src="https://www.semanticscholar.org/js/wikicfp-embed.js" async></script> </head> <body bgcolor="#ffffee"> <div style="padding: 0px; position: absolute; top:1px; left:2px; right:11px; max-width:1251px; min-width: 995px"> <div class="logo"> <table cellspacing="0"><tr valign="bottom"> <td align="left"> <img src="/cfp/images/wikicfplogo-90.png" style="cursor:pointer; vertical-align:-7px;" onclick="document.location.href='/'" width="265" height="90" alt="WikiCFP"> </td> </tr></table> </div> <div class="topright" style="float: right;"> <div id="s2-search" style="margin-top: 20px;"></div> </div> </div> <div class="topright" style="height: 81px;"> </div> <div class="navsec"> <div class="menusec"> <a class="nav" href="/cfp/home" accesskey="h">Home</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=login">Login</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.regin?mode=register">Register</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.profile">Account</a></li><li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/user.logout">Logout</a></li> </ul> <a class="nav" href="/cfp/allcat" accesskey="c">Categories</a><br> <a class="nav" href="/cfp/allcfp" accesskey="p">CFPs</a> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.trycfp">Post a CFP</a></li> </ul> <a class="nav" href="/cfp/series?t=c&i=A" accesskey="p">Conf Series</a> <!-- <img src="/cfp/images/new.gif" alt="" /> --> <br> <!-- <a class="nav" href="/cfp/series?t=j&i=A" accesskey="p">Journals</a><img src="/cfp/images/new.gif" alt="" /><br> --> <a class="nav" href="/cfp/servlet/event.showlist?ltype=w">My List</a><br> <ul> <li style="margin:0 0 0 -20;"><a class="nav" href="/cfp/servlet/event.showtl?">Timeline</a></li> </ul> <a class="nav" href="/cfp/servlet/event.showlist?ltype=a">My Archive</a><br> <a class="nav" href="http://www.todordimitrov.de/cfp-app/index.html" target="_blank">On iPhone</a><br> <a class="nav" href="https://play.google.com/store/apps/details?id=net.kuratkoo.wikicfp" target="_blank">On Android</a><br> <hr> <div class="searchbox"> <form method="get" action="/cfp/servlet/tool.search" STYLE="margin: 0px; padding: 0px;"> <table align="center" cellpadding="0" cellspacing="0"> <tr><td align="center" colspan="2"> <input name="q" placeholder="search CFPs" type="text" style="width:136px" value="" TABINDEX=100> </td></tr> <tr> <td align="left"><select class="searchbox" name="year" TABINDEX=101> <option value="t" selected="selected" > 2025</option> <option value="n" > 2026 </option> <option value="f" > 2025+ </option> <option value="a" > all </option> </select></td> <td align="right"><input class="searchbox" type="submit" value="Search" TABINDEX=102></td> </tr> </table> </form> </div> </div> <div class="infosec" style="width: 160px; margin: 0px; padding: 0px; margin-top: 5px;"> <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test"><img src="/cfp/images/wikicfp_creative.jpg" width="160" height="600" border="0" alt=""></a> </div> <!-- <div class="infosec"> <span class="btheme"><b>What's New</b></span><br> 1. <span class="btheme">email</span> notification of deadline extension </div> --> <!-- <div class="bimgsec" > <a href="http://twitter.com/wikicfp"><img border="0" src="/cfp/images/twitter_160.jpg" ALT=""> </a> </div> --> </div> <SCRIPT language="JavaScript" type="text/javascript"> function display(ind) { elem = document.getElementById(ind); if (elem.style.display == 'none') { elem.style.display = 'inline'; } else if (elem.style.display == 'inline') { elem.style.display = 'none'; } } function OnSubmitForm() { if (!confirm("You cannot undo this operation. \nAre you sure you want to delete the items?")){ return false; } return true; } function returnObjById( id ) { if (document.getElementById) var returnVar = document.getElementById(id); else if (document.all) var returnVar = document.all[id]; else if (document.layers) var returnVar = document.layers[id]; return returnVar; } function AutoFill() { var dest = returnObjById("ExpeSf_destination"); if (dest != null){ dest.onfocus(); dest.value = "Cambridge, England"; dest.onchange(); } var origin = returnObjById("ExpeSf_origin"); if (origin == null){ setTimeout("AutoFill()", 5000); } return true; } window.onload=function(){setTimeout("AutoFill()", 1000)}; </SCRIPT> <div class="contsec"> <center> <table cellpadding="0" cellspacing="0" width="100%"> <tr><td> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="middle" > <td align="left"> <table cellpadding="0" cellspacing="1"><tr><td align="left"> posted by user: <a href="/cfp/servlet/event.showlist?lownerid=26747&ltype=w">cota</a> || 14538 views || tracked by 45 users: <span id='more_button' style='display:inline'>[<a href="javascript:display('more_users');display('more_button');">display</a>]</span><span id='more_users' style='display:none'><a href="/cfp/servlet/event.showlist?lownerid=26747&ltype=w">cota</a>, <a href="/cfp/servlet/event.showlist?lownerid=18282&ltype=w">lu</a>, <a href="/cfp/servlet/event.showlist?lownerid=4772&ltype=w">inlee</a>, <a href="/cfp/servlet/event.showlist?lownerid=22347&ltype=w">PARsE</a>, <a href="/cfp/servlet/event.showlist?lownerid=62386&ltype=w">cityuyuan</a>, <a href="/cfp/servlet/event.showlist?lownerid=44473&ltype=w">divcesar</a>, <a href="/cfp/servlet/event.showlist?lownerid=33738&ltype=w">Gaurang</a>, <a href="/cfp/servlet/event.showlist?lownerid=29008&ltype=w">mad</a>, <a href="/cfp/servlet/event.showlist?lownerid=26431&ltype=w">compeng</a>, <a href="/cfp/servlet/event.showlist?lownerid=20003&ltype=w">gvdbraak</a>, <a href="/cfp/servlet/event.showlist?lownerid=62472&ltype=w">hongyeol</a>, <a href="/cfp/servlet/event.showlist?lownerid=45791&ltype=w">mzilli</a>, <a href="/cfp/servlet/event.showlist?lownerid=61436&ltype=w">andysan</a>, <a href="/cfp/servlet/event.showlist?lownerid=24435&ltype=w">muecke</a>, <a href="/cfp/servlet/event.showlist?lownerid=62652&ltype=w">angererc</a>, <a href="/cfp/servlet/event.showlist?lownerid=62930&ltype=w">Yangat</a>, <a href="/cfp/servlet/event.showlist?lownerid=63583&ltype=w">liuqixiao</a>, <a href="/cfp/servlet/event.showlist?lownerid=53806&ltype=w">huangmingkai</a>, <a href="/cfp/servlet/event.showlist?lownerid=62209&ltype=w">xxmei</a>, <a href="/cfp/servlet/event.showlist?lownerid=42912&ltype=w">tuohy016</a>, <a href="/cfp/servlet/event.showlist?lownerid=63215&ltype=w">wf_cs</a>, <a href="/cfp/servlet/event.showlist?lownerid=64428&ltype=w">tsikudis</a>, <a href="/cfp/servlet/event.showlist?lownerid=3215&ltype=w">sharshera</a>, <a href="/cfp/servlet/event.showlist?lownerid=64685&ltype=w">andy_glew</a>, <a href="/cfp/servlet/event.showlist?lownerid=33035&ltype=w">rjordans</a>, <a href="/cfp/servlet/event.showlist?lownerid=65034&ltype=w">vilanova</a>, <a href="/cfp/servlet/event.showlist?lownerid=65283&ltype=w">juansg</a>, <a href="/cfp/servlet/event.showlist?lownerid=61728&ltype=w">anamud</a>, <a href="/cfp/servlet/event.showlist?lownerid=65847&ltype=w">cre8tor</a>, <a href="/cfp/servlet/event.showlist?lownerid=41539&ltype=w">wzzhang</a>, <a href="/cfp/servlet/event.showlist?lownerid=22083&ltype=w">rjazevedo</a>, <a href="/cfp/servlet/event.showlist?lownerid=54838&ltype=w">lzyerste</a>, <a href="/cfp/servlet/event.showlist?lownerid=58724&ltype=w">bfeng</a>, <a href="/cfp/servlet/event.showlist?lownerid=67953&ltype=w">sbaskiyar</a>, <a href="/cfp/servlet/event.showlist?lownerid=68459&ltype=w">rogercyh</a>, <a href="/cfp/servlet/event.showlist?lownerid=68597&ltype=w">dhkimycs</a>, <a href="/cfp/servlet/event.showlist?lownerid=68651&ltype=w">nypdmax</a>, <a href="/cfp/servlet/event.showlist?lownerid=68160&ltype=w">evocache</a>, <a href="/cfp/servlet/event.showlist?lownerid=70610&ltype=w">rahuljain9</a>, <a href="/cfp/servlet/event.showlist?lownerid=72521&ltype=w">rbshek</a>, <a href="/cfp/servlet/event.showlist?lownerid=48669&ltype=w">Fredlty</a>, <a href="/cfp/servlet/event.showlist?lownerid=57545&ltype=w">bellatp</a>, <a href="/cfp/servlet/event.showlist?lownerid=74928&ltype=w">hnfum</a>, <a href="/cfp/servlet/event.showlist?lownerid=36680&ltype=w">jk_masterslave</a>, <a href="/cfp/servlet/event.showlist?lownerid=74020&ltype=w">postech_hpc</a> [<a href="javascript:display('more_users');display('more_button');">hide</a>]</span> </td></tr></table> </td> <td align="right"> <table cellpadding="0" cellspacing="0"><tr valign="baseline"> <td nowrap></td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.copycfp"> <input name="getaddress" type="hidden" value="event.showcfp"> <input name="eventid" type="hidden" value="36635"> <input name="copyownerid" type="hidden" value="26747"> <input name="option" type="hidden" value="x"> <input type="submit" value="Add to My List"> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.orgcfp"> <input align="middle" type="submit" value="I'm Organizer" DISABLED> </form> </td> <td align="center" nowrap="nowrap"> <form method="get" action="/cfp/servlet/event.updcfp"> <input align="middle" type="submit" value="Modify" DISABLED> </form> </td> </tr></table> </td> </tr></table> </td></tr> <tr><td align="center" > <br> <h2> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="MICRO 2014"></span> <span property="v:eventType" content="Conference"></span> <span property="v:startDate" content="2014-12-13T00:00:00"></span> <span property="v:endDate" content="2014-12-17T23:59:59"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=36635" rel="v:url"></span> <span rel="v:location"><span typeof="v:Address"><span property="v:locality" content="Cambridge, England"></span></span></span> <span property="v:description"> MICRO 2014 : The 47th Annual IEEE/ACM International Symposium on Microarchitecture</span> </span> </h2> <h3> <span id="share-buttons"> <a href="http://www.facebook.com/sharer.php?u=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=36635&copyownerid=26747" target="_blank"><img src="/cfp/images/share/facebook.png" alt="Facebook"/></a><a href="http://twitter.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=36635&copyownerid=26747&text=MICRO 2014 : The 47th Annual IEEE/ACM International Symposium on Microarchitecture" target="_blank"><img src="/cfp/images/share/twitter.png" alt="Twitter" /></a><a href="http://www.linkedin.com/shareArticle?mini=true&url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=36635&copyownerid=26747" target="_blank"><img src="/cfp/images/share/linkedin.png" alt="LinkedIn" /></a><a href="https://plus.google.com/share?url=http://wikicfp.com/cfp/servlet/event.showcfp?eventid=36635&copyownerid=26747" target="_blank"><img src="/cfp/images/share/google.png" alt="Google" /></a></span> </h3> <br>Conference Series : <a href='/cfp/program?id=2052&s=MICRO&f=International Symposium on Microarchitecture'>International Symposium on Microarchitecture</a><br> </td></tr> <tr><td align="center" > Link: <a href="http://www.microarch.org/micro47/" target="_newtab">http://www.microarch.org/micro47/</a> </td></tr> <tr><td> </td></tr> <tr><td> <table cellpadding="0" cellspacing="5" align="center"> <tr valign="middle"> <td align="center"> <table cellpadding="0" cellspacing="0" align="center"> <tr valign="middle"><td align="center"> <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr bgcolor="#e6e6e6"> <th>When</th> <td align="center"> Dec 13, 2014 - Dec 17, 2014 </td> </tr><tr bgcolor="#f6f6f6"> <th>Where</th> <td align="center">Cambridge, England</td> </tr> <tr bgcolor="#e6e6e6"> <th>Abstract Registration Due</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Abstract Registration Due"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=36635" rel="v:url"></span> <span property="v:startDate" content="2014-05-23T00:00:00">May 23, 2014</span> </span> </td> </tr> <tr bgcolor="#f6f6f6"> <th>Submission Deadline</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Submission Deadline"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=36635" rel="v:url"></span> <span property="v:startDate" content="2014-05-30T00:00:00">May 30, 2014</span> </span> </td> </tr> <tr bgcolor="#e6e6e6"> <th>Notification Due</th> <td align="center"> <span xmlns:v="http://rdf.data-vocabulary.org/#" typeof="v:Event"> <span property="v:summary" content="Notification Due"></span> <span resource="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=36635" rel="v:url"></span> <span property="v:startDate" content="2014-09-01T00:00:00">Sep 1, 2014</span> </span> </td> </tr> </table> </td></tr> <tr><td align="center" > <table class="gglu" cellpadding="3" cellspacing="1" align="center"> <tr><td></td></tr> <tr bgcolor="#f6f6f6"> <td align="center"> <h5><a class="blackbold" href="/cfp/allcat"><b>Categories</b></a> <a href="../call?conference=microarchitecture ">microarchitecture </a></h5> </td></tr> </table> </td></tr> </table> </td> </tr> </table> </td></tr> <tr><td> </td></tr> <tr><td align="center" > <div xmlns:dc="http://purl.org/dc/elements/1.1/"> <span property="dc:title" content="MICRO 2014"></span> <span property="dc:description" content="The 47th Annual IEEE/ACM International Symposium on Microarchitecture"></span> <span property="dc:identifier" content="http://www.wikicfp.com/cfp/servlet/event.showcfp?eventid=36635"></span> <span property="dc:source" content="http://www.microarch.org/micro47/"></span> <span property="dc:publisher" content="WikiCFP"></span> </div> <h3>Call For Papers</h3> </td></tr> <tr><td align="center" > <div class="cfp" align="left"> The International Symposium on Microarchitecture (MICRO) is the premier forum for the presentation and discussion of new ideas in microarchitecture, compilers, hardware/software interfaces, and design of advanced computing and communication systems. The goal of MICRO is to bring together researchers in the fields of microarchitecture, compilers, and systems for technical exchange. The MICRO community has enjoyed having close interaction between academic researchers and industrial designers – we aim to continue and strengthen this longstanding tradition at the 47th MICRO in Cambridge, England. <br> <br>We invite original paper submissions on a broad range of topics, including (but not limited to): <br> <br>- Processor, memory, interconnect, and storage architectures <br>- Instruction, data, and thread-level parallelism <br>- Advanced software/hardware speculation and prediction schemes <br>- Power and energy-efficient architectures <br>- Secure, resilient, fault-tolerant and predictable architectures <br>- Architectural support for system software and compilation <br>- Architectural support for programmer productivity <br>- Dynamic optimization, emulation, and object code translation <br>- Architecture modelling and simulation methodology <br>- Analysis of real systems and emerging workloads <br>- Effect of circuits and technology on architecture <br>- Architectures for emerging technologies and applications <br>- Application specific, reconfigurable, and embedded architectures <br>- GPU architectures and compilers <br>- Low-energy server systems and datacenter-scale computing <br>- Architectures for handheld and mobile systems <br>- Heterogeneous system architectures <br>- Accelerator architectures <br> <br>General Chair: <br>Krisztian Flautner, ARM <br> <br>Program Co-chairs: <br>Thomas F. Wenisch, U. of Michigan <br>Emre Ozer, ARM <br> <br>Program Committee: <br>TBD <br> <br>Workshops and Tutorials Chair: <br>Jason Mars, U. of Michigan <br> <br>Publicity Chair: <br>Ronald Dreslinski, U. of Michigan <br> <br>Registration Chair: <br>Tim Jones, U. of Cambridge <br> <br>Finance Chair: <br>Bruno Jansen, ARM <br> <br>Publication Chair: <br>Mike Ferdman, Stony Brook University <br> <br>Web Chair: <br>Marios Kleanthous, Mesoyios College <br> <br>Steering Committee: <br>Richard Belgard (Chair), Consultant <br>David Albonesi, Cornell <br>Tom Conte, Georgia Tech <br>Kemal Ebcioglu, Global Super. <br>Paolo Faraboschi, HP Labs <br>Wen-mei Hwu, U. of Illinois <br>Scott Mahlke, U. of Michigan <br>Bill Mangione-Smith, Consultant <br>Margaret Martonosi, Princeton <br>Yale Patt, UT Austin <br>Milos Prvulovic, Georgia Tech <br> </div> </td></tr> </table> </center> </div> <div class="contsec"> <center><h3> Related Resources </h3></center> <div class="cfp" align="left"> <table cellpadding="0" cellspacing="0px" align="center" width="100%"> <tr valign="top"> <td> <table cellpadding="4" cellspacing="3" align="center" width="100%"> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=185591">MICRO 2025</a> The IEEE/ACM International Symposium on Microarchitecture </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183547">CENICS 2025</a> The Eighteenth International Conference on Advances in Circuits, Electronics and Micro-electronics </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183548">ICQNM 2025</a> The Nineteenth International Conference on Quantum, Nano/Bio, and Micro Technologies </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=181657">EuroSimE 2025</a> 26th International Conference on Thermal, Mechanical and Multi-Physics Simulation and Experiments in Microelectronics and Microsystems </td></tr> <tr><td> <a href="/cfp/servlet/event.showcfp?eventid=183439">uASC 2025</a> 1st Microarchitecture Security Conference (uASC '25) </td></tr> </table> </td> </tr> </table> </div> </center> </div> <DIV class="footer"> <center> <table cellpadding="0" cellspacing="0" width="100%"><tr valign="top"> <td align="left"> <table cellpadding="0"> <tr><td align="left"> <a href="/cfp/about.jsp">About Us</a> | <a href="mailto:wikicfp@gmail.com">Contact Us</a> | <a href="/cfp/data.jsp">Data</a> | <a href="/cfp/privacy.jsp">Privacy Policy</a> | <a href="/cfp/terms.jsp">Terms and Conditions</a> </td></tr> <tr><td align="left"> Partners: <a href="https://www.semanticscholar.org/?utm_source=WikiCFP&utm_medium=Display&utm_term=home&utm_content=semantic-scholar-rail-try-it&utm_campaign=WikiCFP%20Test">AI2's Semantic Scholar</a> </td></tr> <tr><td align="left"> This wiki is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 License</a>. </td></tr></table> </td> <td align="right" style="width:1%"> <!-- <a href="http://www3.clustrmaps.com/counter/maps.php?url=http://www.wikicfp.com" target="_blank" id="clustrMapsLink"><img src="http://www3.clustrmaps.com/counter/index2.php?url=http://www.wikicfp.com" style="border:0px;" width="160" height="90" alt="Locations of visitors to WikiCFP" title="Locations of visitors to WikiCFP" id="clustrMapsImg"> </a> --> <!-- <script type="text/javascript" id="clustrmaps" src="//cdn.clustrmaps.com/map_v2.js?u=HB5u&d=rwJQZ8-WAgBWyJ4xovK800l_zDGOjVPBcT3rG-oLsKw"></script> --> </td> </tr></table> </center> </div> <script type="text/javascript"> function loadAddThis() { addthis.init() } loadAddThis(); </script> <!-- Start Quantcast tag --> <script type="text/javascript"> _qoptions={ qacct:"p-bavkT9R1uB7qI" }; </script> <script type="text/javascript" src="http://edge.quantserve.com/quant.js"></script> <noscript> <img src="http://pixel.quantserve.com/pixel/p-bavkT9R1uB7qI.gif" style="display: none;" border="0" height="1" width="1" alt="Quantcast"/> </noscript> <!-- End Quantcast tag --> </body> </html>