atmi
atmi copied to clipboard
Asynchronous Task and Memory Interface, or ATMI, is a runtime framework and programming model for heterogeneous CPU-GPU systems. It provides a consistent, declarative API to create task graphs on CPUs...
The README here https://github.com/RadeonOpenCompute/atmi/blob/master/INSTALL.md says "LD_LIBRARY_FLAGS". Should be "LD_LIBRARY_PATH"?
On my end, the atmi, `make` command failed with missing command /usr/bin/rsync. Docs need updating
Do not install binaries cloc/mycpu/mymgpu/cloc to avoid clashing with the binaries of the same name from the aomp-extras package
Please change all occurrences of `../../hsa/lib` and `../../lib` to something that's not relative and hard-coded. In certain package managers `../../lib` cannot exist, since libraries are only available inside the package...