Copilot
Copilot
This PR adds a new `DisableP2P` configuration option that allows running Bridge nodes in storage-only mode without any p2p networking components. This addresses the need for hosted RPC providers and...
## Summary This PR adds a root-level `CodeQL.yml` file to configure file classification and exclusions for CodeQL security scanning. The configuration classifies build artifacts as generated code to exclude them...
## Problem When `PictGenerate` is called multiple times on the same task, the function does not clean previous results before generating new ones. This causes duplication where calling the function...
## Issue Japanese Kanji character "予" was causing exceptions in constraint expressions: - When used in conditions like `if [予] = "Hoge"`, it would throw: `Input Error: Non-special character was...
This PR fixes the inconsistency in the sub-models documentation where the example showed a sub-model with order 2 (`{ PLATFORM, CPUS, RAM, HDD } @ 2`), but the explanation and...
This PR provides a comprehensive design document for refactoring DaCe's code generation system from a monolithic structure into a modular, pass-based pipeline architecture using DaCe's existing `Pass` and `Pipeline` infrastructure....
This PR introduces a comprehensive design document for refactoring DaCe's frontend architecture to be more portable, verifiable, and modular. The design addresses the current limitations where each frontend (Python, Fortran,...
## Summary This PR enhances `pystr_to_symbolic` to properly handle array indexing expressions by leveraging SymPy's `ArraySymbol` functionality, addressing limitations with the current bracket-to-parentheses fallback approach. ## Problem The current implementation...
This PR addresses a CUDA code generation error that occurs when trying to copy between GPU_Global storage locations within GPU_Device maps. The issue manifested as compilation errors due to non-existent...
This PR removes the `using_explicit_control_flow` flag from the SDFG class and all associated code, as control flow regions are now the norm in DaCe 2.0. ## Changes Made ### Core...