zeam-vm / pelemay

Pelemay is a native compiler for Elixir, which generates SIMD instructions. It has a plan to generate for GPU code.
Apache License 2.0
186 stars 13 forks source link

Separate lib/pelemay/generator/native/builder.ex with automatic configuration into an independent library #144

Open zacky1972 opened 4 years ago

zacky1972 commented 4 years ago

Is your feature request related to a problem? Please describe. I guess lib/pelemay/generator/native/builder.ex will be useful, if it can be reused from another Elixir program.

Describe the solution you'd like Separate lib/pelemay/generator/native/builder.ex with automatic configuration into an independent library, named auto_nif_builder.

Describe alternatives you've considered None.

Additional context None.