-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for MultiField on GPU #201
base: develop
Are you sure you want to change the base?
Commits on Apr 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a12114f - Browse repository at this point
Copy the full SHA a12114fView commit details -
1) sync_host_device to skip unused fields; 2) xx-needs-update means y…
…y-does-not-need-update
Configuration menu - View commit details
-
Copy full SHA for 22d7fb7 - Browse repository at this point
Copy the full SHA 22d7fb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7c37d1 - Browse repository at this point
Copy the full SHA b7c37d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b582bc - Browse repository at this point
Copy the full SHA 3b582bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e59fe9c - Browse repository at this point
Copy the full SHA e59fe9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d74086e - Browse repository at this point
Copy the full SHA d74086eView commit details -
1) Pass a config argument from Field down to Array (defaulted to util…
…::Config()); 2) Implement the optional host memory pinning and the optional mapping of this pinned memory for faster device memory access
Configuration menu - View commit details
-
Copy full SHA for e41689b - Browse repository at this point
Copy the full SHA e41689bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 590d37d - Browse repository at this point
Copy the full SHA 590d37dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2162f7 - Browse repository at this point
Copy the full SHA c2162f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f8f0d9 - Browse repository at this point
Copy the full SHA 2f8f0d9View commit details -
add -options- argument in functionspace%create_field; adapt unit test…
… fctest_functionspace
Configuration menu - View commit details
-
Copy full SHA for 3003ce6 - Browse repository at this point
Copy the full SHA 3003ce6View commit details -
also add options in create_field called from atlas_functionspace_Bloc…
…kStructureColumns
Configuration menu - View commit details
-
Copy full SHA for d6ac142 - Browse repository at this point
Copy the full SHA d6ac142View commit details -
trace report for Field with memory pinning; 2) remove pinnen memory r…
…eport from FieldImpl - it is an Array thing
Configuration menu - View commit details
-
Copy full SHA for 0548225 - Browse repository at this point
Copy the full SHA 0548225View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fcecba - Browse repository at this point
Copy the full SHA 8fcecbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f4b5f9 - Browse repository at this point
Copy the full SHA 5f4b5f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946fef6 - Browse repository at this point
Copy the full SHA 946fef6View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1576efc - Browse repository at this point
Copy the full SHA 1576efcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f64a4f - Browse repository at this point
Copy the full SHA 9f64a4fView commit details
Commits on May 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5c74b9c - Browse repository at this point
Copy the full SHA 5c74b9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a6ba9c3 - Browse repository at this point
Copy the full SHA a6ba9c3View commit details -
1) add field%device_data and Fortran API backend; 2) improve the unit…
… test to deal with acc-present and acc-deviceptr
Configuration menu - View commit details
-
Copy full SHA for 76fa5ff - Browse repository at this point
Copy the full SHA 76fa5ffView commit details
Commits on May 13, 2024
-
fix the unit test - remove external_acc_routine with device pointer a…
…rgument in Fortran
Configuration menu - View commit details
-
Copy full SHA for 49ab5b8 - Browse repository at this point
Copy the full SHA 49ab5b8View commit details
Commits on May 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cc2ad95 - Browse repository at this point
Copy the full SHA cc2ad95View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2cb5f - Browse repository at this point
Copy the full SHA ff2cb5fView commit details -
strides on the device do not correspond to the device shape in case o…
…f discontiguous data, so that device_stridesf had to be introduced
Configuration menu - View commit details
-
Copy full SHA for 20220b0 - Browse repository at this point
Copy the full SHA 20220b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f19e676 - Browse repository at this point
Copy the full SHA f19e676View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d8ed39 - Browse repository at this point
Copy the full SHA 4d8ed39View commit details
Commits on May 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cb13d32 - Browse repository at this point
Copy the full SHA cb13d32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 744e68f - Browse repository at this point
Copy the full SHA 744e68fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d38b9d - Browse repository at this point
Copy the full SHA 8d38b9dView commit details -
add all possible tests for slicing of a 4d array for the wrapping of …
…a discontiguous data on GPU; remove debug output
Configuration menu - View commit details
-
Copy full SHA for c6142b7 - Browse repository at this point
Copy the full SHA c6142b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf72be7 - Browse repository at this point
Copy the full SHA cf72be7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5929613 - Browse repository at this point
Copy the full SHA 5929613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a9e45a - Browse repository at this point
Copy the full SHA 0a9e45aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5762a54 - Browse repository at this point
Copy the full SHA 5762a54View commit details -
provide nproma in addition to block_size, since the first block_size …
…is not necessarally equal nproma
Configuration menu - View commit details
-
Copy full SHA for 1884eda - Browse repository at this point
Copy the full SHA 1884edaView commit details -
Configuration menu - View commit details
-
Copy full SHA for be750f9 - Browse repository at this point
Copy the full SHA be750f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c745473 - Browse repository at this point
Copy the full SHA c745473View commit details -
Configuration menu - View commit details
-
Copy full SHA for 102c01d - Browse repository at this point
Copy the full SHA 102c01dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 721672a - Browse repository at this point
Copy the full SHA 721672aView commit details -
extend the Fortran interface of MultiField to return its FieldSet; ex…
…tend FieldSet to concatenate two FieldSets
Configuration menu - View commit details
-
Copy full SHA for ff04675 - Browse repository at this point
Copy the full SHA ff04675View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a961c - Browse repository at this point
Copy the full SHA 86a961cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f27eb06 - Browse repository at this point
Copy the full SHA f27eb06View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c233c9 - Browse repository at this point
Copy the full SHA 8c233c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6087cf - Browse repository at this point
Copy the full SHA b6087cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 798c4bd - Browse repository at this point
Copy the full SHA 798c4bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e15af0 - Browse repository at this point
Copy the full SHA 1e15af0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab9946 - Browse repository at this point
Copy the full SHA 0ab9946View commit details
Commits on May 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c35c13b - Browse repository at this point
Copy the full SHA c35c13bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f16f02 - Browse repository at this point
Copy the full SHA 5f16f02View commit details
Commits on May 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 96e2918 - Browse repository at this point
Copy the full SHA 96e2918View commit details -
Merge branch 'feature/gpu_discontiguous_data' of github.com:ecmwf/atl…
…as into feature/gpu_discontiguous_data
Configuration menu - View commit details
-
Copy full SHA for baa4cd3 - Browse repository at this point
Copy the full SHA baa4cd3View commit details
Commits on May 23, 2024
-
WrappedArray has to know if the device memory is mapped to the host m…
…emory (with Willem)
Configuration menu - View commit details
-
Copy full SHA for 9570229 - Browse repository at this point
Copy the full SHA 9570229View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db9b44 - Browse repository at this point
Copy the full SHA 8db9b44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33083ef - Browse repository at this point
Copy the full SHA 33083efView commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 179e07d - Browse repository at this point
Copy the full SHA 179e07dView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f55c748 - Browse repository at this point
Copy the full SHA f55c748View commit details
Commits on Sep 11, 2024
-
add MultiFieldCreatorArray - a generic MultiField constructor from da…
…tatype, shape, variable_names
Configuration menu - View commit details
-
Copy full SHA for 5d30f10 - Browse repository at this point
Copy the full SHA 5d30f10View commit details
Commits on Sep 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 715125a - Browse repository at this point
Copy the full SHA 715125aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d9b6e9 - Browse repository at this point
Copy the full SHA 3d9b6e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fe2801 - Browse repository at this point
Copy the full SHA 6fe2801View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9546be - Browse repository at this point
Copy the full SHA e9546beView commit details -
Configuration menu - View commit details
-
Copy full SHA for f216567 - Browse repository at this point
Copy the full SHA f216567View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f2092c - Browse repository at this point
Copy the full SHA 4f2092cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b84a58a - Browse repository at this point
Copy the full SHA b84a58aView commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7f33861 - Browse repository at this point
Copy the full SHA 7f33861View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3153f92 - Browse repository at this point
Copy the full SHA 3153f92View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b666b4d - Browse repository at this point
Copy the full SHA b666b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f16559 - Browse repository at this point
Copy the full SHA 5f16559View commit details -
Configuration menu - View commit details
-
Copy full SHA for 946ed54 - Browse repository at this point
Copy the full SHA 946ed54View commit details -
Configuration menu - View commit details
-
Copy full SHA for e84dc2e - Browse repository at this point
Copy the full SHA e84dc2eView commit details