MCPcopy Create free account
hub / github.com/boostorg/compute / insert

Method insert

include/boost/compute/utility/program_cache.hpp:100–103  ·  view source on GitHub ↗

Inserts \p program into the cache with \p key.

Source from the content-addressed store, hash-verified

98
99 /// Inserts \p program into the cache with \p key.
100 void insert(const std::string &key, const program &program)
101 {
102 insert(key, std::string(), program);
103 }
104
105 /// Inserts \p program into the cache with \p key and \p options.
106 void insert(const std::string &key, const std::string &options, const program &program)

Callers 1

get_global_cacheMethod · 0.45

Calls 1

make_pairFunction · 0.85

Tested by

no test coverage detected