-
Notifications
You must be signed in to change notification settings - Fork 75.3k
Method to check for GPU op support #2502
Copy link
Copy link
Closed
Labels
stat:contribution welcomeStatus - Contributions welcomeStatus - Contributions welcometype:docs-bugDocument issuesDocument issuestype:featureFeature requestsFeature requests
Description
So, given the basic word2vec example being bound to CPU (#514), we can see that tf.nn.embedding_lookup doesn't work on GPU. Therefore, ops that use embedding_lookup internally doesn't support GPU either (for example, nce_loss).
Can we have explicit info in the documentation on which operations are currently GPU-capable and which are not?
For example, are tf.gather or LogUniformCandidateSampler GPU-capable?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
stat:contribution welcomeStatus - Contributions welcomeStatus - Contributions welcometype:docs-bugDocument issuesDocument issuestype:featureFeature requestsFeature requests