Package | Description |
---|---|
org.nd4j.jita.allocator.impl | |
org.nd4j.jita.concurrency | |
org.nd4j.jita.flow.impl |
Modifier and Type | Field and Description |
---|---|
protected cudaEvent_t |
AllocationPoint.writeLane |
Modifier and Type | Field and Description |
---|---|
protected Queue<cudaEvent_t> |
AllocationPoint.readLane |
Modifier and Type | Method and Description |
---|---|
cudaEvent_t |
AllocationPoint.getLastEvent() |
Modifier and Type | Method and Description |
---|---|
void |
AllocationPoint.addReadLane(cudaEvent_t event) |
void |
AllocationPoint.setLastEvent(cudaEvent_t event) |
Modifier and Type | Method and Description |
---|---|
cudaEvent_t |
EventsProvider.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
EventsProvider.storeEvent(cudaEvent_t event) |
Modifier and Type | Field and Description |
---|---|
protected ArrayList<ArrayList<Queue<cudaEvent_t>>> |
AsynchronousFlowController.eventsBarrier
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected cudaEvent_t |
AsynchronousFlowController.getWriteLane(INDArray array)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected Queue<cudaEvent_t> |
AsynchronousFlowController.getReadLanes(INDArray array)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AsynchronousFlowController.fillTail(int deviceId,
int lane,
cudaEvent_t event)
Deprecated.
|
protected void |
AsynchronousFlowController.setReadLane(INDArray array,
cudaEvent_t event)
Deprecated.
|
protected void |
AsynchronousFlowController.setWriteLane(INDArray array,
cudaEvent_t event)
Deprecated.
|
Copyright © 2016. All Rights Reserved.