MCPcopy
hub / github.com/tinygrad/tinygrad / test_beam

Method test_beam

test/test_tiny.py:93–94  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 # *** BEAM (for Kernel speed) ***
92
93 def test_beam(self):
94 with Context(BEAM=1, IGNORE_BEAM_CACHE=1): self.test_plus()
95
96 # *** symbolic (to allow less recompilation) ***
97

Callers

nothing calls this directly

Calls 2

test_plusMethod · 0.95
ContextClass · 0.90

Tested by

no test coverage detected