Skip to content
This repository has been archived by the owner on Sep 13, 2021. It is now read-only.

Commit

Permalink
Working Draft -> Specification
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomi Pekka Aarnio committed Mar 19, 2014
1 parent d7f1825 commit 6eb0c1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
Binary file added resources/logo-spec.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 8 additions & 10 deletions specs/1.0.0/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<title>WebCL Working Draft</title>
<link rel="stylesheet" type="text/css" href="http://www.khronos.org/registry/webcl/resources/Khronos-WD.css">
<title>WebCL Specification</title>
<link rel="stylesheet" type="text/css" href="http://www.khronos.org/registry/webcl/resources/Khronos-Final.css">
<script src="http://www.khronos.org/registry/webcl/resources/jquery-1.3.2.min.js" type="text/javascript"></script>
<script src="http://www.khronos.org/registry/webcl/resources/generateTOC.js" type="text/javascript"></script>
<script src="http://www.khronos.org/registry/webcl/resources/preprocessHTML.js" type="text/javascript"></script>
Expand All @@ -28,8 +28,8 @@
</div>
<!--end-logo-->

<h1>WebCL Working Draft</h1>
<h2 class="no-toc">January 24, 2014</h2>
<h1>WebCL Specification</h1>
<h2 class="no-toc">Version 1.0, 14 March 2014</h2>
<dl>
<dt>This version:
</dt><dd>
Expand All @@ -56,13 +56,13 @@ <h2 class="no-toc">January 24, 2014</h2>
</dd>
</dl>

<p><span style="font-size: x-small; font-style: oblique">Copyright © 2013 Khronos Group</span></p>
<p><span style="font-size: x-small; font-style: oblique">Copyright © 2014 Khronos Group</span></p>

<hr>

<h2 class="no-toc">Abstract</h2>
<p>
This Working Draft defines WebCL (Web Computing Language).
This specification defines WebCL (Web Computing Language).
WebCL is a JavaScript binding to the Khronos OpenCL standard for
heterogeneous parallel computing. It enables web applications to
harness GPU and multi-core CPU parallel processing from within a
Expand All @@ -75,9 +75,7 @@ <h2 class="no-toc">Status of this document</h2>

<!--begin-status-->
<p>
This document is a Working Draft, not an official specification.
Do not cite this document as anything other than work in
progress. Public discussion of this document is welcome on the
Public discussion of this specification is welcome on the
(<a href="https://www.khronos.org/webcl/public-mailing-list/archives/">archived</a>)
WebCL mailing
list <a href="mailto:public_webcl@khronos.org">public_webcl@khronos.org</a>
Expand Down Expand Up @@ -2947,7 +2945,7 @@ <h3>Normative references</h3>
<!-- ======================================================================================================= -->

<h2>Acknowledgments</h2>
<p>This Working Draft is produced by the Khronos WebCL Working Group.</p>
<p>This specification is produced by the Khronos WebCL Working Group.</p>

<dt>Main Contributors (in alphabetical order):</dt>
<dd> Tomi Aarnio (Editor)</dd>
Expand Down

0 comments on commit 6eb0c1d

Please sign in to comment.