2 new commits in papi:
https://bitbucket.org/icl/papi/commits/5c99e68310f1/
Changeset: 5c99e68310f1
Branch: None
User: Tony_ICL
Date: 2021-08-06 21:07:51+00:00
Summary: Change to reject if compiled in headers have structures of different
sizes than the version of the cuda_runtime library we found. Also
rejecting libraries <11.0, they don't contain CounterAvailability
functions that we currently must use in setting up events; i.e.
the 10.x API differs slightly from the 11.x API.
API differ
Affected #: 1 file
https://bitbucket.org/icl/papi/commits/bf4355870b54/
Changeset: bf4355870b54
Branch: master
User: Tony_ICL
Date: 2021-08-07 19:37:55+00:00
Summary: Merged in master (pull request #209)
Changes to avoid segfault on library mismatch.
Change to reject if compiled in headers have structures of different sizes than the version of the cuda_runtime library we found. Also rejecting libraries <11.0, they don't contain CounterAvailability functions that we currently must use in setting up events; i.e. the 10.x API differs slightly from the 11.x API.