Ryuta Suzuki

Results 19 issues of Ryuta Suzuki

Out of curiosity, I wonder if nlvm has any plans to implement IR like other languages: Julia https://docs.julialang.org/en/v1/devdocs/ssair/ Rust https://rustc-dev-guide.rust-lang.org/mir/index.html#the-mir-mid-level-ir Swift https://github.com/apple/swift/blob/main/docs/SIL.rst Flang https://github.com/llvm/llvm-project/tree/main/flang Any comments will be greatly appreciated....

**Describe GraalVM and your environment :** - GraalVM version or commit id if built from source: **35b2ed8050709685030cb9b1ac1082f474d1cb13** - CE or EE: **CE** - JDK version: **JDK11** - OS and OS...

bug

Any plans?

As TODO in `lib/Dialect/Torch/Transforms/ShapeLibrary.cpp` predicts, MSVC (Version 19.33.31629 for x64) is unable to handle the long string ``` [1/75] Building CXX object tools\torch-mlir\lib\Dialect\Torch\Transforms\CMakeFiles\obj.TorchMLIRTorchPasses.dir\ShapeLibrary.cpp.obj FAILED: tools/torch-mlir/lib/Dialect/Torch/Transforms/CMakeFiles/obj.TorchMLIRTorchPasses.dir/ShapeLibrary.cpp.obj C:\PROGRA~1\MIB055~1\2022\COMMUN~1\VC\Tools\MSVC\1433~1.316\bin\Hostx64\x64\cl.exe /nologo /TP -DGTEST_HAS_RTTI=0 -DTORCH_MLIR_ENABLE_MHLO...

Addresses 1. Windows command execution issue by adding `shell=True` on Windows platform 2. Missing `grep`-equivalent Windows command 3. Inconsistent string delimiter `\n` and `os.linsep`=`\r\n` on Windows Fixes #1304

Generating Lazy Tensor Core IR Nodes fails on Windows, more specifically `build_tools\autogen_ltc_backend.py`. It fails on multiple points so I list the issues and fixes step-by-step: ### 1. `subprocess.check_output` behavior on...

``` C:\msys64\home\ryuta\packages\rustpython\rustpython>cargo run --features ssl --release -- --install-pip Finished release [optimized] target(s) in 0.69s Running `target\release\rustpython.exe --install-pip` downloading get-pip.py... Traceback (most recent call last): File "C:\msys64\home\ryuta\packages\rustpython\rustpython\Lib\urllib\request.py", line 1351, in do_open...

O-windows

I wonder if anyone has the same issue. RustPython works perfectly fine on Linux, but not on Windows: ``` C:\home\ryuta\packages\rustpython\rustpython>cargo run --features ssl --release Finished release [optimized] target(s) in 1.53s...

O-windows

It appears `WebAssembly.Memory` is supported https://github.com/oracle/graaljs/blob/86f978c3bbf35a8fa0ab3289e01230a940448213/graal-nodejs/deps/v8/src/wasm/wasm-js.cc#L1126 but the following lines failed. Do I miss something obvious? ``` [ryuta@fedora cowasm]$ ~/packages/graalvm/bin/npx --experimental-options --js.webassembly --polyglot --jvm python-wasm@latest OpenJDK VM warning: the use...

## Feature Missing `Unpack` in `typing` module. I encounter this when trying [textual](https://github.com/Textualize/textual): ``` (venv) ryuta@orin:~/packages/rustpython$ rustpython -m textual Traceback (most recent call last): File "/home/ryuta/packages/rustpython/rustpython/pylib/Lib/runpy.py", line 192, in _run_module_as_main...

C-compat