Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ hostToDevice
Method
hostToDevice
samples/common/sampleDevice.h:454–457 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
452
}
453
454
void hostToDevice(TrtCudaStream& stream) override
455
{
456
// Does nothing since we are using unified memory.
457
}
458
459
void deviceToHost(TrtCudaStream& stream) override
460
{
Callers
1
transferInputToDevice
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected