5a4fd2593cb79b5e38b1fe1307ff25580d7b7815
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 6
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 1 | ||
Rename Method public setCudaPointers(pointerInfo PointersPair) : void renamed to public setPointers(pointerInfo PointersPair) : void in class org.nd4j.jita.allocator.impl.AllocationPoint | From | To | |
Change Return Type | 2 | ||
Change Return Type DevicePointerInfo to PointersPair in method public alloc(targetMode AllocationStatus, point AllocationPoint, shape AllocationShape) : PointersPair in class org.nd4j.jita.mover.CudaZeroMover | From | To | |
Change Return Type DevicePointerInfo to PointersPair in method public alloc(targetMode AllocationStatus, point AllocationPoint, shape AllocationShape) : PointersPair in class org.nd4j.jita.mover.Mover | From | To | |
Change Variable Type | 2 | ||
Change Variable Type newPointers : DevicePointerInfo to newPointers : PointersPair in method protected promoteObject(trackingPoint Long, point AllocationPoint, shape AllocationShape) : boolean in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To | |
Change Variable Type info : DevicePointerInfo to info : PointersPair in method public getPointer(buffer DataBuffer, shape AllocationShape, isView boolean) : Pointer in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To |