[Answer]-Core Dump Segfault While Executing An Example of scikits.cuda in Django

1👍

I created a new process using subprocess to deal with CUDA calculation and that solved problem. The reason might be pycuda is not thread safe.

Leave a comment