Skip to content

Commit c45d8c1

Browse files
committed
Narrow default thrust test exclusions
1 parent 0013a70 commit c45d8c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build_thrust.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ TEST_VERBOSE="-V"
2525
MUSA_DEVICES="${THRUST_MUSA_DEVICES:-}" # 默认所有GPU可见
2626
SKIP_CLEAN="${THRUST_NO_CLEAN:-false}"
2727
BUILD_ONLY="${THRUST_BUILD_ONLY:-false}"
28-
EXCLUDE_TESTS="${THRUST_EXCLUDE_TESTS:-unittest|test__cpp_complex|async}" # 默认排除的测试用例
28+
EXCLUDE_TESTS="${THRUST_EXCLUDE_TESTS:-async\\.(exclusive_scan|inclusive_scan)\\.large_indices}" # 默认仅排除已知失败的测试用例
2929
MUSA_ARCH="${THRUST_MUSA_ARCH:-mp_31}" # 默认 MUSA 架构
3030
BUILD_DIR="" # 将在参数解析后设置
3131
LOG_FILE=""

0 commit comments

Comments
 (0)