Documentation ¶
Overview ¶
Package matrixtranspose implements the matrix transpose benchmark from AMDAPPSDK.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Benchmark ¶
type Benchmark struct { Width int // contains filtered or unexported fields }
Benchmark defines a benchmark
func NewBenchmark ¶
NewBenchmark makes a new benchmark
func (*Benchmark) SetUnifiedMemory ¶
func (b *Benchmark) SetUnifiedMemory()
SetUnifiedMemory use Unified Memory
type KernelArgs ¶
type KernelArgs struct { Output driver.Ptr Input driver.Ptr Block driver.LocalPtr WIWidth uint32 WIHeight uint32 NumWGWidth uint32 GroupXOffset uint32 GroupYOffset uint32 HiddenGlobalOffsetX int64 HiddenGlobalOffsetY int64 HiddenGlobalOffsetZ int64 }
KernelArgs defines kernel arguments
Click to show internal directories.
Click to hide internal directories.