This repository has been archived by the owner on Nov 25, 2018. It is now read-only.
EBSP 1.0.0
This is the first stable release, which features a simplified streaming API.
Added
- BSP variable list is stored distributed over all cores instead of in external memory
- Implement
bsp_pop_reg
- New streaming API
Fixed
bsp_begin
no longer uses divide and modulus operator which take up large amounts of memorybsp_begin
no longer initializes coredata to zero since this is already done in the loaderbsp_end
no longer executes TRAP so thatmain
can finish properly