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

Speed up task covariance of LCEMGP #2260

Closed
wants to merge 1 commit into from

Conversation

saitcakmak
Copy link
Contributor

Summary: Replace InterpolatedLinearOperator with direct tensor indexing for computing the task_covar_matrix of the LCEMGP. In a toy example, this consistently produces ~20% speed up for the posterior evaluation & ~75% speed up for evaluating the task covariance matrix alone.

Differential Revision: D55160832

Summary: Replace `InterpolatedLinearOperator` with direct tensor indexing for computing the `task_covar_matrix` of the `LCEMGP`. In a toy example, this consistently produces ~20% speed up for the posterior evaluation & ~75% speed up for evaluating the task covariance matrix alone.

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

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

@facebook-github-bot facebook-github-bot added CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported labels Mar 20, 2024
Copy link

codecov bot commented Mar 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.97%. Comparing base (d1d08a7) to head (9f27a2b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2260   +/-   ##
=======================================
  Coverage   99.97%   99.97%           
=======================================
  Files         197      197           
  Lines       17156    17156           
=======================================
  Hits        17152    17152           
  Misses          4        4           

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in a39a3cd.

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.

None yet

2 participants