fix: debugging slicing on gpu #16
Annotations
10 errors
tests/test_1447_jax_autodiff_slices_ufuncs.py#L29
test_numpyarray_grad_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
4
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L51
test_numpyarray_grad_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L73
test_numpyarray_grad_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L95
test_numpyarray_grad_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[10]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2:5
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L132
test_regular_array_1
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
2
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L154
test_regular_array_2
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while calling
numpy.multiply.__call__(
repr-raised-TracerArrayConversionError
repr-raised-TracerArrayConversionError
)
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L176
test_regular_array_3
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
(0, 0)
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L198
test_regular_array_4
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
::-1
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L220
test_regular_array_5
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
:-1
|
tests/test_1447_jax_autodiff_slices_ufuncs.py#L242
test_regular_array_6
jax.errors.TracerArrayConversionError: The numpy.ndarray conversion method __array__() was called on traced array with shape float64[9]
See https://jax.readthedocs.io/en/latest/errors.html#jax.errors.TracerArrayConversionError
This error occurred while attempting to slice
repr-raised-TracerArrayConversionError
with
0
|
This job failed
Loading