common

package
v0.0.0-...-032b0eb Latest Latest
Warning

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

Go to latest
Published: Dec 29, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type GoCudaInfo

type GoCudaInfo struct {
	FreeMemory          int64
	TotalMemory         int64
	UsedMemory          int64
	DistHostMemory      int64
	DevicesIndex        int
	Power               int
	EngineCount         int
	MaxThreadBlock      int
	MultiProcessorCount int
	MemoryClockRate     int
	ClockRate           int
	Name                string
	MaxGridSize         [3]int
	MaxThreadsDim       [3]int
}

type GpuPowerParameter

type GpuPowerParameter struct {
	Name      string
	GpuIndex  int
	A         Matrix
	B         Matrix
	UseTimes  int64
	UseGpuMem int64
}

gpu性能参数

type Matrix

type Matrix struct {
	Row int64
	Col int64
}

矩阵的行和列

Jump to

Keyboard shortcuts

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