Skip to content

[backend_cuda] Unable to run backward() for operators on backend_cuda

When trying to add unit test for backward() implementation of operators, I get the error:

Function not implented

because zeros() method is not yet added to TensorImpl backend_cuda

Edited by Houssem ROUIS