diff --git a/news.xml b/news.xml index 1a9c7cc..38f5eaf 100644 --- a/news.xml +++ b/news.xml @@ -1,7 +1,12 @@ - + + +

+ The CSC and AMD are running an OpenCL programming contest! If you're interested in winning a laptop or a graphics card, you should read more and register here. +

+

Recorded talks from 2010 to 2012 have been added to the media page. diff --git a/opencl/Makefile b/opencl/Makefile index aa55fa0..d6e2ac9 100644 --- a/opencl/Makefile +++ b/opencl/Makefile @@ -1,3 +1,3 @@ -FILES = index.html register.html register-fail.html register-success.html register.cgi .htaccess +FILES = index.html register.html register-fail.html register-success.html register.cgi .htaccess openclintro.pdf RELDIR = opencl/ include ../common.mk diff --git a/opencl/index.xml b/opencl/index.xml index 166cd06..615050d 100644 --- a/opencl/index.xml +++ b/opencl/index.xml @@ -18,11 +18,14 @@

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.

+

+ If you miss the tutorial, slides are available here. You can drop by our office in MC 3036 to pick up an OpenCL reference book. +

- 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. + You can register to participate in the contest here. 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.

If you have any questions, please contact exec@csclub.uwaterloo.ca or drop by the Computer Science Club in MC 3036. We hope you'll join us! diff --git a/opencl/openclintro.pdf b/opencl/openclintro.pdf new file mode 100644 index 0000000..f298772 Binary files /dev/null and b/opencl/openclintro.pdf differ diff --git a/opencl/register.cgi b/opencl/register.cgi index 15699e6..c8f4469 100755 --- a/opencl/register.cgi +++ b/opencl/register.cgi @@ -6,6 +6,12 @@ (define ERROR-HEADER "Location: register-fail\n\n") (define SUCCESS-HEADER "Location: register-success\n\n") +(define FRIENDLY-MESSAGE #<