Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / spcl/dace issues and pull requests
#1778 - Map over trivial tasklet
Pull Request -
State: open - Opened by ThrudPrimrose 3 days ago
#1777 - [Multi SDFG, Fortran, After PR#1774] New tests. In particular, now we can start testing the construction of internal SDFG.
Pull Request -
State: open - Opened by pratyai 3 days ago
#1776 - [Multi SDFG, Fortran] 1) Account for `dep_graph.nodes.get(dep).get('info_list') is None`, since importing _everything_ from an empty module implies just that. 2) Keep a track of all the identifiers from the scope of the "use-site" of a module, then intersect with that list during pruning.
Pull Request -
State: open - Opened by pratyai 3 days ago
#1776 - [Multi SDFG, Fortran] 1) Account for `dep_graph.nodes.get(dep).get('info_list') is None`, since importing _everything_ from an empty module implies just that. 2) Keep a track of all the identifiers from the scope of the "use-site" of a module, then intersect with that list during pruning.
Pull Request -
State: open - Opened by pratyai 3 days ago
#1775 - Size in `new[]` explicitly casted to `size_t`
Pull Request -
State: open - Opened by philip-paul-mueller 3 days ago
#1775 - Size in `new[]` explicitly casted to `size_t`
Pull Request -
State: open - Opened by philip-paul-mueller 3 days ago
#1774 - [Multi SDFG, Fortran] Make it so that after `own_ast, program = create_internal_ast()`, we need to use as little information as possible from `own_ast`.
Pull Request -
State: open - Opened by pratyai 4 days ago
#1774 - [Multi SDFG, Fortran] Make it so that after `own_ast, program = create_internal_ast()`, we need to use as little information as possible from `own_ast`.
Pull Request -
State: open - Opened by pratyai 4 days ago
#1773 - Invalid CUDA code: host computation on device buffer after GPU transformations
Issue -
State: open - Opened by edopao 4 days ago
#1773 - Invalid CUDA code: host computation on device buffer after GPU transformations
Issue -
State: open - Opened by edopao 4 days ago
#1772 - Iteration Order of `CopyToMap`
Issue -
State: open - Opened by philip-paul-mueller 4 days ago
#1771 - Arguments to GPU Kernel Not Correctly Detected
Issue -
State: open - Opened by philip-paul-mueller 4 days ago
#1771 - Arguments to GPU Kernel Not Correctly Detected
Issue -
State: open - Opened by philip-paul-mueller 4 days ago
#1767 - Remove deprecated features
Issue -
State: open - Opened by tbennun 6 days ago
#1766 - Make scalar to symbol promotion robust to node order in state
Pull Request -
State: closed - Opened by tbennun 7 days ago
#1765 - [Multi SDFG, Fortran] Extract the "internal AST construction -> SDFG construction" into a separate function, that also supports multiple entry points.
Pull Request -
State: closed - Opened by pratyai 7 days ago
- 1 comment
#1764 - [Multi SDFG, Fortran] Add a test case where "a module contains a subroutine contains another subroutine" etc.
Pull Request -
State: closed - Opened by pratyai 7 days ago
#1763 - Redundant Array Removal is too Strict with Storage
Issue -
State: open - Opened by philip-paul-mueller 7 days ago
- 1 comment
#1762 - [Multi SDFG, Fortran] Remove the partial internal AST creation in topological order, since at this point (i.e., after the recent fixes), we should have full compilable AST after pruning anyway.
Pull Request -
State: closed - Opened by pratyai 7 days ago
#1761 - [Multi SDFG branch, Fortran frontend] The `get_used_modules` were not handling multiple invocations of `use lib ...` correctly.
Pull Request -
State: closed - Opened by pratyai 7 days ago
#1760 - `list_of_module_vars` is not actually a string list of the variables, but a structure that needs to be unfolded to get the list.
Pull Request -
State: closed - Opened by pratyai 8 days ago
#1759 - Fixed `dace::math::pi` and `dace::math::nan` on GPU
Pull Request -
State: closed - Opened by philip-paul-mueller 8 days ago
#1758 - [Multi SDFG branch, Fortran frontend] Change the interface of `recursive_ast_improver()` to hide the implementation-specific objects that helps the recursion, by defining a local function to manage the states involved in recursion internally.
Pull Request -
State: closed - Opened by pratyai 8 days ago
#1757 - Fix scalar to symbol promotion exception when trying to promote same scalar again
Pull Request -
State: closed - Opened by phschaad 8 days ago
#1756 - Fix `pystr_to_symbolic` not correctly interpreting constants as boolean values in boolean comparisons
Pull Request -
State: closed - Opened by phschaad 8 days ago
Labels: bug
#1755 - [Multi SDFG branch, Fortran frontend] Make `eliminate_dependencies()` support `use lib` without `only`.
Pull Request -
State: closed - Opened by pratyai 9 days ago
#1754 - [Multi SDFG branch, Fortran frontend] Take another piece out of `create_sdfg_from_string()` and test it.
Pull Request -
State: closed - Opened by pratyai 9 days ago
#1753 - [Multi SDFG branch, Fortran frontend] These tests relied on `normalize_offset=False` which has changed, since `True` is the default now.
Pull Request -
State: closed - Opened by pratyai 9 days ago
#1752 - [Multi SDFG branch, Fortran frontend] Several `par_Decl_Range_Finder()` were missing the `structure` argument (therefore passing a wrong boolean argument in its place).
Pull Request -
State: closed - Opened by pratyai 10 days ago
- 3 comments
#1751 - [Multi SDFG branch, Fortran frontend] Set `normalize_offset=True` for the handful of tests that passes afterward.
Pull Request -
State: closed - Opened by pratyai 10 days ago
#1750 - [Multi SDFG Branch, Fortran Frontend] Extract a piece of code block out of `create_sdfg_from_string()`, that simplifies the dependency graph found from `recursive_ast_improver()`.
Pull Request -
State: closed - Opened by pratyai 10 days ago
#1749 - Tracking issue for Fortran frontend test failures on `multi_sdfg` branch.
Issue -
State: open - Opened by pratyai 11 days ago
- 3 comments
Labels: bug, frontend, fortran
#1748 - Fixed `dace::math::pow` for Integer case
Pull Request -
State: open - Opened by philip-paul-mueller 11 days ago
- 6 comments
#1747 - Fixing `SDFGState._read_and_write_sets()`
Pull Request -
State: closed - Opened by philip-paul-mueller 11 days ago
#1746 - Fix OpenMP dynamic loop bounds that use persistent memory
Pull Request -
State: closed - Opened by tbennun 12 days ago
#1745 - Fix temporary transient counter during Python parsing of nested calls
Pull Request -
State: closed - Opened by tbennun 12 days ago
#1744 - Instead of compiler specific align hint use C++ standard aligned alloc
Pull Request -
State: closed - Opened by ThrudPrimrose 13 days ago
- 5 comments
#1744 - Instead of compiler specific align hint use C++ standard aligned alloc
Pull Request -
State: closed - Opened by ThrudPrimrose 13 days ago
- 5 comments
#1743 - Fixed MapExpansion Transformation
Pull Request -
State: open - Opened by Berke-Ates 13 days ago
#1743 - Fixed MapExpansion Transformation
Pull Request -
State: open - Opened by Berke-Ates 13 days ago
#1742 - Unskip unit tests and provide reasons for skipped tests
Pull Request -
State: closed - Opened by tbennun 13 days ago
#1741 - Do not rename generated code files
Pull Request -
State: closed - Opened by tbennun 14 days ago
- 1 comment
#1740 - SDFG API additions for version 1.0
Pull Request -
State: closed - Opened by tbennun 14 days ago
#1740 - SDFG API additions for version 1.0
Pull Request -
State: closed - Opened by tbennun 14 days ago
#1739 - Memlets propagated incorrectly out of nested SDFGs
Issue -
State: open - Opened by phschaad 15 days ago
Labels: bug
#1739 - Memlets propagated incorrectly out of nested SDFGs
Issue -
State: open - Opened by phschaad 15 days ago
Labels: bug
#1738 - Memlets propagated incorrectly out of nested SDFGs
Pull Request -
State: open - Opened by phschaad 15 days ago
- 2 comments
#1738 - Memlets propagated incorrectly out of nested SDFGs
Pull Request -
State: open - Opened by phschaad 15 days ago
- 2 comments
#1737 - Make it a config option whether the Fortran frontend parses bools as bools or ints
Issue -
State: open - Opened by pratyai 15 days ago
- 2 comments
Labels: frontend, fortran
#1737 - Make it a config option whether the Fortran frontend parses bools as bools or ints
Issue -
State: open - Opened by pratyai 15 days ago
- 2 comments
Labels: frontend, fortran
#1736 - Replace another FORTRAN test program with `gfortran -Wall` certified test program.
Pull Request -
State: closed - Opened by pratyai 16 days ago
- 2 comments
#1735 - CodeGen bug: "Variable `LLFALL` has not been defined", even when it is a top-level transient array with a symbolic shape.
Issue -
State: open - Opened by pratyai 16 days ago
Labels: bug
#1735 - CodeGen bug: "Variable `LLFALL` has not been defined", even when it is a top-level transient array with a symbolic shape.
Issue -
State: open - Opened by pratyai 16 days ago
Labels: bug
#1734 - CI[pyFV3]: retry even when connection is refused
Pull Request -
State: closed - Opened by romanc 16 days ago
- 1 comment
#1734 - CI[pyFV3]: retry even when connection is refused
Pull Request -
State: closed - Opened by romanc 16 days ago
- 1 comment
#1733 - Used valid FORTRAN test program for a couple frontend tests + Made `floatlit2string()` convert the FORTRAN real literal strings into python floats.
Pull Request -
State: closed - Opened by pratyai 16 days ago
#1733 - Used valid FORTRAN test program for a couple frontend tests + Made `floatlit2string()` convert the FORTRAN real literal strings into python floats.
Pull Request -
State: closed - Opened by pratyai 16 days ago
#1732 - Add back clang-format support
Pull Request -
State: closed - Opened by ThrudPrimrose 17 days ago
#1732 - Add back clang-format support
Pull Request -
State: closed - Opened by ThrudPrimrose 17 days ago
#1731 - Quality of live: Improved error messages
Pull Request -
State: closed - Opened by romanc 17 days ago
- 5 comments
#1731 - Quality of live: Improved error messages
Pull Request -
State: closed - Opened by romanc 17 days ago
- 5 comments
#1730 - Cherry-pick a small number of early, independent, non-breaking commits about "offsets" out of `multi_sdfg` branch.
Pull Request -
State: open - Opened by pratyai 17 days ago
Labels: no-ci
#1729 - Rename FORTRAN frontend tests
Pull Request -
State: closed - Opened by pratyai 18 days ago
#1728 - Cherry-picked a handful of intrinsic related commits out of `multi_sdfg` branch.
Pull Request -
State: closed - Opened by pratyai 18 days ago
- 2 comments
#1728 - Cherry-picked a handful of intrinsic related commits out of `multi_sdfg` branch.
Pull Request -
State: closed - Opened by pratyai 18 days ago
- 2 comments
#1727 - Scalar to symbol promotion fails if scalar is read in another state
Issue -
State: open - Opened by romanc 18 days ago
#1727 - Scalar to symbol promotion fails if scalar is read in another state
Issue -
State: closed - Opened by romanc 18 days ago
- 6 comments
#1726 - Go over skipped tests for 1.0
Issue -
State: closed - Opened by tbennun 19 days ago
#1725 - Fix type inference and code generation for typeclasses and numpy types
Pull Request -
State: closed - Opened by tbennun 19 days ago
- 2 comments
#1725 - Fix type inference and code generation for typeclasses and numpy types
Pull Request -
State: closed - Opened by tbennun 19 days ago
- 2 comments
#1724 - Various stability improvements and convenience APIs
Pull Request -
State: closed - Opened by tbennun 20 days ago
#1724 - Various stability improvements and convenience APIs
Pull Request -
State: closed - Opened by tbennun 20 days ago
#1723 - Fortran Frontend and External SDFGs
Pull Request -
State: open - Opened by phschaad 21 days ago
Labels: no-ci
#1722 - Bump version and update dependencies
Pull Request -
State: closed - Opened by tbennun 21 days ago
#1721 - DeadDataflowElimination: Fix type hint annotation for booleans
Pull Request -
State: closed - Opened by romanc 21 days ago
- 2 comments
#1721 - DeadDataflowElimination: Fix type hint annotation for booleans
Pull Request -
State: closed - Opened by romanc 21 days ago
- 2 comments
#1720 - Fix broken codegen tutorial
Pull Request -
State: closed - Opened by romanc 21 days ago
#1719 - [DRAFT] Container Groups
Pull Request -
State: open - Opened by ThrudPrimrose 21 days ago
Labels: no-ci
#1718 - CI: Update checkout and setup-python actions
Pull Request -
State: closed - Opened by romanc 21 days ago
- 1 comment
#1718 - CI: Update checkout and setup-python actions
Pull Request -
State: closed - Opened by romanc 21 days ago
- 1 comment
#1717 - Fortran Frontend and External SDFGs
Pull Request -
State: closed - Opened by phschaad 22 days ago
Labels: no-ci
#1716 - Data Dependency Analysis for Control Flow Regions
Pull Request -
State: open - Opened by phschaad 22 days ago
Labels: no-ci
#1716 - Data Dependency Analysis for Control Flow Regions
Pull Request -
State: open - Opened by phschaad 22 days ago
Labels: no-ci
#1715 - Reduce dace package dependencies
Pull Request -
State: closed - Opened by tbennun 23 days ago
- 1 comment
#1714 - Fix jupyter's version of SDFV
Pull Request -
State: closed - Opened by phschaad 23 days ago
Labels: bug, tutorials
#1713 - Fix GPU transform mapping free access nodes always to GPU storage
Pull Request -
State: open - Opened by ThrudPrimrose 23 days ago
- 1 comment
#1713 - Fix GPU transform mapping free access nodes always to GPU storage
Pull Request -
State: open - Opened by ThrudPrimrose 23 days ago
- 1 comment
#1712 - Warn on potential data races
Pull Request -
State: closed - Opened by phschaad 24 days ago
#1711 - Python frontend stability and inline storage specification
Pull Request -
State: closed - Opened by tbennun 25 days ago
#1710 - Dead Dataflow Elimination type hints do not work with all types
Issue -
State: closed - Opened by pratyai 25 days ago
- 2 comments
Labels: bug
#1709 - Fix pure reduce expansion for squeezed output memlets.
Pull Request -
State: closed - Opened by pratyai 28 days ago
#1708 - Modified `SDFGState.unordered_arglist()`
Pull Request -
State: closed - Opened by philip-paul-mueller 28 days ago
#1708 - Modified `SDFGState.unordered_arglist()`
Pull Request -
State: closed - Opened by philip-paul-mueller 28 days ago
#1707 - Use codecov tokens
Pull Request -
State: closed - Opened by tbennun 29 days ago
#1707 - Use codecov tokens
Pull Request -
State: closed - Opened by tbennun 29 days ago
#1706 - Add CFG to generate_scope in tutorials
Pull Request -
State: open - Opened by ThrudPrimrose 29 days ago
- 1 comment
#1706 - Add CFG to generate_scope in tutorials
Pull Request -
State: closed - Opened by ThrudPrimrose 29 days ago
- 1 comment
#1704 - [DRAFT] Deferred Allocation Prototype
Pull Request -
State: open - Opened by ThrudPrimrose 29 days ago
- 4 comments
Labels: no-ci