MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / buildFromBinary

Method buildFromBinary

src/library/fft_binary_lookup.cpp:589–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

587}
588
589cl_int FFTBinaryLookup::buildFromBinary(const void * data,
590 size_t len)
591{
592 cl_int err = buildFromLoadedBinary(data, len);
593 if (err != CL_SUCCESS)
594 return err;
595
596 // write to the cache
597 this->populateCache();
598
599 return CL_SUCCESS;
600}
601
602cl_program FFTBinaryLookup::buildProgramFromSource(const char * source,
603 cl_context context,

Callers

nothing calls this directly

Calls 1

populateCacheMethod · 0.95

Tested by

no test coverage detected