You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having a package with its own cmake. I am trying to link the libraries of libtorch with it.
But after successful cmake, following error occured
Error: macro "Error" passed 4 arguments, but takes just 1
AT_ASSERT(impl == nullptr || impl->type() == device.type());
^
The text was updated successfully, but these errors were encountered:
sangeeta-yadav-iisc
changed the title
Macro erroro while installing Libtorch cmake of a different package
Macro error while installing Libtorch with cmake of a different package
May 6, 2019
I am having a package with its own cmake. I am trying to link the libraries of libtorch with it.
But after successful cmake, following error occured
Error: macro "Error" passed 4 arguments, but takes just 1
AT_ASSERT(impl == nullptr || impl->type() == device.type());
^
The text was updated successfully, but these errors were encountered: