MCPcopy Create free account
hub / github.com/a2flo/floor / device_program

Method device_program

include/floor/device/device_program.hpp:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31class device_program {
32public:
33 device_program(std::vector<std::string>&& function_names_) noexcept : function_names(std::move(function_names_)) {}
34 virtual ~device_program() = 0;
35
36 //! returns the function with the exact function name of "func_name", nullptr if not found

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected