WIP
This commit is contained in:
parent
82ed774b7e
commit
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