Skip to content
This repository has been archived by the owner on Nov 25, 2018. It is now read-only.

EBSP 1.0.0

Latest
Compare
Choose a tag to compare
@jwbuurlage jwbuurlage released this 18 Jan 15:43
· 1 commit to master since this release

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 memory
  • bsp_begin no longer initializes coredata to zero since this is already done in the loader
  • bsp_end no longer executes TRAP so that main can finish properly