Documentation ¶
Overview ¶
Package nw defines the Needleman–Wunsch benchmark
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Benchmark ¶
type Benchmark struct {
// 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 Memor
type KernelArgs ¶
type KernelArgs struct { Reference driver.Ptr InputItemSets driver.Ptr OutputItemSets driver.Ptr LocalInputItemSets driver.LocalPtr LocalReference driver.LocalPtr Cols int32 Penalty int32 Blk int32 BlockSize int32 BlockWidth int32 WorkSize int32 OffsetR int32 OffsetC int32 }
KernelArgs defines kernel arguments
Click to show internal directories.
Click to hide internal directories.