Very unspecific error, however when I try to allocate a tensor (after some preceding memory intensive computations using pybind11 and C++)
scores = torch.zeros(5000, 15000, device="cpu")
I get the following error (presumably from C++ backend):
cannot allocate memory for thread-local data: ABORT
Any ideas?