forked from tinygrad/tinygrad
skip sqtt tests that unpickle UOps (#16875)
This commit is contained in:
@@ -88,6 +88,7 @@ def run_rocprof_decoder(blobs: list[bytes], lib: bytes, base: int, target: str):
|
||||
if t.is_alive(): raise RuntimeError("rocprof decoder timeout")
|
||||
return occupancy_records, wave_insts
|
||||
|
||||
@unittest.skip("TODO: fix to not require unpickling UOps.")
|
||||
class SQTTExamplesTestBase(unittest.TestCase):
|
||||
target: str
|
||||
examples: dict
|
||||
|
||||
@@ -64,6 +64,7 @@ def rocprof_inst_traces_match(sqtt, prg, target):
|
||||
|
||||
return passed_insts, len(rwaves), len(rwaves_iter)
|
||||
|
||||
@unittest.skip("TODO: fix to not require unpickling UOps.")
|
||||
class TestSQTTMapBase(unittest.TestCase):
|
||||
target: str
|
||||
examples: dict
|
||||
|
||||
Reference in New Issue
Block a user