mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
Fix test failure in PGLE tests.
We weren't completely resetting the compilation cache.
This commit is contained in:
parent
e78a469b42
commit
b3ed528f7d
@ -55,6 +55,7 @@ class PgleTest(jtu.JaxTestCase):
|
||||
|
||||
def tearDown(self):
|
||||
cc.set_cache_dir(None)
|
||||
cc.reset_cache()
|
||||
super().tearDown()
|
||||
|
||||
def testPGLEProfilerGetFDOProfile(self):
|
||||
|
Loading…
x
Reference in New Issue
Block a user