TmplInstCache
Namespace: SymTensor.Compiler.Cuda
Functions and values
Function or value | Description |
getCodeForDomain domain cache
Signature: domain:FuncDomainT -> cache:TmplInstCacheT -> string
|
gets the generated code for the specified domain
|
instCPPTmplFunc ti cache
Signature: ti:TmplInstT -> cache:TmplInstCacheT -> string
|
instantiates a template C++ function with a unique C linkage function name and returns the C function name
|
instElemOp arg1 opName cache
Signature: UElemFuncInstT -> opName:string -> cache:TmplInstCacheT -> unit
|
instantiates an element calculation functor
|