head	1.1;
access;
symbols
	charm6_1:1.1
	charm_6_0_1:1.1
	charm6_0_1:1.1;
locks; strict;
comment	@# @;


1.1
date	2008.06.04.23.14.20;	author wesolwsk;	state Exp;
branches;
next	;
commitid	Pqe8Q61nRKoVAG5t;


desc
@@


1.1
log
@updated CUDA hybridAPI and added a CUDA hello example
@
text
@Hello World in Charm with CUDA using the hybrid API.

This example passes a Hi message along the array from index 0 to N. Each chare 
executes an empty kernel on the GPU when it receives the message. 
When the kernel returns, the runtime system executes the specified callback 
function which passes the message to the subsequent chare in the array. 


@
