Skip to content

Method to check for GPU op support #2502

@Remper

Description

@Remper

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions