简体   繁体   中英

CUSP host function parallelization with openMP

Is the CUSP host function also implemented in parallel with openMP? I am a bit confused since in the github discussion it says "added functionality in openMP" but there is no clear statement in the cusp that it is fully implemented with openMP.

CUSP is built on thrust .

Thrust can take advantage of OpenMP, for example as a device backend . Thrust now also has the ability to re-target the host backend as well.

This means that if you properly selected the thrust OMP backend, say for device activities, I think cusp should respect this and perform "device" operations on the host using OMP.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM