Signed-off-by: Richie Bendall <richiebendall@gmail.com>
@@ -0,0 +1,10 @@
#include <stdio.h>
__global__ void hello_world(){
printf("Hello World\n");
}
int main() {
hello_world<<<1,1>>>();
return 0;
The note is not visible to the blocked user.