This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
mx.nd.topk does not work with ndarray of type float16 #11156
Labels
Comments
Taking a look at it now |
Rerunning this now results in the following message:
This is due to change #12250 that improves the messaging that float16 is not supported. We should change the tags on this issue to [Operator, Feature Request] and remove [Bug] now that its been handled as not currently supported. |
Closed
4 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Maybe there are some operators don't work well on some data types, but I just encountered the
float16
-topk()
pair, didn't run a full scan of all possibly broken pairs.The following is a few lines of code to reproduce it, including the error message:
Environment info (Required)
The text was updated successfully, but these errors were encountered: