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 14 forks source link

Add a new feature of searching suitable Clang, GCC and Apple Clang by using CpuInfo to Builder #117

Closed zacky1972 closed 4 years ago

zacky1972 commented 4 years ago

Is your feature request related to a problem? Please describe. Add a new feature of searching suitable Clang, GCC and Apple Clang by using CpuInfo to Builder, in order to support C++ compilers for CUDA and OpenCL in near future.