Deep.Net


BlasIntArrayTmpl

Namespace: SymTensor.Compiler.Cuda
Parent Module: ArgTemplates

BLAS int array. For example it is used for pivot and info arrays of CUDA LAPACK routines.

Constructors

ConstructorDescription
new(size, memAllocator)
Signature: (size:int64 * memAllocator:MemAllocatorT) -> BlasIntArrayTmpl

CompiledName: .ctor

new(mem)
Signature: mem:MemManikinT -> BlasIntArrayTmpl

CompiledName: .ctor

Instance members

Instance memberDescription
GetVar(env)
Signature: env:CudaExecEnvT -> CudaDeviceVariable<int>
Fork me on GitHub