↓ 14 callersFunctionattention_helper(
stream: mx.Stream, H_q, H, L, E, S, BATCH, use_flash_attention: bool = False
)
tests_refsol/test_week_2_day_6.py:54
↓ 7 callersFunctionattention_helper(stream: mx.Stream, H_q, H, L, E, S, BATCH, mask_mode: str)
tests_refsol/test_week_2_day_4.py:8
↓ 4 callersFunctiontime_flash_attention(
stream: mx.Stream,
query: mx.array,
key: mx.array,
value: mx.array,
scale: float,
ma
tests_refsol/test_week_2_day_4.py:46
↓ 2 callersFunctionassert_causal_mask_faster_than_all_zero_mask(
stream: mx.Stream,
batch: int,
h_q: int,
h: int,
l: int,
s: int,
e: int,
sca
tests_refsol/test_week_2_day_4.py:68
↓ 2 callersFunctionquantized_matmul(
scales: mx.array,
biases: mx.array,
group_size: int,
bits: int,
a: mx.array,
b: mx.a
src/tiny_llm/quantize.py:42
↓ 2 callersFunctionquantized_matmul(
scales: mx.array,
biases: mx.array,
group_size: int,
bits: int,
a: mx.array,
b: mx.a
src/tiny_llm_ref/quantize.py:61
↓ 2 callersMethodwrite_page_slice(
self,
page_id: int,
start: int,
key: mx.array,
value: mx.array,
src/tiny_llm_ref/paged_kv_cache.py:94