Skip to content

Replace unsafe uses of std::unordered_map with SynchronizedCache#2221

Open
draganmladjenovic wants to merge 2 commits intomainfrom
draganm/multi_gpu
Open

Replace unsafe uses of std::unordered_map with SynchronizedCache#2221
draganmladjenovic wants to merge 2 commits intomainfrom
draganm/multi_gpu

Conversation

@draganmladjenovic
Copy link
Contributor

Motivation

#2201

Technical Details

No read-write use of std::unordered_map is thread safe.

Test Plan

None. Will inspect CI runs.

Test Result

None.

Submission Checklist

@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

🏷️ CI Guide

Runs automatically on every PR:

  • ✅ Pre-checks (submodule verification, code formatting)
  • ✅ Aiter op tests (gfx942 + gfx950)
  • ✅ Triton tests (only when aiter/ops/triton/** or related paths are changed)

Extended tests (opt-in via labels):

Label Tests
ci:sglang SGLang integration tests
ci:atom ATOM benchmark (DeepSeek-R1 + GPT-OSS)
ci:multi-gpu Multi-GPU op tests (8 GPU)
ci:vllm vLLM benchmark
ci:all All of the above

Add labels via the sidebar or gh pr edit 2221 --add-label <label>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant