cedanagpu

package
v1.36.3-20250111010333... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: unknown License: AGPL-3.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_cedanagpu_gpu_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AvailableCUDAAPIs

type AvailableCUDAAPIs struct {
	CuDNNVersion   int32 `protobuf:"varint,1,opt,name=cuDNNVersion,proto3" json:"cuDNNVersion,omitempty"`
	CuBLASVersion  int32 `protobuf:"varint,2,opt,name=cuBLASVersion,proto3" json:"cuBLASVersion,omitempty"`
	NcclVersion    int32 `protobuf:"varint,3,opt,name=ncclVersion,proto3" json:"ncclVersion,omitempty"`
	DriverVersion  int32 `protobuf:"varint,4,opt,name=driverVersion,proto3" json:"driverVersion,omitempty"`
	RuntimeVersion int32 `protobuf:"varint,5,opt,name=runtimeVersion,proto3" json:"runtimeVersion,omitempty"`
	// contains filtered or unexported fields
}

func (*AvailableCUDAAPIs) GetCuBLASVersion

func (x *AvailableCUDAAPIs) GetCuBLASVersion() int32

func (*AvailableCUDAAPIs) GetCuDNNVersion

func (x *AvailableCUDAAPIs) GetCuDNNVersion() int32

func (*AvailableCUDAAPIs) GetDriverVersion

func (x *AvailableCUDAAPIs) GetDriverVersion() int32

func (*AvailableCUDAAPIs) GetNcclVersion

func (x *AvailableCUDAAPIs) GetNcclVersion() int32

func (*AvailableCUDAAPIs) GetRuntimeVersion

func (x *AvailableCUDAAPIs) GetRuntimeVersion() int32

func (*AvailableCUDAAPIs) ProtoMessage

func (*AvailableCUDAAPIs) ProtoMessage()

func (*AvailableCUDAAPIs) ProtoReflect

func (x *AvailableCUDAAPIs) ProtoReflect() protoreflect.Message

func (*AvailableCUDAAPIs) Reset

func (x *AvailableCUDAAPIs) Reset()

func (*AvailableCUDAAPIs) SetCuBLASVersion

func (x *AvailableCUDAAPIs) SetCuBLASVersion(v int32)

func (*AvailableCUDAAPIs) SetCuDNNVersion

func (x *AvailableCUDAAPIs) SetCuDNNVersion(v int32)

func (*AvailableCUDAAPIs) SetDriverVersion

func (x *AvailableCUDAAPIs) SetDriverVersion(v int32)

func (*AvailableCUDAAPIs) SetNcclVersion

func (x *AvailableCUDAAPIs) SetNcclVersion(v int32)

func (*AvailableCUDAAPIs) SetRuntimeVersion

func (x *AvailableCUDAAPIs) SetRuntimeVersion(v int32)

func (*AvailableCUDAAPIs) String

func (x *AvailableCUDAAPIs) String() string

type AvailableCUDAAPIs_builder

type AvailableCUDAAPIs_builder struct {
	CuDNNVersion   int32
	CuBLASVersion  int32
	NcclVersion    int32
	DriverVersion  int32
	RuntimeVersion int32
	// contains filtered or unexported fields
}

func (AvailableCUDAAPIs_builder) Build

type CheckpointRequest

type CheckpointRequest struct {
	Directory string `protobuf:"bytes,1,opt,name=directory,proto3" json:"directory,omitempty"`
	Stream    bool   `protobuf:"varint,2,opt,name=stream,proto3" json:"stream,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckpointRequest) GetDirectory

func (x *CheckpointRequest) GetDirectory() string

func (*CheckpointRequest) GetStream

func (x *CheckpointRequest) GetStream() bool

func (*CheckpointRequest) ProtoMessage

func (*CheckpointRequest) ProtoMessage()

func (*CheckpointRequest) ProtoReflect

func (x *CheckpointRequest) ProtoReflect() protoreflect.Message

func (*CheckpointRequest) Reset

func (x *CheckpointRequest) Reset()

func (*CheckpointRequest) SetDirectory

func (x *CheckpointRequest) SetDirectory(v string)

func (*CheckpointRequest) SetStream

func (x *CheckpointRequest) SetStream(v bool)

func (*CheckpointRequest) String

func (x *CheckpointRequest) String() string

type CheckpointRequest_builder

type CheckpointRequest_builder struct {
	Directory string
	Stream    bool
	// contains filtered or unexported fields
}

func (CheckpointRequest_builder) Build

type CheckpointResponse

type CheckpointResponse struct {
	Success  bool   `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	MemPath  string `protobuf:"bytes,2,opt,name=memPath,proto3" json:"memPath,omitempty"`
	CkptPath string `protobuf:"bytes,3,opt,name=ckptPath,proto3" json:"ckptPath,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckpointResponse) GetCkptPath

func (x *CheckpointResponse) GetCkptPath() string

func (*CheckpointResponse) GetMemPath

func (x *CheckpointResponse) GetMemPath() string

func (*CheckpointResponse) GetSuccess

func (x *CheckpointResponse) GetSuccess() bool

func (*CheckpointResponse) ProtoMessage

func (*CheckpointResponse) ProtoMessage()

func (*CheckpointResponse) ProtoReflect

func (x *CheckpointResponse) ProtoReflect() protoreflect.Message

func (*CheckpointResponse) Reset

func (x *CheckpointResponse) Reset()

func (*CheckpointResponse) SetCkptPath

func (x *CheckpointResponse) SetCkptPath(v string)

func (*CheckpointResponse) SetMemPath

func (x *CheckpointResponse) SetMemPath(v string)

func (*CheckpointResponse) SetSuccess

func (x *CheckpointResponse) SetSuccess(v bool)

func (*CheckpointResponse) String

func (x *CheckpointResponse) String() string

type CheckpointResponse_builder

type CheckpointResponse_builder struct {
	Success  bool
	MemPath  string
	CkptPath string
	// contains filtered or unexported fields
}

func (CheckpointResponse_builder) Build

type GPURestoreStats

type GPURestoreStats struct {
	CopyMemTime     int64 `protobuf:"varint,1,opt,name=copyMemTime,proto3" json:"copyMemTime,omitempty"`
	ReplayCallsTime int64 `protobuf:"varint,2,opt,name=replayCallsTime,proto3" json:"replayCallsTime,omitempty"`
	CopyHostMemTime int64 `protobuf:"varint,3,opt,name=copyHostMemTime,proto3" json:"copyHostMemTime,omitempty"`
	// contains filtered or unexported fields
}

func (*GPURestoreStats) GetCopyHostMemTime

func (x *GPURestoreStats) GetCopyHostMemTime() int64

func (*GPURestoreStats) GetCopyMemTime

func (x *GPURestoreStats) GetCopyMemTime() int64

func (*GPURestoreStats) GetReplayCallsTime

func (x *GPURestoreStats) GetReplayCallsTime() int64

func (*GPURestoreStats) ProtoMessage

func (*GPURestoreStats) ProtoMessage()

func (*GPURestoreStats) ProtoReflect

func (x *GPURestoreStats) ProtoReflect() protoreflect.Message

func (*GPURestoreStats) Reset

func (x *GPURestoreStats) Reset()

func (*GPURestoreStats) SetCopyHostMemTime

func (x *GPURestoreStats) SetCopyHostMemTime(v int64)

func (*GPURestoreStats) SetCopyMemTime

func (x *GPURestoreStats) SetCopyMemTime(v int64)

func (*GPURestoreStats) SetReplayCallsTime

func (x *GPURestoreStats) SetReplayCallsTime(v int64)

func (*GPURestoreStats) String

func (x *GPURestoreStats) String() string

type GPURestoreStats_builder

type GPURestoreStats_builder struct {
	CopyMemTime     int64
	ReplayCallsTime int64
	CopyHostMemTime int64
	// contains filtered or unexported fields
}

func (GPURestoreStats_builder) Build

type HealthCheckRequest

type HealthCheckRequest struct {
	// contains filtered or unexported fields
}

func (*HealthCheckRequest) ProtoMessage

func (*HealthCheckRequest) ProtoMessage()

func (*HealthCheckRequest) ProtoReflect

func (x *HealthCheckRequest) ProtoReflect() protoreflect.Message

func (*HealthCheckRequest) Reset

func (x *HealthCheckRequest) Reset()

func (*HealthCheckRequest) String

func (x *HealthCheckRequest) String() string

type HealthCheckRequest_builder

type HealthCheckRequest_builder struct {
	// contains filtered or unexported fields
}

func (HealthCheckRequest_builder) Build

type HealthCheckResponse

type HealthCheckResponse struct {
	Success           bool               `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	Version           string             `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	DeviceCount       int32              `protobuf:"varint,3,opt,name=deviceCount,proto3" json:"deviceCount,omitempty"`
	AvailableCUDAAPIs *AvailableCUDAAPIs `protobuf:"bytes,4,opt,name=availableCUDAAPIs,proto3" json:"availableCUDAAPIs,omitempty"`
	// contains filtered or unexported fields
}

func (*HealthCheckResponse) ClearAvailableCUDAAPIs

func (x *HealthCheckResponse) ClearAvailableCUDAAPIs()

func (*HealthCheckResponse) GetAvailableCUDAAPIs

func (x *HealthCheckResponse) GetAvailableCUDAAPIs() *AvailableCUDAAPIs

func (*HealthCheckResponse) GetDeviceCount

func (x *HealthCheckResponse) GetDeviceCount() int32

func (*HealthCheckResponse) GetSuccess

func (x *HealthCheckResponse) GetSuccess() bool

func (*HealthCheckResponse) GetVersion

func (x *HealthCheckResponse) GetVersion() string

func (*HealthCheckResponse) HasAvailableCUDAAPIs

func (x *HealthCheckResponse) HasAvailableCUDAAPIs() bool

func (*HealthCheckResponse) ProtoMessage

func (*HealthCheckResponse) ProtoMessage()

func (*HealthCheckResponse) ProtoReflect

func (x *HealthCheckResponse) ProtoReflect() protoreflect.Message

func (*HealthCheckResponse) Reset

func (x *HealthCheckResponse) Reset()

func (*HealthCheckResponse) SetAvailableCUDAAPIs

func (x *HealthCheckResponse) SetAvailableCUDAAPIs(v *AvailableCUDAAPIs)

func (*HealthCheckResponse) SetDeviceCount

func (x *HealthCheckResponse) SetDeviceCount(v int32)

func (*HealthCheckResponse) SetSuccess

func (x *HealthCheckResponse) SetSuccess(v bool)

func (*HealthCheckResponse) SetVersion

func (x *HealthCheckResponse) SetVersion(v string)

func (*HealthCheckResponse) String

func (x *HealthCheckResponse) String() string

type HealthCheckResponse_builder

type HealthCheckResponse_builder struct {
	Success           bool
	Version           string
	DeviceCount       int32
	AvailableCUDAAPIs *AvailableCUDAAPIs
	// contains filtered or unexported fields
}

func (HealthCheckResponse_builder) Build

type RestoreRequest

type RestoreRequest struct {
	Directory string `protobuf:"bytes,1,opt,name=directory,proto3" json:"directory,omitempty"`
	Stream    bool   `protobuf:"varint,2,opt,name=stream,proto3" json:"stream,omitempty"`
	// contains filtered or unexported fields
}

func (*RestoreRequest) GetDirectory

func (x *RestoreRequest) GetDirectory() string

func (*RestoreRequest) GetStream

func (x *RestoreRequest) GetStream() bool

func (*RestoreRequest) ProtoMessage

func (*RestoreRequest) ProtoMessage()

func (*RestoreRequest) ProtoReflect

func (x *RestoreRequest) ProtoReflect() protoreflect.Message

func (*RestoreRequest) Reset

func (x *RestoreRequest) Reset()

func (*RestoreRequest) SetDirectory

func (x *RestoreRequest) SetDirectory(v string)

func (*RestoreRequest) SetStream

func (x *RestoreRequest) SetStream(v bool)

func (*RestoreRequest) String

func (x *RestoreRequest) String() string

type RestoreRequest_builder

type RestoreRequest_builder struct {
	Directory string
	Stream    bool
	// contains filtered or unexported fields
}

func (RestoreRequest_builder) Build

type RestoreResponse

type RestoreResponse struct {
	Success         bool             `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	GpuRestoreStats *GPURestoreStats `protobuf:"bytes,2,opt,name=gpuRestoreStats,proto3" json:"gpuRestoreStats,omitempty"`
	// contains filtered or unexported fields
}

func (*RestoreResponse) ClearGpuRestoreStats

func (x *RestoreResponse) ClearGpuRestoreStats()

func (*RestoreResponse) GetGpuRestoreStats

func (x *RestoreResponse) GetGpuRestoreStats() *GPURestoreStats

func (*RestoreResponse) GetSuccess

func (x *RestoreResponse) GetSuccess() bool

func (*RestoreResponse) HasGpuRestoreStats

func (x *RestoreResponse) HasGpuRestoreStats() bool

func (*RestoreResponse) ProtoMessage

func (*RestoreResponse) ProtoMessage()

func (*RestoreResponse) ProtoReflect

func (x *RestoreResponse) ProtoReflect() protoreflect.Message

func (*RestoreResponse) Reset

func (x *RestoreResponse) Reset()

func (*RestoreResponse) SetGpuRestoreStats

func (x *RestoreResponse) SetGpuRestoreStats(v *GPURestoreStats)

func (*RestoreResponse) SetSuccess

func (x *RestoreResponse) SetSuccess(v bool)

func (*RestoreResponse) String

func (x *RestoreResponse) String() string

type RestoreResponse_builder

type RestoreResponse_builder struct {
	Success         bool
	GpuRestoreStats *GPURestoreStats
	// contains filtered or unexported fields
}

func (RestoreResponse_builder) Build

type StartupPollRequest

type StartupPollRequest struct {
	// contains filtered or unexported fields
}

func (*StartupPollRequest) ProtoMessage

func (*StartupPollRequest) ProtoMessage()

func (*StartupPollRequest) ProtoReflect

func (x *StartupPollRequest) ProtoReflect() protoreflect.Message

func (*StartupPollRequest) Reset

func (x *StartupPollRequest) Reset()

func (*StartupPollRequest) String

func (x *StartupPollRequest) String() string

type StartupPollRequest_builder

type StartupPollRequest_builder struct {
	// contains filtered or unexported fields
}

func (StartupPollRequest_builder) Build

type StartupPollResponse

type StartupPollResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*StartupPollResponse) GetSuccess

func (x *StartupPollResponse) GetSuccess() bool

func (*StartupPollResponse) ProtoMessage

func (*StartupPollResponse) ProtoMessage()

func (*StartupPollResponse) ProtoReflect

func (x *StartupPollResponse) ProtoReflect() protoreflect.Message

func (*StartupPollResponse) Reset

func (x *StartupPollResponse) Reset()

func (*StartupPollResponse) SetSuccess

func (x *StartupPollResponse) SetSuccess(v bool)

func (*StartupPollResponse) String

func (x *StartupPollResponse) String() string

type StartupPollResponse_builder

type StartupPollResponse_builder struct {
	Success bool
	// contains filtered or unexported fields
}

func (StartupPollResponse_builder) Build

type UnblockBarrierRequest

type UnblockBarrierRequest struct {
	// contains filtered or unexported fields
}

func (*UnblockBarrierRequest) ProtoMessage

func (*UnblockBarrierRequest) ProtoMessage()

func (*UnblockBarrierRequest) ProtoReflect

func (x *UnblockBarrierRequest) ProtoReflect() protoreflect.Message

func (*UnblockBarrierRequest) Reset

func (x *UnblockBarrierRequest) Reset()

func (*UnblockBarrierRequest) String

func (x *UnblockBarrierRequest) String() string

type UnblockBarrierRequest_builder

type UnblockBarrierRequest_builder struct {
	// contains filtered or unexported fields
}

func (UnblockBarrierRequest_builder) Build

type UnblockBarrierResponse

type UnblockBarrierResponse struct {
	Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
	// contains filtered or unexported fields
}

func (*UnblockBarrierResponse) GetSuccess

func (x *UnblockBarrierResponse) GetSuccess() bool

func (*UnblockBarrierResponse) ProtoMessage

func (*UnblockBarrierResponse) ProtoMessage()

func (*UnblockBarrierResponse) ProtoReflect

func (x *UnblockBarrierResponse) ProtoReflect() protoreflect.Message

func (*UnblockBarrierResponse) Reset

func (x *UnblockBarrierResponse) Reset()

func (*UnblockBarrierResponse) SetSuccess

func (x *UnblockBarrierResponse) SetSuccess(v bool)

func (*UnblockBarrierResponse) String

func (x *UnblockBarrierResponse) String() string

type UnblockBarrierResponse_builder

type UnblockBarrierResponse_builder struct {
	Success bool
	// contains filtered or unexported fields
}

func (UnblockBarrierResponse_builder) Build

Source Files

  • gpu.pb.go

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL