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

Put CPU_Info when error #87

Closed zacky1972 closed 4 years ago

zacky1972 commented 4 years ago

Is your feature request related to a problem? Please describe. Reporting CPU info is troublesome when an error occurred.

Describe the solution you'd like Puts CPU info when an error occurred.

Describe alternatives you've considered None

Additional context None

zacky1972 commented 4 years ago

All errors and exceptions that occur in the compile time should be rescued within the Pelemay macro and put errors or warnings with CPU info.