-
Notifications
You must be signed in to change notification settings - Fork 15
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
[TEST: DO NOT MERGE] Long long fix mac test #192
Open
jatkinson1000
wants to merge
9
commits into
main
Choose a base branch
from
long-long-fix-mac-test
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 516ea00 - Browse repository at this point
Copy the full SHA 516ea00View commit details
Commits on Nov 19, 2024
-
feat: set integer size for FTorch ftorch_int
Integer size for FTorch can now be controlled using parameter `ftorch_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) -------------------^ ```
Configuration menu - View commit details
-
Copy full SHA for 7856a33 - Browse repository at this point
Copy the full SHA 7856a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for d64358c - Browse repository at this point
Copy the full SHA d64358cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3b50a1 - Browse repository at this point
Copy the full SHA b3b50a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 594e938 - Browse repository at this point
Copy the full SHA 594e938View commit details -
bugfix: fix for windows and arm long long int
fixes [#183](#183) There is an issue when building on mac (arm_64) or windows. The version of `libtorch` exposes a torch tensors shape (`t->sizes().data()`) as a `const long long int*` instead of just a `const long int*` like on linux and mac (x86). This commit adds preprocessor macro to switch between implementations automatically detecting the correct version at CMake build stage.
Configuration menu - View commit details
-
Copy full SHA for 5fb0887 - Browse repository at this point
Copy the full SHA 5fb0887View commit details -
Update test-suite workflow to use the fortran-lang github action to a…
…ccess intel compilers.
Configuration menu - View commit details
-
Copy full SHA for 472cc1c - Browse repository at this point
Copy the full SHA 472cc1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83101d6 - Browse repository at this point
Copy the full SHA 83101d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9f9b01 - Browse repository at this point
Copy the full SHA c9f9b01View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.