Susumu Yamazaki

Results 49 issues of Susumu Yamazaki

**Is your feature request related to a problem? Please describe.** Efficient matrix calculation is strongly and seriously required from AI and machine learning purposes. **Describe the solution you'd like** One...

enhancement

Suppose the following ZEAM IR is given: ```elixir [{:include, [], "stdbool.h"}, {:include, [], "erl_nif.h"}, {:define_const_int, [], [{:=, [], [{:FAIL, [], :macro}, 0]}]}, {:define_const_int, [], [{:=, [], [{:SUCCESS, [], :macro}, 1]}]},...

enhancement

The name of the module is `Pelemay.Zeam` The branch is `zacky1972_issue_71`

enhancement

**Is your feature request related to a problem? Please describe.** In SIMD calculation, optimized code is different according to which type of each element is required, 8, 16, 32, or...

enhancement

**Describe the bug** Error occurs when Clang compiled from the original site, not Apple Clang **To Reproduce** Steps to reproduce the behavior: 1. Use Pelemay in the source code in...

bug

Current Pelemay is tested on x86_64 architectures (Intel and AMD), though is not tested well on other platforms including IA-32, ARM, MIPS and so on, which are supported by Erlang...

help wanted

**Describe the bug** Current Pelemay performs integer calculation incorrectly when the value is or will be overflow. **To Reproduce** Snip. **Expected behavior** Same to using Enum. **Screenshots** None. **Desktop (please...

bug

**Is your feature request related to a problem? Please describe.** Current type checking of Pelemay is not perfect. It may cause "sudden death", that is, an uncaught segmentation fault or...

enhancement

**Describe the bug** Build failed in the case that there is a defpelemay for each module. **To Reproduce** Steps to reproduce the behavior: 1. `mix new test` 2. Define Test...

bug

**Describe the bug** When applying Pelemay to Numexy.add, an error occurs. The code is as follows: https://github.com/zeam-vm/numexy/blob/zacky1972_develop/lib/numexy.ex#L43 **To Reproduce** Steps to reproduce the behavior: 1. Use Pelemay in the source...

bug