Add OpenCL subtree (temporary), and first OpenCL event.

This commit is contained in:
Marc Burns 2012-02-03 21:55:18 -05:00
parent 7bf4d1c11a
commit 90b234e648
6 changed files with 66 additions and 1 deletions

View File

@ -2,7 +2,7 @@ SHELL = umask 002; exec /bin/sh
FILES = events.ics events.atom news.atom index.html stats.html \
favicon.ico default.css csclub.der csclub.pem robots.txt
SUBDIRS = about events office news services media buttons logos flash library industry
SUBDIRS = about events office news services media buttons logos flash library industry opencl
include common.mk

View File

@ -3,6 +3,13 @@
<!DOCTYPE eventdefs SYSTEM "csc.dtd" [<!ENTITY mdash "&#x2014;">]>
<eventdefs>
<!-- Winter 2012 -->
<eventitem date="2012-02-16" time="7:00 PM" room="Comfy Lounge" title="OpenCL Introduction">
<short><p><i>by Calum T. Dalek</i>. The University of Waterloo Computer Science Club and AMD are running an OpenCL programming competition. If you're interested in writing massively parallel software on the OpenCL platform, come out and join us for our introductory code party!</p></short>
<abstract><p>The University of Waterloo Computer Science Club and AMD are running an <a href="http://csclub.uwaterloo.ca/opencl">OpenCL programming competition.</a> If you're interested in writing massively parallel software on the OpenCL platform, come out and join us for our introductory code party!</p>
<p></p>
</abstract>
</eventitem>
<eventitem date="2012-02-09" time="5:00 PM" room="MC 3003" title="UNIX 101">
<short><p><i>by Calum T. Dalek</i>. New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Thursday. Topics that will be covered include basic interaction with the shell and the motivations behind using it, and an introduction to compilation. You'll have to learn this stuff in CS 246 anyways, so why not get a head start!</p></short>
<abstract><p>New to the Unix computing environment? If you seek an introduction, look no further. We will be holding a series of tutorials on using Unix, beginning with Unix 101 this upcoming Thursday. Topics that will be covered include basic interaction with the shell and the motivations behind using it, and an introduction to compilation. You'll have to learn this stuff in CS 246 anyways, so why not get a head start!</p>

3
opencl/Makefile Normal file
View File

@ -0,0 +1,3 @@
FILES = index.html register.html
RELDIR = opencl/
include ../common.mk

7
opencl/directory.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version='1.0'?>
<!DOCTYPE directory SYSTEM "../csc.dtd">
<directory title="OpenCL">
<diritem title="Register" href="register" />
</directory>

33
opencl/index.xml Normal file
View File

@ -0,0 +1,33 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="CSC/AMD OpenCL Competition">
<header />
<section title="CSC/AMD OpenCL Competition">
<p>
The University of Waterloo Computer Science Club and AMD are running an OpenCL programming competition. If you're interested in writing massively parallel software on the OpenCL platform, come out and join us for our introductory code party!
</p>
</section>
<section title="What is this OpenCL of which you speak?">
<p>
If you haven't worked with OpenCL before, or if you just want to join us for a fun time and free food, come out to the introductory code party at 7:00 PM on February 16th, 2012, in MC's Comfy Lounge. We'll be presenting a tutorial on writing OpenCL and GPGPU applications. OpenCL reference books will be available at this tutorial, courtesy of AMD.
</p>
<p>
For newcomers, we'll guide you through a few simple exercises with OpenCL and GPGPU. For the experienced, this will be your chance to meet other competitors and learn more about the contest.
</p>
</section>
<section title="EXTERMINATE!">
<p>
Contest registration begins after the introductory code party on the 16th. If you want to participate and possibly win prizes, you'll need to register here between the 16th and 24th of February. On March 2nd, we'll be holding a contest code party. All contestants are invited; the submissions deadline will be at 12:00 AM. At the conclusion of the party, there will be judging and prizes. Participants will have the chance to win a laptop or AMD GPU.
</p>
<p>
We hope you'll join us!
</p>
</section>
<footer />
</cscpage>

15
opencl/register.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version='1.0'?>
<!DOCTYPE cscpage SYSTEM "../csc.dtd">
<cscpage title="CSC/AMD OpenCL Competition Registration">
<header />
<section title="CSC/AMD OpenCL Competition Registration">
<p>
Registration will open on the 16th of February.
</p>
</section>
<footer />
</cscpage>