1

I run ASR experiment using Kaldi on SGE cluster consisting of two workstation with TITAN XP. And randomly I meet the following problem:

ERROR (nnet3-train[5.2.62~4-a2342]:FinalizeActiveGpu():cu-device.cc:217) cudaError_t 1 : "__global__ function call is not configured" returned from 'cublasCreate(&handle_)'

I guess something is wrong with GPU driver or hardware.

Could you please offer some help?

And here is the complete log

Misha Brukman
  • 12,938
  • 4
  • 61
  • 78

1 Answers1

0

I had similar issue in running darknet in one of the TX2

with reference to

https://blog.csdn.net/JIEJINQUANIL/article/details/103091537

enter the root by

sudo su

Then source the catkin_ws

Then launch the darkent.

Then can run.

enter image description here

Here is my result

enter image description here

Hope you can solve it by similar method

Dr Yuan Shenghai
  • 1,849
  • 1
  • 6
  • 19