Home
last modified time | relevance | path

Searched refs:foo_c (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/test/inductor/
Dtest_benchmark_fusion.py143 foo_c = torch.compile(mode="max-autotune-no-cudagraphs")(foo)
145 _, out_code = run_and_get_code(foo_c, m, inp)
161 foo_c = torch.compile(mode="max-autotune-no-cudagraphs")(foo)
163 _, out_code2 = run_and_get_code(foo_c, m, inp)
219 foo_c = torch.compile(mode="max-autotune-no-cudagraphs")(foo)
226 res, code = run_and_get_code(foo_c, m, inp)
232 foo_c = torch.compile(mode="max-autotune-no-cudagraphs")(foo)
234 res2, code2 = run_and_get_code(foo_c, m, inp)
Dtest_triton_heuristics.py70 foo_c = torch.compile(forward)
72 self.assertEqual(forward(*args), foo_c(*args))
79 self.assertEqual(forward(*args), foo_c(*args))
Dtest_inductor_freezing.py660 foo_c = torch.compile(foo)
664 out_compiled = foo_c(mod, x)
Dtest_cuda_repro.py1376 foo_c = torch.compile(foo)
1377 torch.testing.assert_allclose(foo(inp), foo_c(inp))
Dtest_torchinductor.py10112 foo_c = torch.compile(f, dynamic=True)
10125 U, rot, trans = run(foo_c)
/external/clang/test/OpenMP/
Ddeclare_target_ast_print.cpp19 void foo_c() {} in foo_c() function
129 foo_c(); in main()