MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / ImplExternalResource

Method ImplExternalResource

src/utils/impl_task_graph.cpp:525–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 /// ====================================================
524
525 ImplExternalResource::ImplExternalResource(ExternalTaskBufferInfo a_info)
526 {
527 this->name = a_info.name;
528 kind = TaskResourceKind::BUFFER;
529 this->id.buffer = a_info.buffer;
530 this->unique_index = exec_unique_resource_next_index++;
531 }
532
533 ImplExternalResource::ImplExternalResource(ExternalTaskBlasInfo a_info)
534 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected