@Namespace(value="torch::inductor") @Properties(inherit=torch_cuda.class) public class AOTIModelContainerRunnerCuda extends AOTIModelContainerRunner
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
AOTIModelContainerRunnerCuda(BytePointer model_so_path) |
AOTIModelContainerRunnerCuda(BytePointer model_so_path,
long num_models,
BytePointer device_str,
BytePointer cubin_dir,
boolean run_single_threaded) |
AOTIModelContainerRunnerCuda(Pointer p)
Pointer cast constructor.
|
AOTIModelContainerRunnerCuda(String model_so_path) |
AOTIModelContainerRunnerCuda(String model_so_path,
long num_models,
String device_str,
String cubin_dir,
boolean run_single_threaded) |
Modifier and Type | Method and Description |
---|---|
TensorVector |
run_with_cuda_stream(TensorVector inputs,
CUDAStream cuda_stream) |
boxed_run, boxed_run, get_call_spec, getConstantNamesToDtypes, getConstantNamesToOriginalFQNs, run_const_fold, run, run, swap_constant_buffer, update_constant_buffer, update_constant_buffer, update_inactive_constant_buffer
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zero
public AOTIModelContainerRunnerCuda(Pointer p)
Pointer(Pointer)
.public AOTIModelContainerRunnerCuda(@StdString BytePointer model_so_path, @Cast(value="size_t") long num_models, @StdString BytePointer device_str, @StdString BytePointer cubin_dir, @Cast(value="const bool") boolean run_single_threaded)
public AOTIModelContainerRunnerCuda(@StdString BytePointer model_so_path)
public AOTIModelContainerRunnerCuda(@StdString String model_so_path, @Cast(value="size_t") long num_models, @StdString String device_str, @StdString String cubin_dir, @Cast(value="const bool") boolean run_single_threaded)
public AOTIModelContainerRunnerCuda(@StdString String model_so_path)
@ByVal public TensorVector run_with_cuda_stream(@Const @ByRef TensorVector inputs, @Const @ByRef CUDAStream cuda_stream)
Copyright © 2025. All rights reserved.