Modifier and Type | Field and Description |
---|---|
CudaStream |
CudaGrid.stream
The stream on which the kernel should be queued
(or null for the default stream).
|
Modifier and Type | Method and Description |
---|---|
void |
CudaEvent.record(CudaStream stream)
Records this event on the specified stream.
|
Constructor and Description |
---|
CudaGrid(Dim3 gridDim,
Dim3 blockDim,
CudaStream stream)
Creates a grid with the specified dimensions with no shared memory
on the specified stream.
|
CudaGrid(Dim3 gridDim,
Dim3 blockDim,
int sharedMemBytes,
CudaStream stream)
Creates a grid with the specified dimensions and shared memory size
on the specified stream.
|
CudaGrid(int gridDim,
int blockDim,
CudaStream stream)
Creates a grid with the specified x dimensions with no shared memory
on the specified stream.
|
CudaGrid(int gridDim,
int blockDim,
int sharedMemBytes,
CudaStream stream)
Creates a grid with the specified x dimensions and shared memory size
on the specified stream.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2025 IBM Corp. and others.