Open xiaotaw opened 3 years ago
using ndt_gpu package, some times it get trapped at buildParent.
It seems a dead lock, caused by an unnecessary __syncthreads() at line 1303, under an if block.
if
I met this bug running on my own data, at one computer, but did not at another computer. It may depends on hardware.
My environment has the same question on sample_moriyama_data.
Bug report
Required information:
Description of the bug
using ndt_gpu package, some times it get trapped at buildParent.
It seems a dead lock, caused by an unnecessary __syncthreads() at line 1303, under an
if
block.Steps to reproduce the bug
I met this bug running on my own data, at one computer, but did not at another computer. It may depends on hardware.
Expected behavior
Actual behavior
Screenshots
Additional information