Home
last modified time | relevance | path

Searched refs:print_flops (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/test/mlir-cpu-runner/
Dsgemm_naive_codegen.mlir43 call @print_flops(%flops) : (f64) -> ()
72 func private @print_flops(f64)
/external/llvm-project/mlir/lib/ExecutionEngine/
DRunnerUtils.cpp89 extern "C" void print_flops(double flops) { in print_flops() function