6746ae1899ce27b4d362fe1db877010412f0fab2
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Variable Type | 2 | ||
Change Variable Type allocations : List<Long> to allocations : Map<Long,Long> in method protected seekUnusedDevice(threadId Long, deviceId Integer, aggressiveness Aggressiveness) : long in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To | |
Change Variable Type allocations : List<Long> to allocations : Map<Long,Long> in method protected purgeDeviceObject(threadId Long, deviceId Integer, objectId Long, point AllocationPoint, copyback boolean) : void in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type deviceAllocations : Table<Long,Integer,CopyOnWriteArrayList<Long>> to deviceAllocations : Table<Long,Integer,ConcurrentHashMap<Long,Long>> in class org.nd4j.jita.allocator.impl.AtomicAllocator | From | To |