Ceed
LibCEED.Ceed
— TypeCeed(spec="/cpu/self")
Wraps a libCEED Ceed
object, created with the given resource specification string.
LibCEED.getresource
— Functiongetresource(c::Ceed)
Returns the resource string associated with the given Ceed
object.
LibCEED.get_preferred_memtype
— Functionget_preferred_memtype(c::Ceed)
Returns the preferred MemType
(either MEM_HOST
or MEM_DEVICE
) of the given Ceed
object.
LibCEED.isdeterministic
— Functionisdeterministic(c::Ceed)
Returns true if backend of the given Ceed
object is deterministic, and false otherwise.
LibCEED.iscuda
— Functioniscuda(c::Ceed)
Returns true if the given Ceed
object has resource "/gpu/cuda/*"
and false otherwise.