Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
9cd2bcdba2 |
14
src/estimator/likwid.jl
Normal file
14
src/estimator/likwid.jl
Normal file
@ -0,0 +1,14 @@
|
||||
using LIKWID
|
||||
|
||||
"""
|
||||
LIKWIDEstimator <: AbstractEstimator
|
||||
|
||||
An estimator using LIKWID.jl to measure the total FLOPS needed to execute the graph.
|
||||
"""
|
||||
struct LIKWIDEstimator <: AbstractEstimator end
|
||||
|
||||
cost_type(::LIKWIDEstimator) = Float64
|
||||
|
||||
function graph_cost(::LIKWIDEstimator, graph::DAG)
|
||||
|
||||
end
|
Loading…
x
Reference in New Issue
Block a user