-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeynotes.html
More file actions
25 lines (25 loc) · 14.2 KB
/
keynotes.html
File metadata and controls
25 lines (25 loc) · 14.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>CGO 2017</title>
<link href="lib/css/bootstrap.css" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div id="app"><div><nav class="navbar navbar-inverse navbar-fixed-top" role="navigation"><div class="container"><div class="navbar-header"><button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"><span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span></button><a class="navbar-brand" href="http://cgo.org/">CGO 2017</a></div><div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1"><ul class="nav navbar-nav"><li class="dropdown"><a href="keynotes.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="program-dropdown">Program <span class="caret"></span></a><ul class="dropdown-menu" aria-labelledby="program-dropdown"><li><a href="accepted-papers.html">Accepted Papers</a></li><li><a href="program.html">Conference Program</a></li><li><a href="keynotes.html">Keynote Information</a></li></ul></li><li><a href="registration.html">Registration</a></li><li><a href="travel-grants.html">Travel Grants</a></li><li class="dropdown"><a href="keynotes.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="calls-dropdown">Calls <span class="caret"></span></a><ul class="dropdown-menu" aria-labelledby="calls-dropdown"><li><a href="call-for-papers.html">Call for Papers</a></li><li><a href="call-for-workshops.html">Call for Workshops</a></li><li><a href="src.html">Student Research Competition</a></li><li><a href="http://ctuning.org/ae/cgo2017.html">Artifact Evaluation</a></li></ul></li><li class="dropdown"><a href="keynotes.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="submission-dropdown">Submission <span class="caret"></span></a><ul class="dropdown-menu" aria-labelledby="submission-dropdown"><li><a href="submission.html#page-link">Submission Page Link</a></li><li><a href="submission.html#guidelines">Submission Guidelines</a></li><li><a href="https://www.conference-publishing.com/Instructions.php?Event=CGO17">Camera Ready Guidelines</a></li></ul></li><li class="dropdown"><a href="keynotes.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="submission-dropdown">Travel <span class="caret"></span></a><ul class="dropdown-menu" aria-labelledby="submission-dropdown"><li><a href="visa.html">Visa Information</a></li><li><a href="travel-information.html#venue-info">Venue Information</a></li><li><a href="travel-information.html#hotel-info">Hotel Information</a></li><li><a href="travel-information.html#hotel-parking">Hotel Parking</a></li><li><a href="travel-information.html#transportation-info">Transportation Information</a></li><li><a href="travel-information.html#other-info">Other Information</a></li></ul></li><li class="dropdown"><a href="keynotes.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="organization-dropdown">Organization <span class="caret"></span></a><ul class="dropdown-menu" aria-labelledby="organization-dropdown"><li><a href="organization.html#organization-committee">Organization Committee</a></li><li><a href="organization.html#steering-committee">Steering Committee</a></li><li><a href="organization.html#program-committee">Program Committee</a></li></ul></li><li class="dropdown"><a href="keynotes.html#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" id="past-cgos-dropdown">Previous CGOs <span class="caret"></span></a><ul class="dropdown-menu" aria-labelledby="past-cgos-dropdown"><li><a href="http://cgo.org/cgo2016">2016</a></li><li><a href="http://cgo.org/cgo2015">2015</a></li><li><a href="http://cgo.org/cgo2014">2014</a></li><li><a href="../cgo2013/index.html">2013</a></li><li><a href="../cgo2012/index.html">2012</a></li><li><a href="../cgo2011/index.html">2011</a></li><li><a href="../cgo2010/index.html">2010</a></li><li><a href="../cgo2009/index.html">2009</a></li><li><a href="../cgo2008/index.html">2008</a></li><li><a href="../cgo2007/index.html">2007</a></li><li><a href="../cgo2006/index.html">2006</a></li><li><a href="../cgo2005/index.html">2005</a></li><li><a href="../cgo2004/index.html">2004</a></li><li><a href="../cgo2003/index.html">2003</a></li></ul></li></ul></div></div></nav><div><section><div class="container"><div class="row"><div class="col-lg-12"><h3 class="section-heading">Keynotes</h3><p id="keynote-1" class="lead section-lead">It's Time for a New Old Language</p><p class="lead section-lead">Guy L. Steele Jr, Software Architect (Oracle Labs)</p><p class="lead section-paragraph">The most popular programming language in computer science has no compiler or interpreter. Its definition is not written down in any one place. It has changed a lot over the decades, and those changes have introduced ambiguities and inconsistencies. Today, dozens of variations are in use, and its complexity has reached the point where it needs to be re-explained, at least in part, every time it is used. Much effort has been spent in hand-translating between this language and other languages that do have compilers. The language is quite amenable to parallel computation, but this fact has gone unexploited.</p><p class="lead section-paragraph">In this talk we will summarize the history of the language, highlight the variations and some of the problems that have arisen, and propose specific solutions. We suggest that it is high time that this language be given a complete formal specification, and that compilers, IDEs, and proof-checkers be created to support it, so that all the best tools and techniques of our trade may be applied to it also.</p><p class="lead section-paragraph"><b>Bio:</b></p><p class="lead section-paragraph">Guy L. Steele Jr. is a Software Architect at Oracle. He received his A.B. in applied mathematics from Harvard College (1975), and his S.M. and Ph.D. in computer science and artificial intelligence from M.I.T. (1977 and 1980). He has also been an assistant professor of computer science at Carnegie-Mellon University; a member of technical staff at Tartan Laboratories in Pittsburgh, Pennsylvania; and a senior scientist at Thinking Machines Corporation in Cambridge, Massachusetts. He joined Sun Microsystems Laboratories in 1994 as a Distinguished Engineer and was named a Sun Fellow in 2003. Sun Microsystems was acquired by Oracle in 2010, and he is now a member of Oracle Labs.</p><p class="lead section-paragraph">The Association for Computing Machinery awarded him the 1988 Grace Murray Hopper Award and named him an ACM Fellow in 1994. He was elected a Fellow of the American Association for Artificial Intelligence in 1990. He led the team that received a 1990 Gordon Bell Prize honorable mention for achieving the fastest speed to that date for a production application: 14.182 Gigaflops. He was also awarded the 1996 ACM SIGPLAN Programming Languages Achievement Award. In 2001 he was elected to the National Academy of Engineering of the United States of America. In 2002 he was elected to the American Academy of Arts and Sciences. In 2007 he received the IEEE Computer Society Harry H. Goode memorial Award, and in 2011 he was named an IEEE Fellow.</p><p class="lead section-paragraph">He has served on accredited standards committees X3J11 (C language) and X3J3 (Fortran), and served as chairman of X3J13 (Common Lisp). He was also a member of the IEEE committee that produced the IEEE Standard for the Scheme Programming Language, IEEE Std 1178-1990. He was a representative to the High Performance Fortran Forum, which produced the High Performance Fortran specification in May, 1993. He is a co-author of The Java Language Specification.</p><p class="lead section-paragraph">At Oracle Labs, he is responsible for research in language design and implementation strategies, and architectural and software support for programming languages.</p><hr/><p id="keynote-2" class="lead section-lead">Everyone Needs High Performance Computing</p><p class="lead section-lead">Steve Keckler, Vice President of Architecture Research (NVIDIA)</p><p class="lead section-paragraph">The technology landscape is incredibly exciting today, with high-performance computation transforming many aspects of society and daily life. New innovations appear seemingly daily in areas of entertainment, transportation, communication, and health care, just to name a few. Emerging practical applications of virtual and augmented reality, autonomous vehicles, and automated reasoning will place new demands on our computing architectures. While the computational appetite of emerging applications in these spaces appear to be growing without bound, the historical technology scaling trends which have provided the fundamental horsepower for computing over the last 50 years, are slowing substantially. This talk will discuss some of the cataclysmic trends in applications of high-performance computing at multiple scales, and focus on opportunities and challenges for computer designers. I will also describe some personal experience with technology transfer from research to product and provide a perspective on technology transfer for academic researchers.</p><p class="lead section-paragraph"><b>Bio:</b></p><p class="lead section-paragraph">Dr. Stephen W. Keckler is the Vice President of Architecture Research at NVIDIA and an Adjunct Professor of Computer Science at the University of Texas at Austin, where he served on the faculty from 1998-2012. His research interests include parallel computer architectures, high-performance computing, energy-efficient architectures, and embedded computing. Dr. Keckler is a Fellow of the ACM, a Fellow of the IEEE, an Alfred P. Sloan Research Fellow, and a recipient of the NSF CAREER award, the ACM Grace Murray Hopper award, the President's Associates Teaching Excellence Award at UT-Austin, and the Edith and Peter O’Donnell award for Engineering. He earned a B.S. in Electrical Engineering from Stanford University and M.S. and Ph.D. degrees in Computer Science from the Massachusetts Institute of Technology.</p><hr/><p id="keynote-3" class="lead section-lead">The Computer Science Behind the Microsoft Cognitive Toolkit -- an Open Source Large-Scale Deep Learning Toolkit for Windows and Linux</p><p class="lead section-lead">Frank Seide, Principal Researcher & CNTK Architect (Microsoft)</p><p class="lead section-paragraph"><b>Abstract:</b></p><p class="lead section-paragraph">Deep Learning is redefining computing. Deep Neural Networks, or DNNs, have led to breakthrough accuracy improvements for tasks formerly considered AI, like speech recognition, image classification, and translation. Recurrent DNNs are differentiable universal computers. DNNs are layered structures of relatively simple functions with millions to billions of learnable model parameters. The challenge is that these model parameters are obtained by machine learning of sometimes billions of data samples, which often requires harnessing a farm of powerful multi-GPU servers.</p><p class="lead section-paragraph">Microsoft’s open source Cognitive Toolkit (CNTK) is used to create the DNNs that power many Microsoft services and products. It enables researchers and data scientists to easily code such neural networks at the right abstraction level, and to efficiently train and test them on production-scale data. This talk will discuss the Cognitive Toolkit and how it takes a functional-style, differentiable user program, compiles it into a computation graph for GPU execution, and distributes execution of its training across a GPU-server farm. This talk will explain how the toolkit's design intersects with several topics of interest to the three co-located conferences.</p><p class="lead section-paragraph"><b>Bio:</b></p><p class="lead section-paragraph">Frank Seide, a native of Hamburg, Germany, is a Principal Researcher at Microsoft Research, and an architect of Microsoft's Cognitive Toolkit for deep learning. His current research focus is on deep neural networks for conversational speech recognition. Together with co-author Dong Yu, he was first to show the effectiveness of deep neural networks for recognition of free conversations, and he was part of the effort to reach human parity on this task. Since graduation with his Master’s in electrical engineering in 1993, Frank has worked on various speech topics, first at Philips Research in Aachen and Taipei, then at Microsoft Research Asia (Beijing), and now at Microsoft Research (Redmond), including spoken-dialogue systems, Mandarin speech recognition, audio search, speech-to-speech translation, and distributed neural-network model training.</p></div></div></div></section></div><footer><div class="container"><div class="row"><div class="col-lg-12"><p>Copyright © 2016 - 2017 International Symposium on Code Generation and Optimization</p></div></div></div></footer></div></div>
<script type="text/javascript" src="lib/js/jquery.js"></script>
<script type="text/javascript" src="lib/js/bootstrap.js"></script>
<script type="text/javascript">!function(a,b,c,d,e,f,g){a.GoogleAnalyticsObject=e,a[e]=a[e]||function(){(a[e].q=a[e].q||[]).push(arguments)},a[e].l=1*new Date,f=b.createElement(c),g=b.getElementsByTagName(c)[0],f.async=1,f.src=d,g.parentNode.insertBefore(f,g)}(window,document,"script","https://www.google-analytics.com/analytics.js","ga"),ga("create","UA-99668416-1","auto"),ga("send","pageview");</script>
</body>
</html>