George Bosilca wrote:
The intent of the memcpy framework is to allow a selection between
several memcpy at runtime. Of course, there will be a preselection at
compile time, but all versions that can compile on a given
architecture will be benchmarked at runtime and the best one will be
selecte
The intent of the memcpy framework is to allow a selection between
several memcpy at runtime. Of course, there will be a preselection at
compile time, but all versions that can compile on a given
architecture will be benchmarked at runtime and the best one will be
selected. There is a file
Hi Tim,
Thanks for bringing the below up and asking for a redirection to the
devel list. I think looking/using the MCA memcpy framework would be a
good thing to do and maybe we can work on this together once I get out
from under some commitments. However, some of the challenges that
original