Skip to content

Commit c6320d5

Browse files
committed
update test script
1 parent c56cad5 commit c6320d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build_tools/rocm/test_ocp_fp8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ bazel \
7575
--action_env=XLA_FLAGS=--xla_gpu_force_compilation_parallelism=16 \
7676
--action_env=XLA_FLAGS=--xla_gpu_enable_llvm_module_compilation_parallelism=true \
7777
--run_under=//tools/ci_build/gpu_build:parallel_gpu_execute \
78-
//xla/service/gpu/transforms:gemm_rewriter_test_gpu_amd_any --test_filter=Fp8CublasTestsBothLegacyAndLt/ParameterizedFp8GemmRewriteTest.ScaledABScaledDMatrixBiasWithDAmaxF8/0
78+
//xla/service/gpu/transforms:gemm_rewriter_test_gpu_amd_any --test_filter=Fp8CublasTestsBothLegacyAndLt/ParameterizedFp8GemmRewriteTest.UnscaledABScaledF32DF8/0

xla/literal_comparison.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ absl::Status Equal(const LiteralSlice& expected, const LiteralSlice& actual) {
941941
absl::Status Near(const LiteralSlice& expected, const LiteralSlice& actual,
942942
const ErrorSpec& error, std::optional<bool> detailed_message,
943943
const MiscompareCallback& miscompare_callback) {
944-
if (VLOG_IS_ON(1)) {
944+
if (true) {
945945
LOG(INFO) << "Expected literal:";
946946
XLA_LOG_LINES(INFO, expected.ToString());
947947
LOG(INFO) << "Actual literal:";

0 commit comments

Comments
 (0)