Home
last modified time | relevance | path

Searched refs:printFlops (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dsgemm-naive-codegen.mlir43 call @printFlops(%flops) : (f64) -> ()
75 func.func private @printFlops(f64)
/llvm-project-15.0.7/mlir/lib/ExecutionEngine/
H A DCRunnerUtils.cpp107 extern "C" void printFlops(double flops) { in printFlops() function
/llvm-project-15.0.7/mlir/include/mlir/ExecutionEngine/
H A DCRunnerUtils.h355 extern "C" MLIR_CRUNNERUTILS_EXPORT void printFlops(double flops);