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

Updated README for Windows users #141

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

Commits on Jun 19, 2024

  1. add windows support to CMake

    TomMelt committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    5faf51c 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 Jun 19, 2024
    Configuration menu
    Copy the full SHA
    e9db293 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    7b850ed View commit details
    Browse the repository at this point in the history