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 e5889c5 commit c4f17ccCopy full SHA for c4f17cc
xla/tests/complex_unary_op_test.cc
@@ -38,8 +38,9 @@ class ComplexUnaryOpTest : public ClientLibraryTestBase {
38
// Otherwise, constant folding pre-computes results using HloEvaluator's
39
// reference implementation (std c++), not the backend under test.
40
void SetUp() override {
41
- ClientLibraryTestRunnerMixin::SetUp();
42
- mutable_debug_options()->add_xla_disable_hlo_passes("constant_folding");
+ ClientLibraryTestBase::SetUp();
+ execution_options_.mutable_debug_options()
43
+ ->add_xla_disable_hlo_passes("constant_folding");
44
}
45
template <typename T, size_t index, typename... Types>
46
std::vector<T> get_column(const std::vector<std::tuple<Types...>>& table) {
0 commit comments