perftest icon indicating copy to clipboard operation
perftest copied to clipboard

infinite ib_write_bw runs do not work when using GPUs on the client side

Open drossetti opened this issue 5 years ago • 0 comments

the problem is in run_iter_bw_infinitely(), where the call to pthread_sigmask happens too late, when the CUDA driver has been initialized and its worker thread launched. the solution is to move the call to pthread_sigmask somewhere before ctx_init().

drossetti avatar Dec 05 '19 00:12 drossetti