pelemay icon indicating copy to clipboard operation
pelemay copied to clipboard

Pelemay is a native compiler for Elixir, which generates SIMD instructions. It has a plan to generate for GPU code.

Results 41 pelemay issues
Sort by recently updated
recently updated
newest added

It looks like this function is an unused duplicate of `SumMag.include_specified_functions?/2`

There was three warnings from Dialyzer. 1) A redundant case clause when matching against `File.read!/3`: https://github.com/zeam-vm/pelemay/compare/master...QuinnWilton:quinn/dialyzer?expand=1#diff-4972a9be985f9b913c07209d94d51a2388f542f91879b0f5983ddf8179b4a06bL36 2) A redundant case clause when matching against `:os.type/0`: https://github.com/zeam-vm/pelemay/compare/master...QuinnWilton:quinn/dialyzer?expand=1#diff-207e0d18a388a2190dea937d097735e2a0edc66008b2594f7d3bc798515790bfL416 3) An incorrect return...

**Describe the bug** The following error occurs in case of Elixir 1.13: ``` 03:51:38.464 [error] :gen_event handler Pelemay.Logger installed in Logger terminating ** (FunctionClauseError) no function clause matching in Pelemay.Logger.handle_info/2...

bug

**Describe the bug** PelemayFpBench on Elixir 1.12.0 / OTP 24.0.1 / maxOS Big Sur 11.3 / M1 emits the following error: ```elixir 08:31:13.646 [error] Process #PID raised an exception **...

bug

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Use Pelemay in the source code ```elixir defmodule LogisticMap...

bug

Current Pelemay will fail to execute user code in `defpelemay` when the NIF generated by Pelemay cannot be loaded for some reasons. So, Pelemay is expected to add a fallback...

enhancement

Current Pelemay generates a stub Elixir code as a module file in `Application.app_dir(:pelemay, "priv")`. This implementation has an issue that Pelemay code cannot be executed at all in case that...

enhancement

**Describe the bug** An error occurs when M1 Mac with Rosetta 2 mode. **To Reproduce** Steps to reproduce the behavior: 1. Use Pelemay in `pelemay_sample` 2. Run in the command...

bug

**Describe the bug** An error occurs when `Enum.map` of an anonymous function including a decimal **To Reproduce** Steps to reproduce the behavior: 1. Use Pelemay in the source code as...

bug

Q. Are there goals that have been set for a 1.0 release? A. As I stated at my presentation, one of near future goals is supporting CUDA. Another goal is...

enhancement