Skip to content

Commit

Permalink
ambiguity resolved (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshin23 authored Nov 6, 2024
1 parent 99d932d commit fda9071
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ext/ExaModelsKernelAbstractions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ function getitr(gen::UnitRange{Int64})
end
function getitr(gen::Base.Iterators.ProductIterator{NTuple{N,UnitRange{Int64}}}) where {N} end

ExaModels.ExaCore(T, backend::KernelAbstractions.CPU) =
ExaModels.ExaCore(x0 = zeros(T, 0), backend = backend)
ExaModels.ExaCore(backend::KernelAbstractions.CPU) = ExaModels.ExaCore(backend = backend)

function ExaModels.getptr(backend, array; cmp = (x, y) -> x != y)

bitarray = similar(array, Bool, length(array) + 1)
Expand Down

0 comments on commit fda9071

Please sign in to comment.