MCPcopy
hub / github.com/tinygrad/tinygrad / test_image

Method test_image

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

Source from the content-addressed store, hash-verified

149
150 @unittest.skipIf(Device.DEFAULT != "CL", "image only supported on CL")
151 def test_image(self):
152 with Context(IMAGE=1): self.test_gemm(N=64)
153
154 def test_beam_image(self):
155 with Context(BEAM=1, IGNORE_BEAM_CACHE=1): self.test_image()

Callers 1

test_beam_imageMethod · 0.95

Calls 2

test_gemmMethod · 0.95
ContextClass · 0.90

Tested by

no test coverage detected