|
Move Method public containsContextForThread(threadId long) : boolean from class org.nd4j.jita.allocator.context.ContextPool to public containsContextForThread(threadId long) : boolean from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Method private createNewContext(deviceId Integer) : CUcontext from class org.nd4j.jita.allocator.context.ContextPool to private createNewContext(deviceId Integer) : CUcontext from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Method public acquireContextForDevice(deviceId Integer) : CudaContext from class org.nd4j.jita.allocator.context.ContextPool to public acquireContextForDevice(deviceId Integer) : CudaContext from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Method private getDeviceBuffers(context CudaContext, deviceId int) : void from class org.nd4j.jita.allocator.context.ContextPool to private getDeviceBuffers(context CudaContext, deviceId int) : void from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Method public resetPool(deviceId int) : void from class org.nd4j.jita.allocator.context.ContextPool to public resetPool(deviceId int) : void from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Method public getCuContextForDevice(deviceId Integer) : CUcontext from class org.nd4j.jita.allocator.context.ContextPool to public getCuContextForDevice(deviceId Integer) : CUcontext from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Method private createNewCublasHandle(stream cudaStream_t) : cublasHandle_t from class org.nd4j.jita.allocator.context.ContextPool to private createNewCublasHandle(stream cudaStream_t) : cublasHandle_t from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Method public getContextForDevice(deviceId Integer) : CudaContext from class org.nd4j.jita.allocator.context.ContextPool to public getContextForDevice(deviceId Integer) : CudaContext from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Method private createNewStream(deviceId Integer) : CudaContext from class org.nd4j.jita.allocator.context.ContextPool to private createNewStream(deviceId Integer) : CudaContext from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Attribute private logger : Logger from class org.nd4j.jita.allocator.context.ContextPool to private logger : Logger from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Attribute protected nativeOps : NativeOps from class org.nd4j.jita.allocator.context.ContextPool to protected nativeOps : NativeOps from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Attribute private cuPool : Map<Integer,CUcontext> from class org.nd4j.jita.allocator.context.ContextPool to private cuPool : Map<Integer,CUcontext> from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Attribute private lock : Semaphore from class org.nd4j.jita.allocator.context.ContextPool to private lock : Semaphore from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Attribute private contextsPool : Map<Long,CudaContext> from class org.nd4j.jita.allocator.context.ContextPool to private contextsPool : Map<Long,CudaContext> from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Attribute private contextsForDevices : Map<Integer,Map<Integer,CudaContext>> from class org.nd4j.jita.allocator.context.ContextPool to private contextsForDevices : Map<Integer,Map<Integer,CudaContext>> from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Attribute private cublasPool : Map<Integer,cublasHandle_t> from class org.nd4j.jita.allocator.context.ContextPool to private cublasPool : Map<Integer,cublasHandle_t> from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |
|
Move Attribute private MAX_STREAMS_PER_DEVICE : int from class org.nd4j.jita.allocator.context.ContextPool to private MAX_STREAMS_PER_DEVICE : int from class org.nd4j.jita.allocator.context.impl.BasicContextPool |
From |
To |