提交 6ae5e07d authored 作者: Frederic Bastien's avatar Frederic Bastien

comment debug print line.

上级 93493fc4
...@@ -1918,7 +1918,7 @@ CudaNdarray_gpu_init(PyObject* _unused, PyObject* args) ...@@ -1918,7 +1918,7 @@ CudaNdarray_gpu_init(PyObject* _unused, PyObject* args)
} }
if(card_number_provided) { if(card_number_provided) {
fprintf(stderr, "DEBUG: calling cudaSetDevice %i\n", card_nb); //fprintf(stderr, "DEBUG: calling cudaSetDevice %i\n", card_nb);
err = cudaSetDevice(card_nb); err = cudaSetDevice(card_nb);
if(cudaSuccess != err) { if(cudaSuccess != err) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论