Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lower _linalg_svd #4537

Merged
merged 4 commits into from
Feb 1, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Run linter
  • Loading branch information
wonjoolee95 committed Jan 31, 2023
commit 080f7c167b7c8d86969327f5b7b7898b6a6bc88c
1 change: 1 addition & 0 deletions test/test_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 409,7 @@ def _cpu(t):
def test_reference_eager(self, device, dtype, op):
if self.device_type != 'xla':
self.skipTest("This test runs only on XLA")

sample_inputs = op.sample_inputs(device, dtype)
for sample_input in sample_inputs:
self.compare_with_eager_reference(op, sample_input)
Expand Down