- 02 Dec, 2024 1 commit
-
-
Thomas Koopman authored
-
- 29 Nov, 2024 1 commit
-
-
Thomas Koopman authored
-
- 28 Nov, 2024 2 commits
-
-
Thomas Koopman authored
-
Thomas Koopman authored
Ability to turn icao on/off separately from icma (otherwise we cannot generate code with icma everywhere)
-
- 05 Nov, 2024 2 commits
-
-
Sven-Bodo Scholz authored
Fix for issue #2416. DSS did not update the wrapper types; now it does. See merge request sac-group/sac2c!320
-
Sven-Bodo Scholz authored
-
- 29 Oct, 2024 2 commits
-
-
Sven-Bodo Scholz authored
Multi GPU backend See merge request sac-group/sac2c!318
-
-
- 27 Oct, 2024 1 commit
-
-
Sven-Bodo Scholz authored
fixed new warnings in clang 16 See merge request sac-group/sac2c!317
-
- 06 Oct, 2024 1 commit
-
-
Sven-Bodo Scholz authored
-
- 03 Sep, 2024 7 commits
-
-
Sven-Bodo Scholz authored
fixed the -check t issue for MOP-WLs See merge request sac-group/sac2c!315
-
Sven-Bodo Scholz authored
see issue #2437 for details
-
Sven-Bodo Scholz authored
fixed #issue 2438 See merge request sac-group/sac2c!314
-
Sven-Bodo Scholz authored
-
Sven-Bodo Scholz authored
fixing bugs related to #issue2435. See merge request sac-group/sac2c!313
-
Sven-Bodo Scholz authored
-
Sven-Bodo Scholz authored
This resolves the first bug aassociated with #issue2435.
-
- 02 Sep, 2024 4 commits
-
-
Sven-Bodo Scholz authored
Fix of issue #2412: The iteration space for modarray WLs was computed wrongly See merge request sac-group/sac2c!312
-
Sven-Bodo Scholz authored
It used to be the shape of the modified array; now it is only the outer shape of that array. We use the index vector length to determine this.
-
Sven-Bodo Scholz authored
brushed MTSTF and fixed #2432 Closes #2432 See merge request sac-group/sac2c!311
-
Sven-Bodo Scholz authored
-
- 31 Aug, 2024 2 commits
-
-
Sven-Bodo Scholz authored
Added support for multi-operator WLs in the CUDA backend See merge request sac-group/sac2c!310
-
Sven-Bodo Scholz authored
-
- 30 Aug, 2024 1 commit
-
-
Sven-Bodo Scholz authored
fixed issue #2430 Closes #2430 See merge request sac-group/sac2c!309
-
- 29 Aug, 2024 1 commit
-
-
Sven-Bodo Scholz authored
moved the creation of dummy variables for SPMDFUN_RET from mt:spmdf to cg:cpl
-
- 16 Aug, 2024 2 commits
-
-
Sven-Bodo Scholz authored
No more guards for type pattern checks See merge request sac-group/sac2c!307
-
-
- 20 May, 2024 2 commits
-
-
Hans-Nikolai Viessmann authored
make sac tools error less noisy See merge request sac-group/sac2c!305
-
Hans-Nikolai Viessmann authored
this resolves a unnessicary dangling allocation.
-
- 19 May, 2024 1 commit
-
-
Hans-Nikolai Viessmann authored
unfortuntately I had not considered the case where a non-dirty state in the build directory could create false-positive error messages. To avoid this, we additionally check that a global install even exists, otherwise we assume we must be local install even if in a non-dirty state.
-
- 17 May, 2024 5 commits
-
-
Hans-Nikolai Viessmann authored
Resolve "Installation woes again" Closes #2421 See merge request sac-group/sac2c!304
-
Hans-Nikolai Viessmann authored
we choose in an _undirty_ state to first check for the _global_ install location of SAC, and if this fails, fallback to trying the _local_ (build) location. This transition though hides any errors with the first attempt. This commit improves the error messaging in this case.
-
Hans-Nikolai Viessmann authored
-
Hans-Nikolai Viessmann authored
-
Hans-Nikolai Viessmann authored
To ensure we use either the generic names `python` or `python3` in Python scripts, we make use of a new feature of the FindPython3 package which includes a flag to force generic name search to come before any version specific search query.
-
- 08 May, 2024 5 commits
-
-
Jordy Aaldering authored
Never skip past guards in pattern matching utility Closes #2398 See merge request sac-group/sac2c!296
-
Jordy Aaldering authored
-
Jordy Aaldering authored
Replace prelude zero by primitive F_zero_A to fix record TC Closes #2406 See merge request !303
-
Jordy Aaldering authored
-
Jordy Aaldering authored
-