Paraiso-0.2.0.3: a code generator for partial differential equations solvers.

Safe HaskellSafe-Infered

Language.Paraiso.Generator.Native

Description

informations for generating native codes.

Synopsis

Documentation

data Setup vector gauge Source

the setups that needed to generate the native codes.

Constructors

Setup 

Fields

language :: Language

the preferred native language

directory :: FilePath

the directory on which programs are to be generated

optLevel :: Level

the intensity of optimization

localSize :: vector gauge

the dimension of the physically meaningful region

cudaGridSize :: (Int, Int)

CUDA grid x block size (will be variable of subkernel in the future)

Instances

Show (vector gauge) => Show (Setup vector gauge) 

defaultSetup :: Ready v g => v g -> Setup v gSource

data Language Source

Constructors

CPlusPlus 
CUDA 

Instances