Ceed

LibCEED.Ceed — Type
Ceed(spec="/cpu/self")

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

source
LibCEED.iscuda — Function
iscuda(c::Ceed)

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

source