Documentation ¶
Overview ¶
Package floydwarshall implements the Floyd-Warshall 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 { NumNodes uint32 NumIterations uint32 // contains filtered or unexported fields }
Benchmark defines a benchmark
func NewBenchmark ¶
NewBenchmark creates a new benchmark
func (*Benchmark) SetUnifiedMemory ¶
func (b *Benchmark) SetUnifiedMemory()
SetUnifiedMemory Use Unified Memory
Click to show internal directories.
Click to hide internal directories.