Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CUDA LookupTable with 2D inputs.
The CUDA version of LookupTable was incorrect for 2D inputs. This fixes it by viewing 2D inputs as a 1D tensor.
- Loading branch information