MCPcopy Create free account
hub / github.com/RL-Align/RL-Kernel / test_executor_flow

Function test_executor_flow

rl_engine/tests/test_dispatch.py:45–49  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 registry = KernelRegistry()
44
45 assert registry._priority_map["rocm"]["attn"][0] == OpBackend.PYTORCH_ATTN
46 assert registry._priority_map["rocm"]["attn"][1] == OpBackend.ROCM_FLASH_ATTN
47
48
49class TestMusaPlatform:
50 @staticmethod
51 def _mock_torch_musa_import(monkeypatch):
52 monkeypatch.setattr(

Callers 1

test_dispatch.pyFile · 0.85

Calls 2

execute_rolloutMethod · 0.95
RolloutExecutorClass · 0.90

Tested by

no test coverage detected