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

Method ExternalTaskBlas

src/utils/impl_task_graph.cpp:637–640  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

635 /// ===========================================
636
637 ExternalTaskBlas::ExternalTaskBlas(ExternalTaskBlasInfo const & info)
638 {
639 this->object = new ImplExternalResource(info);
640 }
641
642 auto ExternalTaskBlas::view() const -> TaskBlasView
643 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected