Ceed

LibCEED.CeedType
Ceed(spec="/cpu/self")

Wraps a libCEED Ceed object, created with the given resource specification string.

source
LibCEED.iscudaFunction
iscuda(c::Ceed)

Returns true if the given Ceed object has resource "/gpu/cuda/*" and false otherwise.

source