cccl icon indicating copy to clipboard operation
cccl copied to clipboard

Initial investigation into API design for user-specified determinism guarantees in Thrust and PSTL

Open jrhemstad opened this issue 2 years ago • 2 comments

User can require determinism from CUB interface but not Thrust or PSTL. We have to design a way to attach determinism requirement to execution policy.

jrhemstad avatar Dec 06 '23 19:12 jrhemstad

@jrhemstad Not sure if this is becoming obsolete now that we have settled to an environment API.

gonidelis avatar Aug 22 '25 21:08 gonidelis

@gonidelis we have environments API for CUB. This issue doesn't seem CUB specific. Let's consider it done when we know how to specify determinism in Thrust and parallel algorithms in cuda:: .

gevtushenko avatar Aug 24 '25 15:08 gevtushenko