moose icon indicating copy to clipboard operation
moose copied to clipboard

Make Gaussian Process Libtorch Compatible

Open DanielYankura opened this issue 9 months ago • 2 comments

refs #30564

Reason

Utilizing Libtorch would add more capabilities to Gaussian Process

Design

Replace all Eigen::Matrices with torch::Tensors Replace methods that have a Libtorch equivalent.

Impact

This PR alone should not require re-golding of tests. However it should open up possibilities of future feature additions using libtorch.

DanielYankura avatar May 21 '25 18:05 DanielYankura

Job Precheck, step Clang format on 6caa619 wanted to post the following:

Your code requires style changes.

A patch was auto generated and copied here
You can directly apply the patch by running, in the top level of your repository:

curl -s https://mooseframework.inl.gov/docs/PRs/30565/clang_format/style.patch | git apply -v

Alternatively, with your repository up to date and in the top level of your repository:

git clang-format e67d425ea0da66e98b07fcb260321313ef9b4315

moosebuild avatar May 21 '25 18:05 moosebuild

Job Documentation, step Docs: sync website on 0b6c8fc wanted to post the following:

View the site here

This comment will be updated on new commits.

moosebuild avatar Jun 05 '25 01:06 moosebuild

This pull request has been automatically marked as stale because it has not had recent activity in the last 100 days. It will be closed in 7 days if no further activity occurs. Thank you for your contributions.

github-actions[bot] avatar Oct 17 '25 05:10 github-actions[bot]