[libcu++] Replace cudaStreamPerThread with cudaStream{} in PSTL#9214
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (7)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThis PR updates CUDA PSTL algorithm backends to use a default-initialized null stream ( ChangesStream fallback unification
Assessment against linked issues
Suggested reviewers
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 Infer (1.2.0)libcudacxx/test/libcudacxx/cuda/execution/execution_policy/get_memory_resource.pass.cpplibcudacxx/test/libcudacxx/cuda/execution/execution_policy/get_memory_resource.pass.cpp:17:10: fatal error: 'cuda/functional' file not found ... [truncated 1214 characters] ... l/include" "-internal-isystem" libcudacxx/test/libcudacxx/cuda/execution/execution_policy/get_stream.pass.cpplibcudacxx/test/libcudacxx/cuda/execution/execution_policy/get_stream.pass.cpp:17:10: fatal error: 'cuda/functional' file not found ... [truncated 1187 characters] ... /usr/local/include" "-internal-isystem" Comment |
This comment has been minimized.
This comment has been minimized.
🥳 CI Workflow Results🟩 Finished in 2h 55m: Pass: 100%/115 | Total: 3d 02h | Max: 2h 55m | Hits: 57%/947662See results here. |
|
Successfully created backport PR for |
Fixes #9213.