| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
CUDA_ARRAY_DESCRIPTOR |
CUDA_ARRAY_DESCRIPTOR.Format(int setter) |
CUDA_ARRAY_DESCRIPTOR |
CUDA_ARRAY_DESCRIPTOR.Height(long setter) |
CUDA_ARRAY_DESCRIPTOR |
CUDA_ARRAY_DESCRIPTOR.NumChannels(int setter) |
CUDA_ARRAY_DESCRIPTOR |
CUDA_ARRAY_DESCRIPTOR.position(long position) |
CUDA_ARRAY_DESCRIPTOR |
CUDA_ARRAY_DESCRIPTOR.Width(long setter) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cuArrayCreate(CUarray_st pHandle,
CUDA_ARRAY_DESCRIPTOR pAllocateArray)
\brief Creates a 1D or 2D CUDA array
Creates a CUDA array according to the ::CUDA_ARRAY_DESCRIPTOR structure
\p pAllocateArray and returns a handle to the new CUDA array in \p *pHandle.
|
static int |
cudart.cuArrayGetDescriptor(CUDA_ARRAY_DESCRIPTOR pArrayDescriptor,
CUarray_st hArray)
\brief Get a 1D or 2D CUDA array descriptor
Returns in \p *pArrayDescriptor a descriptor containing information on the
format and dimensions of the CUDA array \p hArray.
|
static int |
cudart.cuTexRefSetAddress2D(CUtexref_st hTexRef,
CUDA_ARRAY_DESCRIPTOR desc,
long dptr,
long Pitch)
\brief Binds an address as a 2D texture reference
Binds a linear address range to the texture reference \p hTexRef.
|
Copyright © 2019. All rights reserved.