[www-pubs] r254689 - Added Contech paper.
John Criswell via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 3 18:14:38 PST 2015
Author: criswell
Date: Thu Dec 3 20:14:36 2015
New Revision: 254689
URL: http://llvm.org/viewvc/llvm-project?rev=254689&view=rev
Log:
Added Contech paper.
Added the paper "Contech: Efficiently Generating Dynamic Task Graphs
for Arbitrary Parallel Programs" by Brian P. Railing, Eric R. Hein,
and Thomas M. Conte.
Modified:
www-pubs/trunk/pubs.js
Modified: www-pubs/trunk/pubs.js
URL: http://llvm.org/viewvc/llvm-project/www-pubs/trunk/pubs.js?rev=254689&r1=254688&r2=254689&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Thu Dec 3 20:14:36 2015
@@ -10,6 +10,14 @@ var PUBS =
year: 2015
},
+ { url: "http://tinker.cc.gatech.edu/pdfs/a25-railing.pdf",
+ author: "Brian P. Railing, Eric R. Hein, and Thomas M. Conte",
+ title: "Contech: Efficiently Generating Dynamic Task Graphs for Arbitrary Parallel Programs",
+ published: "ACM Transactions on Architecture and Code Optimization",
+ month: 7,
+ year: 2015
+ },
+
{ url: "http://web.ist.utl.pt/nuno.lopes/pubs/alive-pldi15.pdf",
author: "Nuno P. Lopes, David Menendez, Santosh Nagarakatte, and John Regehr",
title: "Provably Correct Peephole Optimizations with Alive",
More information about the llvm-commits
mailing list