Skip to content

Conversation

@ltiao
Copy link
Contributor

@ltiao ltiao commented Apr 13, 2025

Summary:

Summary

TODO:

Changes

Updates a line containing indexing logic that breaks when len(batch_shape) > 1

Differential Revision: D72906531

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Apr 13, 2025
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72906531

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72906531

@codecov
Copy link

codecov bot commented Apr 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (77a2867) to head (2433156).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2823   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          211       211           
  Lines        19286     19286           
=========================================
  Hits         19286     19286           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@ltiao ltiao force-pushed the export-D72906531 branch from 8fcc607 to d447c4b Compare April 25, 2025 15:33
ltiao added a commit to ltiao/botorch that referenced this pull request Apr 25, 2025
Summary:

## Context

Resolves issue meta-pytorch#2819 where `PivotedCholesky.update_` break when there is more than a single batch dimension.

## Changes

Updates a line to extend boolean indexing logic to cases where `len(batch_shape) > 1`

Reviewed By: saitcakmak

Differential Revision: D72906531
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72906531

ltiao added a commit to ltiao/botorch that referenced this pull request Apr 25, 2025
Summary:

## Context

Resolves issue meta-pytorch#2819 where `PivotedCholesky.update_` break when there is more than a single batch dimension.

## Changes

Updates a line to extend boolean indexing logic to cases where `len(batch_shape) > 1`

Reviewed By: saitcakmak

Differential Revision: D72906531
@ltiao ltiao force-pushed the export-D72906531 branch from d447c4b to 02a3cb9 Compare April 25, 2025 15:42
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72906531

ltiao added a commit to ltiao/botorch that referenced this pull request Apr 25, 2025
Summary:

## Context

Resolves issue meta-pytorch#2819 where `PivotedCholesky.update_` break when there is more than a single batch dimension.

## Changes

Updates a line to extend boolean indexing logic to cases where `len(batch_shape) > 1`

Reviewed By: saitcakmak

Differential Revision: D72906531
@ltiao ltiao force-pushed the export-D72906531 branch from 02a3cb9 to 3b918f1 Compare April 25, 2025 18:04
Summary:
Pull Request resolved: meta-pytorch#2823

## Context

Resolves issue meta-pytorch#2819 where `PivotedCholesky.update_` break when there is more than a single batch dimension.

## Changes

Updates a line to extend boolean indexing logic to cases where `len(batch_shape) > 1`

Reviewed By: saitcakmak

Differential Revision: D72906531
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D72906531

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in cbada4c.

@ltiao ltiao linked an issue Apr 28, 2025 that may be closed by this pull request
1 task
@ltiao
Copy link
Contributor Author

ltiao commented Apr 28, 2025

Closes #2819

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: MVNXPB doesn't support multiple batch dimensions

2 participants