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

Melt windows fix #137

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Melt windows fix #137

wants to merge 4 commits into from

Commits on Sep 13, 2024

  1. add windows support to CMake

    TomMelt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    237c096 View commit details
    Browse the repository at this point in the history
  2. add temporary fix to example 1

    I am debugging issue with windows user. I noticed the latest version of
    ifx/ifort builds with a different integer type which leads to 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)
    -------------------^
    ```
    
    This can be removed by forcing the integer type to int64
    TomMelt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    dab0104 View commit details
    Browse the repository at this point in the history
  3. feat: set integer size for FTorch FT_INT

    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.
    TomMelt committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    9b44d95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36cad91 View commit details
    Browse the repository at this point in the history