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

Overload elementary operations for torch_tensor #138

Open
jwallwork23 opened this issue Jun 21, 2024 · 0 comments · May be fixed by #139
Open

Overload elementary operations for torch_tensor #138

jwallwork23 opened this issue Jun 21, 2024 · 0 comments · May be fixed by #139
Assignees
Labels
enhancement New feature or request online-training Tasks towards the online training feature

Comments

@jwallwork23
Copy link
Contributor

Related to #111.

Recently we've discussed implementing automatic differentiation (AD) in FTorch using the underlying autograd AD tool built into Torch. The first step to achieve this would be to overload elementary operations for the Fortran torch_tensor class: assignment, addition, multiplication of tensors, multiplication of tensor by scalar, etc.

@jwallwork23 jwallwork23 added the enhancement New feature or request label Jun 21, 2024
@jwallwork23 jwallwork23 self-assigned this Jun 21, 2024
@jwallwork23 jwallwork23 linked a pull request Jun 21, 2024 that will close this issue
@jwallwork23 jwallwork23 added the online-training Tasks towards the online training feature label Jul 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request online-training Tasks towards the online training feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant