anagainaru / ADIOS2-addons

Private repo to keep track of my changes to ADIOS2
2 stars 1 forks source link

Deal with layout mismatch between CPU and GPU #163

Closed anagainaru closed 3 months ago

anagainaru commented 11 months ago

Complicated solution: https://github.com/ornladios/ADIOS2/pull/3961

Variables can only dead with one type of pointers (once we pin them to GPU or CPU they need to always receive the same type of pointers).

Simpler solution: switch the dimensions at initial detection of variable type and at every setSelection

anagainaru commented 3 months ago

Closed by https://github.com/ornladios/ADIOS2/pull/3976