spla
Public Member Functions | List of all members
spla::CLProgramCache Class Reference

Runtime cache for compiled opencl programs. More...

#include <cl_program_cache.hpp>

Public Member Functions

void add_program (const std::shared_ptr< CLProgram > &program)
 
std::shared_ptr< CLProgramget_program (const std::string &source)
 

Detailed Description

Runtime cache for compiled opencl programs.

Member Function Documentation

◆ add_program()

void spla::CLProgramCache::add_program ( const std::shared_ptr< CLProgram > &  program)

◆ get_program()

std::shared_ptr< CLProgram > spla::CLProgramCache::get_program ( const std::string &  source)

The documentation for this class was generated from the following files: