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

NVCC builder to be supporting Nerves #114

Open zacky1972 opened 4 years ago

zacky1972 commented 4 years ago

In order to support Nerves cross compiling, Pelemay should call nvcc with setting -ccbin and -Xcompiler to CXX and CXXFLAGS environment variables, respectively, when they are set by Nerves toolchain.

https://github.com/nerves-project/toolchains/issues/56