↓ 5 callersFunction_minimal_rl_loss(
current_logps,
old_logps,
ref_logps,
advantages,
completion_mask,
eps=0.2,
beta=
tests/test_rl_kernel_loss_step.py:18
↓ 4 callersFunction_check_metric(
*,
name: str,
actual: torch.Tensor,
expected: torch.Tensor,
atol: float,
rtol: float
tests/linear_logp_tp.py:210
↓ 4 callersFunctionmake_qkv(batch, seqlen, nheads, headdim, device, dtype, nheads_k=None)
tests/test_attention_correctness.py:86
↓ 3 callersMethod__init__(
self,
*,
address: int,
shape: tuple[int, ...],
stride: tuple[int, ..
rl_engine/executors/bridge.py:942
↓ 3 callersFunction_token_ids(
shape: tuple[int, ...],
vocab: int,
args: argparse.Namespace,
device: torch.device,
)
rl_engine/kernels/gtest/operator_inputs.py:215
↓ 3 callersFunctionassert_flash_attention_matches_sdpa(
op,
dtype,
atol,
rtol,
causal,
use_explicit_scale,
batch,
seqlen,
nheads
tests/test_attention_correctness.py:183