We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e790f commit e82787dCopy full SHA for e82787d
test/xpu/extended/skip_list_common.py
@@ -1,5 +1,6 @@
1
skip_dict = {
2
"test_ops_xpu.py": (
3
+ "test_compare_cpu_gather_xpu_bfloat16",
4
# Calculation error between XPU implementation and CPU implementation,
5
# 1. Compiler optimization causes failing to promote data type to higher precision.
6
# 2. Accumulate error is amplified by some operations in some extreme cases. (std::exp(extreme_large_num))
0 commit comments