Searched refs:foo_c (Results 1 – 6 of 6) sorted by relevance
/external/pytorch/test/inductor/ |
D | test_benchmark_fusion.py | 143 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)
|
D | test_triton_heuristics.py | 70 foo_c = torch.compile(forward) 72 self.assertEqual(forward(*args), foo_c(*args)) 79 self.assertEqual(forward(*args), foo_c(*args))
|
D | test_inductor_freezing.py | 660 foo_c = torch.compile(foo) 664 out_compiled = foo_c(mod, x)
|
D | test_cuda_repro.py | 1376 foo_c = torch.compile(foo) 1377 torch.testing.assert_allclose(foo(inp), foo_c(inp))
|
D | test_torchinductor.py | 10112 foo_c = torch.compile(f, dynamic=True) 10125 U, rot, trans = run(foo_c)
|
/external/clang/test/OpenMP/ |
D | declare_target_ast_print.cpp | 19 void foo_c() {} in foo_c() function 129 foo_c(); in main()
|