Nyakku Shigure

Results 47 issues of Nyakku Shigure

### PR Category Execute Infrastructure ### PR Types Performance ### Description 添加 CSE pass PCard-66972

### PR Category Others ### PR Types Others ### Description #62782 清理 flake8 时候忘记这里了,这个已经没用了,因此清理掉 另外规范下 `pyi` 和 `toml` 也使用 4 缩进 PCard-66972

### PR Category Execute Infrastructure ### PR Types Others ### Description Fix typo `set_pit_tests_properties` -> `set_pir_tests_properties` PCard-66972

### PR Category Execute Infrastructure ### PR Types Others ### Description 根据 #62652,`setitem` 等 API 均为无须适配的 API,相关单测直接移入 `_deprecated` 后缀单测 `test_zero_dim_sundry_dygraph_api` 为 API 适配问题,需要修复,问题为 `is_interger` API 适配没有考虑到动态图在 PIR 模式下 `Tensor.dtype` 也已经切换到...

### PR Category Execute Infrastructure ### PR Types Others ### Description 同 #64058,part2 - #60437 PCard-66972

### PR Category Execute Infrastructure ### PR Types Others ### Description 同 #60437,在非动转静目录的单测(非 `dygraph_to_static`)在使用 `to_static` 时,SOT 模式测试由 `dygraph_to_static` 和 `sot` 来承担,非动转静目录原则上都应该显式指定 `full_graph` 是 `True` 还是 `False`,以免使用默认的 SOT 导致 fallback 到动态图...

https://sigure.xyz/friends.html

Vssue

https://www.sigure.xyz/About.html

Vssue

> **Note** > > ✅ 是可以点的,可以直达文档~ | | Python 3.8 | Python 3.9 | Python 3.10 | Python 3.11 | Python 3.12 | | :-: | :-: | :-: |...

## 背景 我们在模拟执行的时候,会判断一个函数是否是 Paddle 组网 API,将组网 API 放入 SIR 中,而非组网 API 则会 inline call 模拟执行字节码 但由于我们现在用于判读一个 API 是否是组网 API 的逻辑仍然不够 robust,总有一些情况会导致部分组网 API 误走模拟执行逻辑 我们的组网 API 基本都是动静统一的,这些 API 长这个样子: ```python def...

🐾 meow