(self)
| 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() |
no test coverage detected