data icon indicating copy to clipboard operation
data copied to clipboard

Reading services should check if spawn is `fork` and cuda context already initiated.

Open VitalyFedyunin opened this issue 3 years ago • 0 comments

🚀 The feature

Instead of runtime we can detect CUDA context fork issues at reading service initiation time and point users to the code mistake.

Motivation, pitch

Lots of users want to do GPU operations inside of DataSet but get confused because of CUDA context behavior at fork.

Alternatives

No response

Additional context

No response

VitalyFedyunin avatar Jul 06 '22 17:07 VitalyFedyunin