Generate a deterministic fp16 dropout-style mask kernel: out = where(x > 0, x * 2, 0).
