-
Hi I'm continuing the thread I raised on the eeglab mailing list.
I managed to record a baseline with `asrFlag` to `true` and that went okay I didn't get any errors, but when I then tried to run `n…
-
## MRE
```f90
SUBROUTINE STFSM( A )
REAL A( 0: * )
EXTERNAL STRSM
CALL STRSM( A )
CALL STRSM( A( 0 ) )
END
PROGRAM MAIN
END PROGRAM MAIN
```
## O…
-
While trying to install lfortran-0.36.0 using build from a source tarball I got this error message from make -j8 immediately after my screen said
[ 56%] Building CXX object src/libasr/CMakeFiles/asr.…
-
Hi, I see that the decoding system for ASR is currently a shallow fusion.
I am trying to conduct research using deep fusion or cold fusion.
Does espnet2 offer deep/cold fusion?
If it does, is there…
-
I'm trying to figure out how the `parse_env()` function works. So far, it seems like it doesn't work for anything:
```
from vastai_client.vast_utils import parse_env
env_strs = [
"'-e INTERRO_US…
-
In recent output format, I see
```clojure
(= (Var 2 a)
(LogicalConstant false (Logical 4 []))
())
```
I can't find anything in ASR.asdl that matches`=`. I presum…
-
**Is your feature request related to a problem? Please describe.**
I primarily work with audio data and it is particularly challenging to visualize different stages of audio data like `wavefo…
-
### Bug Description
Empty output when running flashlight's fl_asr_tutorial_inference_ctc on Macbook Air M1
### Platform and Hardware
Macbook Air M1,
Docker,
flml/flashlight:cpu-latest
i…
-
- Paper: http://www.apsipa.org/proceedings/2021/pdfs/0000511.pdf
- Duration: 519 hours
- Dataset link: Not yet made public?
-
Currently one can print all passes using `lfortran --pass xx examples/expr2.f90`.
High priority:
- [ ] printing ASR output after every pass - https://github.com/lcompilers/lpython/pull/950
- [x…