You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
________ TestPoolingNNDeviceTypeXPU.test_max_pool_nan_inf_xpu_float64 _________
Traceback (most recent call last):
File "C:\Users\gta\penghuic\pytorch\third_party\torch-xpu-ops\test\xpu\nn\test_pooling_xpu.py", line 362, in _test_max_pool_nan_inf
self.assertTrue(math.isinf(res2.item()))
RuntimeError: Native API failed. Native API returns: 2147483646 (UR_RESULT_ERROR_UNKNOWN)
To execute this test, run the following from the base repo dir:
python test\nn\test_pooling.py TestPoolingNNDeviceTypeXPU.test_max_pool_nan_inf_xpu_float64
Versions
20241230 nightly build
The text was updated successfully, but these errors were encountered:
🐛 Describe the bug
FAILED nn\test_pooling_xpu.py::TestPoolingNNDeviceTypeXPU::test_max_pool_nan_inf_xpu_float64
________ TestPoolingNNDeviceTypeXPU.test_max_pool_nan_inf_xpu_float64 _________
Traceback (most recent call last):
File "C:\Users\gta\penghuic\pytorch\third_party\torch-xpu-ops\test\xpu\nn\test_pooling_xpu.py", line 362, in _test_max_pool_nan_inf
self.assertTrue(math.isinf(res2.item()))
RuntimeError: Native API failed. Native API returns: 2147483646 (UR_RESULT_ERROR_UNKNOWN)
To execute this test, run the following from the base repo dir:
python test\nn\test_pooling.py TestPoolingNNDeviceTypeXPU.test_max_pool_nan_inf_xpu_float64
Versions
20241230 nightly build
The text was updated successfully, but these errors were encountered: