Home
last modified time | relevance | path

Searched refs:PETSC_THRUST_CALL_PAR_ON (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmthrustutility.hpp26 #define PETSC_THRUST_CALL_PAR_ON(func, s, ...) func(thrust::cuda::par_nosync.on(s), __VA_ARGS__) macro
28 #define PETSC_THRUST_CALL_PAR_ON(func, s, ...) func(thrust::cuda::par.on(s), __VA_ARGS__)
36 #define PETSC_THRUST_CALL_PAR_ON(func, s, ...) func(thrust::hip::par_nosync.on(s), __VA_ARGS__)
38 #define PETSC_THRUST_CALL_PAR_ON(func, s, ...) func(thrust::hip::par.on(s), __VA_ARGS__)
41 #define PETSC_THRUST_CALL_PAR_ON(func, s, ...) func(__VA_ARGS__)
72 return PETSC_THRUST_CALL_PAR_ON(__VA_ARGS__); \