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
Currently, we fail to compile if we pass an integer argument.
CUDA NVRTC compile error: __tmp_kernel3.cu(9229): error: more than one instance of overloaded function "trunc" matches the argument list:
function "trunc(double)"
__nv_nvrtc_builtin_header.h(167045):
function "trunc(float)"
__nv_nvrtc_builtin_header.h(168058):
argument types are: (int)
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
🚀 The feature, motivation and pitch
For integer inputs, we should return a copy of the input tensor.
Reference:
https://pytorch.org/docs/stable/generated/torch.trunc.html
Currently, we fail to compile if we pass an integer argument.
Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: