[www-pubs] r238021 - Added "Compiler Driven Automatic Kernel Context Migration for Heterogeneous
John Criswell
criswell at uiuc.edu
Fri May 22 07:09:51 PDT 2015
Author: criswell
Date: Fri May 22 09:09:50 2015
New Revision: 238021
URL: http://llvm.org/viewvc/llvm-project?rev=238021&view=rev
Log:
Added "Compiler Driven Automatic Kernel Context Migration for Heterogeneous
Computing" by R. Gad, T. Suss, and A. Brinkmann.
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=238021&r1=238020&r2=238021&view=diff
==============================================================================
--- www-pubs/trunk/pubs.js (original)
+++ www-pubs/trunk/pubs.js Fri May 22 09:09:50 2015
@@ -82,6 +82,14 @@ var PUBS =
year: 2014,
},
+ { url: "http://ieeexplore.ieee.org/xpl/articleDetails.jsp?arnumber=6888915&punumber%3D6888815%26filter%3DAND%28p_IS_Number%3A6888866%29%26pageNumber%3D2",
+ author: "R. Gad, T. Suss, and A. Brinkmann",
+ title: "Compiler Driven Automatic Kernel Context Migration for Heterogeneous Computing",
+ published: "Proceedings of the IEEE Thirty Fourth International Conference on Distributed Computing Systems (ICDCS)",
+ month: 6,
+ year: 2014,
+ },
+
{ url: "https://dspace.cc.tut.fi/dpub/handle/123456789/22234",
author: "Mikko Järvelä",
title: "Vector Operation Support for Transport Triggered Architectures",
More information about the llvm-commits
mailing list