mirror of
https://github.com/ROCm/jax.git
synced 2025-04-15 19:36:06 +00:00
Fix pytest failures from compilation cache test.
The names of the functions in the compilation cache tests changed, causing warnings emitted by that test to become errors.
This commit is contained in:
parent
d92d9394ae
commit
6ae01247f0
@ -67,7 +67,9 @@ filterwarnings = [
|
|||||||
"ignore:numpy.ufunc size changed",
|
"ignore:numpy.ufunc size changed",
|
||||||
"ignore:.*experimental feature",
|
"ignore:.*experimental feature",
|
||||||
"ignore:The distutils.* is deprecated.*:DeprecationWarning",
|
"ignore:The distutils.* is deprecated.*:DeprecationWarning",
|
||||||
|
"default:Error reading persistent compilation cache entry for 'jit_equal'",
|
||||||
"default:Error reading persistent compilation cache entry for 'jit__lambda_'",
|
"default:Error reading persistent compilation cache entry for 'jit__lambda_'",
|
||||||
|
"default:Error writing persistent compilation cache entry for 'jit_equal'",
|
||||||
"default:Error writing persistent compilation cache entry for 'jit__lambda_'",
|
"default:Error writing persistent compilation cache entry for 'jit__lambda_'",
|
||||||
"ignore:backend and device argument on jit is deprecated.*:DeprecationWarning",
|
"ignore:backend and device argument on jit is deprecated.*:DeprecationWarning",
|
||||||
# TODO(skyewm): remove when jaxlib >= 0.4.12 is released (needs
|
# TODO(skyewm): remove when jaxlib >= 0.4.12 is released (needs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user