MCPcopy Create free account
hub / github.com/BabitMF/bmf / execute_dynamic

Method execute_dynamic

bmf/demo/fast_caption_module/gpu/executor.cpp:598–600  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596}
597
598int executor::execute_dynamic(const std::vector<const gpu_tensor<float> *> &bindings, int64_t stream) {
599 return ptr_->execute_dynamic<float>(bindings, (cudaStream_t) stream);
600}
601
602int executor::execute_dynamic(const std::vector<const gpu_tensor<half> *> &bindings, int64_t stream) {
603 return ptr_->execute_dynamic<half>(bindings, (cudaStream_t) stream);

Callers 1

gpuprocessMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected