Results 5 issues of Andrew Corrigan

thrust::tuple does not use variadic templates. A variadic template implementation of thrust::tuple would not just make the internal implementation more elegant, there are serious practical issues with the current thrust::tuple...

type: enhancement
area: performance

Do you have any plans to get [Thrust](https://github.com/thrust/thrust) compiling with cuda-on-cl?

enhancement
help wanted

I just updated to the latest MPPP and encountered some compilation errors on Windows compiling with Visual Studio 2022 17.9.2: - errors like: pasting `'""_z' and '1' does not result...

My last PR, [312](https://github.com/bluescarni/mppp/pull/312), fixed an error I was encountering using MSVC. Unfortunately, this is now triggering warnings on Clang. Would it make sense to add an #if guard and...

bug

(EDIT: Sorry, pressed a keyboard shortcut to post, before finishing) I'm trying to build NetCDF and its dependencies on Windows as static libraries, for use with Exodus. When I link...