Home
last modified time | relevance | path

Searched refs:CompileAndVerifyIr (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/tests/
Dgpu_kernel_tiling_test.cc78 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
110 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
159 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
199 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
240 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
273 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
306 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
347 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
398 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
456 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
[all …]
Dgpu_unrolling_test.cc54 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
74 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
94 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
126 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
171 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
205 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
225 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
250 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
289 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
Dgpu_index_test.cc59 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
83 CompileAndVerifyIr(std::move(module), in TEST_F()
107 CompileAndVerifyIr(std::move(module), in TEST_F()
145 CompileAndVerifyIr(std::move(module), in TEST_F()
172 CompileAndVerifyIr(std::move(module), in TEST_F()
202 CompileAndVerifyIr(std::move(module), in TEST_F()
Dgpu_atomic_test.cc51 CompileAndVerifyIr(hlo_string, R"( in TEST_F()
78 CompileAndVerifyIr(hlo_string, R"( in TEST_F()
106 CompileAndVerifyIr(hlo_string, R"( in TEST_F()
144 CompileAndVerifyIr(hlo_string, R"( in TEST_F()
Dgpu_input_fusible_slice_test.cc76 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
118 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
165 CompileAndVerifyIr(std::move(hlo_module), expected_ir, in TEST_F()
Dparallel_reduction_test.cc64 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
177 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
Dgpu_alignment_test.cc47 CompileAndVerifyIr(hlo_string, R"( in TEST_F()
Dgpu_dyn_shape_test.cc38 CompileAndVerifyIr(std::move(hlo_module), in TEST_F()
Dgpu_copy_test.cc52 CompileAndVerifyIr(std::move(hlo_module), "; CHECK-NOT: define void @_copy", in TEST_F()
Dgpu_noalias_test.cc53 CompileAndVerifyIr( in TEST_F()
Dgpu_fusion_test.cc51 CompileAndVerifyIr(hlo_text, in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dllvm_irgen_test_base.cc49 void LlvmIrGenTestBase::CompileAndVerifyIr( in CompileAndVerifyIr() function in xla::LlvmIrGenTestBase
62 void LlvmIrGenTestBase::CompileAndVerifyIr(const string& hlo_text, in CompileAndVerifyIr() function in xla::LlvmIrGenTestBase
69 CompileAndVerifyIr(std::move(module), expected_llvm_ir, match_optimized_ir); in CompileAndVerifyIr()
Dllvm_irgen_test_base.h38 void CompileAndVerifyIr(std::unique_ptr<HloModule> hlo_module,
43 void CompileAndVerifyIr(const string& hlo_text,
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dalias_analysis_test.cc59 CompileAndVerifyIr(hlo_string, R"( in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/tests/
Dcpu_external_constants_test.cc52 CompileAndVerifyIr(std::move(module), filecheck_pattern, in TestWithArray()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhorizontal_input_fusion_test.cc137 CompileAndVerifyIr(module->Clone(), R"(CHECK: reduce-group-6)", in TEST_F()