heavyai / rbc

Remote Backend Compiler
https://rbc.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 10 forks source link

Add missing `NRT_MemInfo_alloc_aligned` NRT function #559

Closed guilhermeleobas closed 1 year ago

guilhermeleobas commented 1 year ago

Numba 0.57 includes a new NRT function which is not implemented in our NRT version: https://github.com/numba/numba/blob/98ab12e35c6e565f3c364ae07ef52b5681a95ee8/numba/core/runtime/nrt.cpp#L329-L338