Lines Matching defs:Ceed
18 ceed::C.Ceed,
40 mutable struct Ceed struct
41 ref::RefValue{C.Ceed} argument
49 function Ceed(spec::AbstractString="/cpu/self") function
64 destroy(c::Ceed) = C.CeedDestroy(c.ref) # COV_EXCL_LINE
65 Base.getindex(c::Ceed) = c.ref[]
67 Base.show(io::IO, ::MIME"text/plain", c::Ceed) = ceed_show(io, c, C.CeedView)
74 function getresource(c::Ceed)
86 function isdeterministic(c::Ceed)
98 function get_preferred_memtype(c::Ceed)
110 function iscuda(c::Ceed)