[www] r298319 - [EuroLLVM] Add missing SPIR-V talk title and abstract

Kevin Streit via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 20 15:54:30 PDT 2017


Author: streit
Date: Mon Mar 20 17:54:29 2017
New Revision: 298319

URL: http://llvm.org/viewvc/llvm-project?rev=298319&view=rev
Log:

[EuroLLVM] Add missing SPIR-V talk title and abstract

On behalf of Johannes Doerfert <johannes at jdoerfert.de> (Tue Mar 21 00:02:44 2017 +0100)

Modified:
    www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html
    www/trunk/devmtg/2017-03/index.html

Modified: www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html?rev=298319&r1=298318&r2=298319&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html (original)
+++ www/trunk/devmtg/2017-03/2017/02/20/accepted-sessions.html Mon Mar 20 17:54:29 2017
@@ -766,10 +766,10 @@ This talk presents Unison - a simple, fl
      <td>
      <p class="title">
        <a name="17"></a>
-       SPIR-V - TBA
+       SPIR-V infrastructure and its place in the LLVM ecosystem
      </p>
      <p class="abstract">
-TBA
+SPIR-V is a new portable intermediate representation for parallel computing designed by the Khronos Group. Although its predecessor, SPIR, was based on the LLVM IR, there are many differences between the formats and the communities behind them.<br /><br />SPIR-V is designed to act as a common IR for high level programming languages standardised by the Khronos Group, to accurately represent the semantics of the source language. It has different programming models in mind, SPMD, single program, multiple data, SIMD, single instruction multiple data, etc. and is organized into a set of capabilities allowing different behaviours depending on which source language is used.<br /><br />This talk aims to answer, or at least open discussions around, a questions regarding the differences and similarities of LLVM IR and SPIR-V. It also tries to familiarize the audience with the SPIR-V/Vulkan ecosystem, and to evaluate the current state of the tooling.<br /><br />Additionally, this talk will inv
 estigate how LLVM-IR could be extended to more closely match the semantics needed by SPIR-V, in particular for graphics applications, but also to more closely express the execution models needed in GPGPU languages.
      </p>
      </td>
     </tr>

Modified: www/trunk/devmtg/2017-03/index.html
URL: http://llvm.org/viewvc/llvm-project/www/trunk/devmtg/2017-03/index.html?rev=298319&r1=298318&r2=298319&view=diff
==============================================================================
--- www/trunk/devmtg/2017-03/index.html (original)
+++ www/trunk/devmtg/2017-03/index.html Mon Mar 20 17:54:29 2017
@@ -344,7 +344,7 @@
                     <a href="http://llvm.org/devmtg/2017-03//2017/02/20/accepted-sessions.html#16">[more]</a>
                   </td>
                   <td class="title">
-                    SPIR-V - TBA - <i>Technical Talk</i> -
+                    SPIR-V infrastructure and its place in the LLVM ecosystem - <i>Technical Talk</i> -
                     <a href="http://llvm.org/devmtg/2017-03//2017/02/20/accepted-sessions.html#17">[more]</a>
                   </td>
                 </tr>




More information about the llvm-commits mailing list