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
Describe the bug #4910 showed that a new parameter, scale, was added to floor and ceil in 3.3. If we see a a scale that is not 0 we cannot support this and must fall back to the CPU to avoid data corruption. At least until we can add in support for it properly.
The text was updated successfully, but these errors were encountered:
Describe the bug
#4910 showed that a new parameter, scale, was added to floor and ceil in 3.3. If we see a a scale that is not 0 we cannot support this and must fall back to the CPU to avoid data corruption. At least until we can add in support for it properly.
The text was updated successfully, but these errors were encountered: