cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

[cuda] Minimal changes taking advantage of C++17 features #313

Closed fwyzard closed 2 years ago

fwyzard commented 2 years ago

Builds and runs fine...

Just to clarify: the main reason for these changes is to make it easier to test different mutex types in the caching allocators. Then I had the constexpr changes lying around for a while, so I included them as well.