Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix regularizers on GPU, fix test (facebookresearch#182)
Summary: Fix regularizers on GPU. - [ ] Docs change / refactoring / dependency upgrade - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Motivation and Context / Related issue facebookresearch#178 ## How Has This Been Tested (if it applies) Fixed integration tests to catch the error. The GPU test was already running with regularization, but there were no operators so it wasn't getting caught. ## Checklist - [x] The documentation is up-to-date with the changes I made. - [x] I have read the **CONTRIBUTING** document and completed the CLA (see **CONTRIBUTING**). - [x] All tests passed, and additional code has been covered with new tests. Pull Request resolved: facebookresearch#182 Reviewed By: lw Differential Revision: D25930089 Pulled By: adamlerer fbshipit-source-id: 76e4138b6a84021f87bb0afc5d3303ff0cabe9cf
- Loading branch information