Fixes: #537 Co-Authored-By: BlahGeek <i@blahgeek.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.