UCL / openqcd-oneapi

GNU General Public License v2.0
0 stars 0 forks source link

Implements USM host and shared memory allocation to avoid explcit data copying between host and device #43

Open krishnakumarg1984 opened 2 years ago

krishnakumarg1984 commented 2 years ago

Implements USM implicit data movement through the use of host and shared allocation for the relevant variables.

Performance need to be benchmarked against explicit data movement code.

Happy to squash the commits after initial feedback from reviewer.