-
are there any examples of asdl being used in conjunction with DDP?
-
### Version
2024.2 (latest)
### Operating System
- [ ] Any
- [X] Linux
- [ ] macOS
- [ ] Windows
- [ ] Other Unix
### OS Version
Alpine 3.17
### Processor
- [ ] Any
- [ ] Arm…
-
-
- [x] Imports / `use` keyword
- implementing this will allow us to get rid of meta.UserType, which is used for `Id_t`. It generates a custom Python import at the top of the module.
- [x] Paramete…
-
lmasdlam massed malm alm a
-
Here is a script:
```xonsh
#!/usr/bin/env xonsh
$RAISE_SUBPROC_ERROR = True
trace on
# Generate a Fortran AST from AST.asdl (Python)
python grammar/asdl_py.py
# Generate a Fortran AST from …
-
Hello,
First, thanks for publishing this, great work!
The license for the entire repository is non-commercial, yet the `asdl` sub-package contains a mixture of MIT code and your additions (presu…
-
```diff
diff --git a/src/libasr/ASR.asdl b/src/libasr/ASR.asdl
index d1356151b..72982ac12 100644
--- a/src/libasr/ASR.asdl
+++ b/src/libasr/ASR.asdl
@@ -19,7 +19,6 @@ symbol
| EnumType(symb…
-
Hello,
Please I am trying to preprocess the data to obtain the **.bin** file that will enable me train the data. Unfortunately, the following error keep appearing.
(base) lab@master:~/external-know…
-
你好,我从项目仓库中发现缺少了一些关键文件,使得项目无法整个流程跑通,其中包括了缺失的java_asdl.pkl(python的语法规则还能从ast库中找到官网提供的语法),java或者其他语言似乎并没有太多的工作或工具能够为AST树提供丰富的类型信息等等。
请问能否提供这些文件呢?