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

Long long fix #191

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

Long long fix #191

wants to merge 8 commits into from

Conversation

TomMelt
Copy link
Member

@TomMelt TomMelt commented Nov 18, 2024

wip

closes #137
closes #183

Integer size for FTorch can now be controlled using parameter `FT_INT`.

Currently, the default is set to `int32` but this could be changed if
required.

This fixes an issue on windows with the latest version of ifx/ifort
which builds with a different integer type leading to the following
error:

```
error #6284: There is no matching specific function for this generic function reference.   [TORCH_TENSOR_FROM_ARRAY]
   in_tensors(1) = torch_tensor_from_array(in_data, tensor_layout, torch_kCPU)
-------------------^
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incompatibility with MacOS arm libtorch
1 participant