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

Method create_program_entry

src/device/cuda/cuda_context.cpp:728–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726}
727
728std::shared_ptr<device_program::program_entry> cuda_context::create_program_entry(const device& dev,
729 toolchain::program_data program,
730 const toolchain::TARGET) {
731 return std::make_shared<cuda_program::cuda_program_entry>(create_cuda_program((const cuda_device&)dev, program));
732}
733
734device_context::memory_usage_t cuda_context::get_memory_usage(const device& dev) const {
735 const auto& cu_dev = (const cuda_device&)dev;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected