anlsys / aml

Building Blocks for Explicit Memory Management on Complex Architectures
https://argo-aml.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Runtime Version Check for Cuda and OpenCL #180

Open NicolasDenoyelle opened 3 years ago

NicolasDenoyelle commented 3 years ago
perarnau commented 3 years ago

Yes. We might need to pay attention to semver on those checks, as in theory the headers & lib just need to be ABI compatible, not equal. If I recall properly it means major-version matches only.