Recent content by mrmeister

  1. M

    CUDA Problem with const int (if it is >200000 it fails for some reason

    I don't know if you're still following this, but I have some insight. When kernel calls fail, nothing happens. The program doesn't exit with a failed status, the kernel just doesn't do anything, it's part of the failure state for gpus, since graphics errors shouldn't bring down programs. If...